高敬炎 2 år sedan
förälder
incheckning
f88014f8b2

+ 1 - 1
src/router/index.js

@@ -54,7 +54,7 @@ export const constantRoutes = [{
             meta: { title: 'warehousing', icon: '-index-copy', affix: true, auth: 'warehousingPage', _title: '入库' },
             hidden: true
         }]
-    }
+    },
 ]
 
 // process.env.NODE_ENV === 'development' &&

+ 1 - 1
src/views/outboundManagement/component/route.js → src/views/boundManagement/component/route.js

@@ -17,7 +17,7 @@ const outboundManagementRouter = {
         {
             path: 'outbound',
             component: () =>
-              import(/* webpackChunkName: "sparepartList" */ '@/views/outboundManagement/outbound'),
+              import(/* webpackChunkName: "sparepartList" */ '@/views/boundManagement/outbound'),
             name: 'outbound',
             meta: {
               shortcutEntrance: 'outbound',

+ 0 - 0
src/views/outboundManagement/outbound.vue → src/views/boundManagement/outbound.vue