소스 검색

Merge branch 'master' into 测试

lxf 1 년 전
부모
커밋
a4bbf69ddf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -209,7 +209,7 @@ export const constantRoutes = [
     children: [
       {
         path: "/outbound/packing-materials/add",
-        name: "add-outbound",
+        name: "add-packing-outbound",
         component: () => import(/* webpackChunkName: "page" */ "@/views/production/warehouse/outbound/packing-materials/add.vue"),
         props: true,
         meta: { title: "包材出库" },