This commit is contained in:
dt_2916866708
2024-01-15 11:15:59 +08:00
parent 8049bb804c
commit 93cc41f557
8 changed files with 1587 additions and 1392 deletions

View File

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