前端:商品编辑,部分逻辑

This commit is contained in:
YunaiV
2019-05-02 12:47:25 +08:00
parent 788d6c381a
commit e05f19ddc6
9 changed files with 243 additions and 198 deletions

View File

@@ -92,6 +92,11 @@ export default [
name: 'product-spu-add',
component: './Product/ProductSpuAddOrUpdate',
},
{
path: '/product/product-spu-update',
name: 'product-spu-update',
component: './Product/ProductSpuAddOrUpdate',
},
{
path: '/product/product-category-list',
name: 'product-category-list',