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, + }, + }, ], }, {