Browse Source

域名修改

lianghanqiang 4 năm trước cách đây
mục cha
commit
988b477817
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      assets/http/global.js

+ 4 - 4
assets/http/global.js

@@ -1,11 +1,11 @@
 let global = {}
 
 
-// global.baseUrl = 'https://ldt.guosen-fumao.cn/api/'
-// global.WebSocketUrl='wss://ldt.guosen-fumao.cn/websocket/'
+global.baseUrl = 'https://ldt.guosen-fumao.cn/api/'
+global.WebSocketUrl='wss://ldt.guosen-fumao.cn/websocket/'
 
-global.baseUrl = 'http://192.168.1.48:2366/'
-global.WebSocketUrl = 'ws://192.168.1.48:2366/websocket/'
+// global.baseUrl = 'http://192.168.1.48:2366/'
+// global.WebSocketUrl = 'ws://192.168.1.48:2366/websocket/'
 
 global.tokenUrl = global.baseUrl +
 	'blade-auth/oauth/token?tenantId=000000&password=21232f297a57a5a743894a0e4a801fc3&username=admin'