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 |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/public/config/config.js b/public/config/config.js
index 28a6220..b2abe2e 100644
--- a/public/config/config.js
+++ b/public/config/config.js
@@ -1,4 +1,4 @@
-const webUrl = location.href.indexOf("/chat") > -1 ? "/chat/" : "";
+const webUrl = location.href.indexOf("/GeoAgent") > -1 ? "/GeoAgent/" : "";
 const webHost = location.origin + webUrl;
 const config = {
   StaticFileBaseUrl: webUrl + "/CimSDK/",
@@ -6,5 +6,7 @@
   loadTime: 2000,
   //闂撮殧澶氫箙鍥炴秷鎭�
   retTime: 2000,
-  apiUrl: "http://192.168.11.169:8080/"
+  // apiUrl: "http://192.168.11.41:7777/",
+  apiUrl: "http://106.120.22.26:5367/",
+  imgUrl: webHost + "/image/"
 };

--
Gitblit v1.9.3