- 配置 order 路由
- 删除商品多配置了一个
This commit is contained in:
parent
a852a49947
commit
19fead491d
@ -58,11 +58,24 @@ export default [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
// order
|
||||||
|
{
|
||||||
|
path: 'order',
|
||||||
|
name: 'order',
|
||||||
|
icon: 'user',
|
||||||
|
routes: [
|
||||||
|
{
|
||||||
|
path: '/order/order-list',
|
||||||
|
name: 'order-list',
|
||||||
|
component: './Order/OrderList',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
// product
|
// product
|
||||||
{
|
{
|
||||||
path: '/product',
|
path: '/product',
|
||||||
name: 'product',
|
name: 'product',
|
||||||
icon: 'product',
|
icon: 'user',
|
||||||
routes: [
|
routes: [
|
||||||
{
|
{
|
||||||
path: '/product/product-spu-list',
|
path: '/product/product-spu-list',
|
||||||
@ -79,12 +92,7 @@ export default [
|
|||||||
name: 'product-category-list',
|
name: 'product-category-list',
|
||||||
component: './Product/ProductCategoryList',
|
component: './Product/ProductCategoryList',
|
||||||
},
|
},
|
||||||
{
|
],
|
||||||
path: '/product/product-category-list',
|
|
||||||
name: 'product-category-list',
|
|
||||||
component: './Product/ProductCategoryList',
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/dashboard',
|
path: '/dashboard',
|
||||||
|
Loading…
Reference in New Issue
Block a user