|
|
@ -121,9 +121,9 @@ export const constantRoutes = [{ |
|
|
|
] |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/operation', |
|
|
|
path: '/warehouse', |
|
|
|
component: Layout, |
|
|
|
redirect: '/operation', |
|
|
|
redirect: '/warehouse', |
|
|
|
meta: { |
|
|
|
title: '仓库管理' |
|
|
|
}, |
|
|
@ -229,8 +229,8 @@ export const constantRoutes = [{ |
|
|
|
title: '仓储' |
|
|
|
}, |
|
|
|
children: [{ |
|
|
|
path: 'outStorage', |
|
|
|
name: 'outStorage', |
|
|
|
path: '/outStorage', |
|
|
|
name: 'OutStorage', |
|
|
|
component: () => import('@/views/storage/outStorage/index'), |
|
|
|
meta: { |
|
|
|
title: '出库管理', |
|
|
|