浏览代码

地址修改

yuwenfen 4 年之前
父节点
当前提交
dfa8672c1a
共有 2 个文件被更改,包括 3 次插入4 次删除
  1. 2 3
      utils/requestUrl.js
  2. 1 1
      utils/wsUrl.js

+ 2 - 3
utils/requestUrl.js

@@ -1,7 +1,6 @@
 // export const URL = 'http://192.168.38.140:8088'; // 李磊
-// export const URL = 'http://192.9.216.251:8088'; // 建德
 // export const URL = 'http://192.168.38.174:8088';
-// export const URL = 'http://192.168.1.45:8088'; //内网
-export const URL = 'http://s1.nsloop.com:5137';  // 外网
+export const URL = 'http://192.168.1.45:8088'; //内网
+// export const URL = 'http://s1.nsloop.com:5137';  // 外网
 
 

+ 1 - 1
utils/wsUrl.js

@@ -1 +1 @@
-export const wsURL = `ws://192.168.1.45:8088/websocket/${hiId}/${user}/${permission}`; 
+export const wsURL = `ws://192.168.1.45:8088/websocket/${hiId}/${user}/${permission}`; // 内网