添加合并时丢失的路由

This commit is contained in:
2090205686@qq.com 2025-06-11 14:54:12 +08:00
parent a4a7799747
commit d1cc65822d
2 changed files with 26 additions and 1 deletions

View File

@ -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",

View File

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