添加合并时丢失的路由
This commit is contained in:
parent
a4a7799747
commit
d1cc65822d
@ -19,6 +19,7 @@
|
|||||||
"@element-plus/icons-vue": "2.3.1",
|
"@element-plus/icons-vue": "2.3.1",
|
||||||
"@vueup/vue-quill": "1.2.0",
|
"@vueup/vue-quill": "1.2.0",
|
||||||
"@vueuse/core": "10.11.0",
|
"@vueuse/core": "10.11.0",
|
||||||
|
"address": "^2.0.3",
|
||||||
"address-parse": "^1.2.19",
|
"address-parse": "^1.2.19",
|
||||||
"axios": "0.28.1",
|
"axios": "0.28.1",
|
||||||
"clipboard": "2.0.11",
|
"clipboard": "2.0.11",
|
||||||
|
@ -215,7 +215,31 @@ export const constantRoutes = [
|
|||||||
noCache: false,
|
noCache: false,
|
||||||
link: null,
|
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,
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user