From e32d444e5769e7b1647f64e1bea142da8a776fbe Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 11 Dec 2024 14:56:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=8E=BB=E7=BA=A4=E5=B7=A5=E5=BA=8F?= =?UTF-8?q?=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/config/route.js b/src/config/route.js index a02e310b..e3604c77 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1639,6 +1639,17 @@ 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",