From 31c107be34eaeae0881db2ca61990ff786976e49 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Mon, 13 May 2024 00:52:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 47f8f1c6..1e94969b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -808,11 +808,11 @@ const routes2 = [ component: () => import("@/views/projectFront/examSystem/trainRecord/trainRecord.vue"), }, // 安全考试系统--教育培训 - { - path: "/project/examSystem/educationalTraining", - name: "安全考试系统_教育培训", - component: () => import("@/views/projectFront/examSystem/educationalTraining/educationalTraining.vue"), - }, + // { + // path: "/project/examSystem/educationalTraining", + // name: "安全考试系统_教育培训", + // component: () => import("@/views/projectFront/examSystem/educationalTraining/educationalTraining.vue"), + // }, { path: "/project/environmentalMonitor/alarmValueSet", name: "绿色施工_阈值设置1",