yuwenfen 4 anni fa
parent
commit
2f0a546631
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      utils/requestUrl.js
  2. 2 2
      utils/wsUrl.js

+ 2 - 2
utils/requestUrl.js

@@ -1,7 +1,7 @@
 // export const URL = 'http://192.168.38.140:8088'; // 李磊
 // export const URL = 'http://192.168.38.174:8088';
-// export const URL = 'http://192.168.1.45:8088'; //内网
+export const URL = 'http://192.168.1.45:8088'; //内网
 // export const URL = 'http://s1.nsloop.com:5137';  // 外网
-export const URL = 'http://121.43.139.179:8801';  // 外网
+// export const URL = 'http://121.43.139.179:8801';  // 云端服务
 
 

+ 2 - 2
utils/wsUrl.js

@@ -1,2 +1,2 @@
-// export const wsURL = `ws://192.168.1.45:8088/websocket/${hiId}/${user}/${permission}`; // 内网
-export const wsURL = `ws://121.43.139.179:8801/websocket/${hiId}/${user}/${permission}`; // 云端服务
+export const wsURL = `ws://192.168.1.45:8088/websocket/${hiId}/${user}/${permission}`; // 内网
+// export const wsURL = `ws://121.43.139.179:8801/websocket/${hiId}/${user}/${permission}`; // 云端服务