fix:光纤页面权限控制

This commit is contained in:
shijing 2024-07-30 09:28:08 +08:00
parent e24b10019f
commit a0225cdc72
1 changed files with 9 additions and 9 deletions

View File

@ -1281,7 +1281,7 @@ const routes = [
meta: {
title: "切片",
icon: "el-icon-files",
perms: ["wpm_gx"],
perms: ["wpm_qp"],
},
component: "wpm_gx/qiepian",
},
@ -1291,7 +1291,7 @@ const routes = [
meta: {
title: "扫边",
icon: "el-icon-cellphone",
perms: ["wpm_gx"],
perms: ["wpm_sb"],
},
component: "wpm_gx/saobian",
},
@ -1301,7 +1301,7 @@ const routes = [
meta: {
title: "黑化",
icon: "el-icon-cellphone",
perms: ["wpm_gx"],
perms: ["wpm_hh"],
},
component: "wpm_gx/heihua",
},
@ -1311,7 +1311,7 @@ const routes = [
meta: {
title: "烧结",
icon: "el-icon-cellphone",
perms: ["wpm_gx"],
perms: ["wpm_sj"],
},
component: "wpm_gx/shaojie",
},
@ -1321,7 +1321,7 @@ const routes = [
meta: {
title: "减薄",
icon: "el-icon-cellphone",
perms: ["wpm_gx"],
perms: ["wpm_jb"],
},
component: "wpm_gx/jianbo",
},
@ -1331,7 +1331,7 @@ const routes = [
meta: {
title: "精雕",
icon: "el-icon-cellphone",
perms: ["wpm_gx"],
perms: ["wpm_jd"],
},
component: "wpm_gx/jingdiao",
},
@ -1341,7 +1341,7 @@ const routes = [
meta: {
title: "磨抛",
icon: "el-icon-cellphone",
perms: ["wpm_gx"],
perms: ["wpm_mp"],
},
component: "wpm_gx/mopao",
},
@ -1351,7 +1351,7 @@ const routes = [
meta: {
title: "倒角",
icon: "el-icon-cellphone",
perms: ["wpm_gx"],
perms: ["wpm_dj"],
},
component: "wpm_gx/daojiao",
},
@ -1361,7 +1361,7 @@ const routes = [
meta: {
title: "超洗",
icon: "el-icon-cellphone",
perms: ["wpm_gx"],
perms: ["wpm_cx"],
},
component: "wpm_gx/chaoxi",
},