From 7acf7ad6948e3e952173a2551ea4a92a8ff56c35 Mon Sep 17 00:00:00 2001
From: suerprisePlus <15810472099@163.com>
Date: 星期四, 06 六月 2024 19:36:48 +0800
Subject: [PATCH] 1

---
 public/config/config.js |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/public/config/config.js b/public/config/config.js
index 2760502..28a6220 100644
--- a/public/config/config.js
+++ b/public/config/config.js
@@ -1,12 +1,10 @@
-
-
 const webUrl = location.href.indexOf("/chat") > -1 ? "/chat/" : "";
-const webHost = location.origin + webUrl
+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.169:8080/"
+};

--
Gitblit v1.9.3