From 7578c3ff65329b2269f099475eb687e963efac1c Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 27 二月 2024 17:13:29 +0800
Subject: [PATCH] 地图3D模型、折线图和表格三者点击联动效果

---
 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