mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 11:05:06 +08:00
feature(商品添加): 规格调整连带商品调整
This commit is contained in:
@ -96,6 +96,17 @@ export const constantRoutes = [
|
||||
meta: {title: '字典数据', icon: '', activeMenu: '/system/dict'}
|
||||
}
|
||||
]
|
||||
}, {
|
||||
path: '/property',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: 'value/:propertyId(\\d+)',
|
||||
component: (resolve) => require(['@/views/mall/product/property/value'], resolve),
|
||||
name: 'PropertyValue',
|
||||
meta: {title: '规格数据', icon: '', activeMenu: '/mall/property'}
|
||||
}
|
||||
]
|
||||
}, {
|
||||
path: '/job',
|
||||
component: Layout,
|
||||
|
Reference in New Issue
Block a user