12
This commit is contained in:
@@ -36,6 +36,12 @@ export const constantRoutes = [{
|
||||
name: 'productAdd',
|
||||
meta: { title: '添加商品', icon: 'iconkongzhitai', affix: true }
|
||||
},
|
||||
{
|
||||
path: '/brand',
|
||||
component: () => import('@/views/product/brand/index'),
|
||||
name: 'brand',
|
||||
meta: { title: '商品品牌', icon: 'iconkongzhitai', affix: true }
|
||||
},
|
||||
{
|
||||
path: '/productClassify',
|
||||
component: () => import('@/views/product/productClassify/index'),
|
||||
|
||||
Reference in New Issue
Block a user