From 5efebb555efd984f3dd35de83e465cd53aaf8175 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 26 四月 2024 10:34:51 +0800 Subject: [PATCH] 完善左上角切换监测因子后,折线图联动切换功能 --- httpservice.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpservice.js b/httpservice.js index 8825fad..148a65a 100644 --- a/httpservice.js +++ b/httpservice.js @@ -1,8 +1,8 @@ var appConfig = { - // baseUrl: "http://114.215.109.124:8805/", + baseUrl: "http://114.215.109.124:8805/", // baseUrl: "http://47.100.191.150:9029/", // baseUrl: "http://localhost:8080/", - baseUrl: 'http://192.168.0.138:8084/', + // baseUrl: 'http://192.168.0.138:8084/', }; var service = { -- Gitblit v1.9.3