From 04dbab8f2971802c3bf5eb38605dd15a96655f34 Mon Sep 17 00:00:00 2001 From: 安宇轩1 <11369407+an-yuxuan-1@user.noreply.gitee.com> Date: 星期三, 27 十一月 2024 10:24:18 +0800 Subject: [PATCH] 分系统状态监控 --- se-index/src/router/index.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/se-index/src/router/index.js b/se-index/src/router/index.js index 8f57c4a..daf1c6d 100644 --- a/se-index/src/router/index.js +++ b/se-index/src/router/index.js @@ -42,6 +42,11 @@ name:'鎺ㄦ紨浠诲姟鎺у埗', component: () => import("@/components/InferentialTaskControl.vue") }, + { + path: "ConditionMonitoring", + name:'鍒嗙郴缁熺姸鎬佺洃鎺�', + component: () => import("@/components/ConditionMonitoring.vue") + }, ] } ]; -- Gitblit v1.9.3