Browse Source

修改启动配置信息

shilin 3 years ago
parent
commit
996b254d1f
1 changed files with 1 additions and 1 deletions
  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";