Sfoglia il codice sorgente

增加pre环境的域名地址

增加pre环境的域名地址
Sean 3 mesi fa
parent
commit
b86e0af552
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      src/utils/baseUrl.js

+ 4 - 2
src/utils/baseUrl.js

@@ -1,6 +1,7 @@
 const URL = {
   //baseUrl: 'http://183.131.25.186:9501',//测试环境
-  baseUrl: 'http://116.131.8.26:9501',//pre环境
+  //baseUrl: 'http://116.131.8.26:9501',//pre环境
+  baseUrl: 'http://adminpre.bjzxtw.org.cn:9501',//pre环境-域名
   //baseUrl: 'http://103.105.201.2:9501',//正式环境-ip
   //baseUrl: 'https://flzxw.bjzxtw.org.cn',//正式环境-域名
   //baseUrl: 'http://192.168.1.201:9501',//刘佳伟本地环境
@@ -9,7 +10,8 @@ const URL = {
   //WebsocketUrl: 'ws://192.168.1.201:9506',//刘佳伟websocket地址
   //WebsocketUrl: 'ws://192.168.1.127:9506'//刘剑websocket地址
   //WebsocketUrl: 'ws://183.131.25.186:9506',//测试环境websocket地址
-  WebsocketUrl: 'ws://116.131.8.26:9506'//pre环境websocket地址
+  //WebsocketUrl: 'ws://116.131.8.26:9506'//pre环境websocket地址
+  WebsocketUrl: 'ws://adminpre.bjzxtw.org.cn:9506'//pre环境-域名websocket地址
   //WebsocketUrl: 'ws://103.105.201.2:9506'//正式环境websocket地址
 }