From dda0e6f581e8c2b116f2eae53756d80215d6e5e0 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期三, 01 二月 2023 09:31:37 +0800
Subject: [PATCH] 1

---
 public/config/config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/config/config.js b/public/config/config.js
index e430401..f62e2a5 100644
--- a/public/config/config.js
+++ b/public/config/config.js
@@ -1,6 +1,6 @@
 var isWeb = location.hostname.indexOf("103.85.165.") > -1;
  
-var webHost = isWeb ? location.hostname + ":8052" : '192.168.20.205' + ":8088";
+var webHost = isWeb ? location.hostname + ":8052" : '192.168.20.106' + ":12316";
 
 var fmeHost = isWeb ? location.hostname + ":8051" : '192.168.20.205' + ":88";
 
@@ -16,7 +16,7 @@
 var socketUrl = 'ws://' + webHost + '/server/ws/select';
 
 // GeoServerUrl
-var geoServerURl = '/geoserver/LF/wms';
+var geoServerURl = 'http://192.168.20.205:8088//geoserver/LF/wms';
 
 var geoserverWFS = '/geoserver/LF/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=LF%3Abs_project&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=projname=';
 

--
Gitblit v1.9.3