前端:增加商品分类的列表。

This commit is contained in:
YunaiV
2019-03-15 21:22:43 +08:00
parent 4812df2cda
commit 853d9fc2f6
8 changed files with 788 additions and 0 deletions

View File

@@ -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',