From 425bdcdfcb8bdcb23e6a23aa1bfc25d1b6c4f967 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 4 Mar 2025 14:28:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E6=A3=80=E9=AA=8C?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=B7=BB=E5=8A=A0=E6=93=8D=E4=BD=9C=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index bbe19862..e984b6db 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1741,17 +1741,6 @@ const routes = [ }, ], }, - { - path: "/mlog_bx", - name: "mlog_bx", - meta: { - title: "生产执行", - icon: "el-icon-histogram", - type: "menu", - perms: ["wpm_bx"], - }, - component: "wpm_gx/mlog_bx", - }, //检验管理 qm { name: "qm", @@ -1763,6 +1752,16 @@ const routes = [ perms: ["qm"], }, children: [ + { + path: "/qm/testitem_cz", + name: "testitem_cz", + meta: { + title: "操作项", + type: "menu", + perms: ["testitem_cz"], + }, + component: "qm/testitem_cz", + }, { path: "/qm/defect", name: "defect",