From 0b7865733542931c7c3fcf74febd30fe145af957 Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期三, 12 六月 2024 09:38:18 +0800
Subject: [PATCH] 页面修改

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

diff --git a/public/config/config.js b/public/config/config.js
index 2760502..b2abe2e 100644
--- a/public/config/config.js
+++ b/public/config/config.js
@@ -1,12 +1,12 @@
-
-
-const webUrl = location.href.indexOf("/chat") > -1 ? "/chat/" : "";
-const webHost = location.origin + webUrl
+const webUrl = location.href.indexOf("/GeoAgent") > -1 ? "/GeoAgent/" : "";
+const webHost = location.origin + webUrl;
 const config = {
-    StaticFileBaseUrl: webUrl + "/CimSDK/",
-    //鍒濆鍖栧悗澶氶暱鏃堕棿寮�
-    loadTime: 2000,
-    //闂撮殧澶氫箙鍥炴秷鎭�
-    retTime: 2000
-
-}
\ No newline at end of file
+  StaticFileBaseUrl: webUrl + "/CimSDK/",
+  //鍒濆鍖栧悗澶氶暱鏃堕棿寮�
+  loadTime: 2000,
+  //闂撮殧澶氫箙鍥炴秷鎭�
+  retTime: 2000,
+  // apiUrl: "http://192.168.11.41:7777/",
+  apiUrl: "http://106.120.22.26:5367/",
+  imgUrl: webHost + "/image/"
+};

--
Gitblit v1.9.3