From 3a7deef1bf463ddd1abd2ddae591cf02e30e0366 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 29 Apr 2025 14:43:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=A3=80=E9=AA=8C=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=A6=96=E4=BB=B6=E6=A3=80=E9=AA=8C=E5=92=8C?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=88=86=E6=9E=90=E9=87=8C=E7=9A=84=E6=88=90?= =?UTF-8?q?=E5=93=81=E6=A3=80=E9=AA=8C=E7=BB=9F=E8=AE=A1=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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",