From 7f2f448f9321e2831704ca513402bcaf30dcb905 Mon Sep 17 00:00:00 2001 From: Xulinchuan <2026734208@qq.com> Date: Wed, 11 Jun 2025 15:21:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: "", + }, + }, ] }, {