feat: 新增商品属性值路由配置
This commit is contained in:
parent
4906cecd14
commit
fdbae2dd37
@ -294,6 +294,22 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/property',
|
||||||
|
component: Layout,
|
||||||
|
name: 'property',
|
||||||
|
meta: {
|
||||||
|
hidden: true
|
||||||
|
},
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
path: 'value/:propertyId(\\d+)',
|
||||||
|
component: () => import('@/views/mall/product/property/value/index.vue'),
|
||||||
|
name: 'PropertyValue',
|
||||||
|
meta: { title: '商品属性值', icon: '', activeMenu: '/product/property' }
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user