parent
9959311b07
commit
a17677dfd0
@ -1,16 +1,10 @@ |
||||
/*路由表:库存管理*/ |
||||
|
||||
const router = { |
||||
path: 'stock', |
||||
meta: {title: '库存管理', icon: 'svg-stock'}, |
||||
children: [ |
||||
{ |
||||
path: 'current', |
||||
name: 'currentStock', |
||||
component: 'admin/stock/current/', |
||||
meta: {title: '当前库存'} |
||||
} |
||||
] |
||||
path: 'current', |
||||
name: 'currentStock', |
||||
component: 'admin/stock/current/', |
||||
meta: {title:'库存管理', icon: 'svg-stock'}, |
||||
} |
||||
|
||||
export default router |
||||
|
||||
Loading…
Reference in new issue