浏览代码

域名修改

lianghanqiang 4 年之前
父节点
当前提交
988b477817
共有 1 个文件被更改,包括 4 次插入4 次删除
  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'