From f5e66da24d11103d19986d88428e17d6d4dd8b0f Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 27 三月 2025 14:44:10 +0800 Subject: [PATCH] 数据监测 --- customer_list/yw/static/config/route.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/customer_list/yw/static/config/route.js b/customer_list/yw/static/config/route.js index a4d411d..a7dfa3a 100644 --- a/customer_list/yw/static/config/route.js +++ b/customer_list/yw/static/config/route.js @@ -1,5 +1,12 @@ window.route = [ { + name: 'DataMonitor', + isKeepAlive: true, + isAffix: false, + path: '/dataMonitor', + component: '/project/yw/systemManage/DataMonitor/index.vue', + }, + { name: 'AgentGraph', isKeepAlive: true, isAffix: false, -- Gitblit v1.9.3