master
lion 2 years ago
parent 42c886e3a8
commit 86ad2f86c1

@ -56,16 +56,16 @@ export const constantRoutes = [{
// component: () => import('@/views/inventorys/index'), // component: () => import('@/views/inventorys/index'),
// hidden: true // hidden: true
// }, // },
{ // {
path: '/inventorys/stocks', // path: '/inventorys/stocks',
component: () => import('@/views/inventorys/stocks'), // component: () => import('@/views/inventorys/stocks'),
hidden: true // hidden: true
}, // },
{ // {
path: '/inventorys/outbounds', // path: '/inventorys/outbounds',
component: () => import('@/views/inventorys/outbounds'), // component: () => import('@/views/inventorys/outbounds'),
hidden: true // hidden: true
}, // },
{ {
path: '/info', path: '/info',
component: Layout, component: Layout,

Loading…
Cancel
Save