diff --git a/src/router/index.js b/src/router/index.js index 66a398a..f346813 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -93,7 +93,16 @@ export const constantRoutes = [ component: () => import('@/views/goods/goodsManage/editGoods'), name: 'editGoods', meta: { title: '编辑商品', icon: '' } - } + }, + { + path: 'goodsReview/auditGoods/:activeTab?', + component: () => import('@/views/goods/goodsReview/auditGoods'), + name: 'auditGoods', + meta: { + title: "商品审核", + icon: "", + }, + }, ] }, {