From 2a6cb291418889f479dc0061ce01618db6519619 Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期三, 21 九月 2022 10:46:04 +0800 Subject: [PATCH] 服务资源实时监控 --- public/config/config.js | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 6911dc1..7eaad62 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,7 +1,8 @@ -var baseUrl = "http://192.168.20.53:8062"; -var gisUrl = "http://183.162.245.49:3301"; -var ifreamUrl = "http://192.168.20.39:12306/"; +var baseUrl = 'http://192.168.20.53:8062'; +var gisUrl = 'http://183.162.245.49:3301'; +var ifreamUrl = 'http://192.168.20.39:12306/'; -var serverUrl = "http://192.168.20.106/LFServer/"; +var serverUrl = 'http://192.168.20.106/LFServer/'; -var api_Url = "http://192.168.20.106/"; +var api_Url = 'http://192.168.20.106/'; +var sql_Url = 'http://192.168.20.39:8081/admin/druid/sql.html'; //鏁版嵁搴撶洃鎺у湴鍧� -- Gitblit v1.9.3