From d1cc65822dd554fec914ffd70ae0bce749d150ab Mon Sep 17 00:00:00 2001 From: "2090205686@qq.com" Date: Wed, 11 Jun 2025 14:54:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=88=E5=B9=B6=E6=97=B6?= =?UTF-8?q?=E4=B8=A2=E5=A4=B1=E7=9A=84=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/router/index.js | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3879be4..28f7cc6 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@element-plus/icons-vue": "2.3.1", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "10.11.0", + "address": "^2.0.3", "address-parse": "^1.2.19", "axios": "0.28.1", "clipboard": "2.0.11", diff --git a/src/router/index.js b/src/router/index.js index 521891a..45e4ecb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -215,7 +215,31 @@ export const constantRoutes = [ noCache: false, link: null, }, - } + }, + { + path: 'goods/contrabandManage', + component: () => import('@/views/goods/contrabandManage/index'), + name: 'contrabandManage', + hidden: false, + meta: { + title: "违禁物品管理", + icon: "", + noCache: false, + link: null, + }, + }, + { + path: 'goods/goodsReview', + component: () => import('@/views/goods/goodsReview/index'), + name: 'goodsReview', + hidden: false, + meta: { + title: "上架审核设置", + icon: "", + noCache: false, + link: null, + }, + }, ], }, {