路由恢复
This commit is contained in:
parent
8f40606ec6
commit
7f2f448f93
@ -93,7 +93,16 @@ export const constantRoutes = [
|
|||||||
component: () => import('@/views/goods/goodsManage/editGoods'),
|
component: () => import('@/views/goods/goodsManage/editGoods'),
|
||||||
name: 'editGoods',
|
name: 'editGoods',
|
||||||
meta: { title: '编辑商品', icon: '' }
|
meta: { title: '编辑商品', icon: '' }
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
path: 'goodsReview/auditGoods/:activeTab?',
|
||||||
|
component: () => import('@/views/goods/goodsReview/auditGoods'),
|
||||||
|
name: 'auditGoods',
|
||||||
|
meta: {
|
||||||
|
title: "商品审核",
|
||||||
|
icon: "",
|
||||||
|
},
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user