前端:增加商品分类的列表。
This commit is contained in:
@@ -58,6 +58,24 @@ export default [
|
||||
},
|
||||
],
|
||||
},
|
||||
// product
|
||||
{
|
||||
path: '/product',
|
||||
name: 'product',
|
||||
icon: 'product',
|
||||
routes: [
|
||||
{
|
||||
path: '/product/product-spu-list',
|
||||
name: 'product-spu-list',
|
||||
component: './Product/ProductSpuList',
|
||||
},
|
||||
{
|
||||
path: '/product/product-category-list',
|
||||
name: 'product-category-list',
|
||||
component: './Product/ProductCategoryList',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/dashboard',
|
||||
name: 'dashboard',
|
||||
|
||||
Reference in New Issue
Block a user