diff --git a/src/config/route.js b/src/config/route.js index 0ee6fce1..bdc887db 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -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", },