diff --git a/src/router/index.js b/src/router/index.js index 84084be..6f749c4 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -56,16 +56,16 @@ export const constantRoutes = [{ // component: () => import('@/views/inventorys/index'), // hidden: true // }, - { - path: '/inventorys/stocks', - component: () => import('@/views/inventorys/stocks'), - hidden: true - }, - { - path: '/inventorys/outbounds', - component: () => import('@/views/inventorys/outbounds'), - hidden: true - }, + // { + // path: '/inventorys/stocks', + // component: () => import('@/views/inventorys/stocks'), + // hidden: true + // }, + // { + // path: '/inventorys/outbounds', + // component: () => import('@/views/inventorys/outbounds'), + // hidden: true + // }, { path: '/info', component: Layout,