diff --git a/src/config/route.js b/src/config/route.js index 5d3dd2c1..6fd0d5af 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1807,6 +1807,7 @@ const routes = [ title: "首件检验", // icon: "el-icon-cellphone", perms: ["ftest"], + hidden: true, }, component: "qm/first", }, @@ -1867,7 +1868,6 @@ const routes = [ title: "成品检验", // icon: "el-icon-cellphone", perms: ["producttest"], - hidden: true, }, component: "qm/product", }, @@ -3470,16 +3470,16 @@ const routes = [ // }, // "component": "statistics/inm_check.vue" // }, - { - name: "good_check", - path: "/statistic/good_check", - meta: { - title: "成品检验统计", - // icon: "el-icon-DataAnalysis", - perms: ["statistic_qm"], - }, - component: "statistics/good_check.vue", - }, + // { + // name: "good_check", + // path: "/statistic/good_check", + // meta: { + // title: "成品检验统计", + // // icon: "el-icon-DataAnalysis", + // perms: ["statistic_qm"], + // }, + // component: "statistics/good_check.vue", + // }, // { // "name": "behavior_check", // "path": "/statistic/behavior_check",