master
lion 2 years ago
parent 42c886e3a8
commit 86ad2f86c1

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

Loading…
Cancel
Save