瀏覽代碼

修改启动配置信息

shilin 3 年之前
父節點
當前提交
996b254d1f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/static/config/modeConfig.js

+ 1 - 1
public/static/config/modeConfig.js

@@ -11,7 +11,7 @@ if (localTest) {
     baseURL = "http://192.168.10.12:8082/" // 联机调试 - 石林
         // baseURL = "http://10.155.32.33:9001/" // 联机调试 - 谢生杰
 } else {
-    baseURL = "http://192.168.10.13:8082/" // 正式环境
+    baseURL = "http://10.155.32.4:8082/" // 正式环境
 }
 
 websocketUrl = (baseURL.replace(/http:\/\/|https:\/\//g, "")) + "gyee-websocket";