|
|
|
|
@ -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,
|
|
|
|
|
|