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 | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/httpservice.js b/httpservice.js index 63b617a..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 = { @@ -381,8 +381,8 @@ }; var appConfig2 = { - // baseUrl: 'http://47.100.191.150:9005/', - baseUrl: 'http://192.168.0.138:8082/', + baseUrl: 'http://47.100.191.150:9005/', + // baseUrl: 'http://192.168.0.138:8082/', }; var service2 = { -- Gitblit v1.9.3