baseUrl.js 295 B

12345678
  1. const URL = {
  2. testUrl: 'http://192.168.1.201:9501',//老刘服务器
  3. baseUrl: 'http://183.131.25.186:9501',//测试服务器
  4. WebsocketUrl: 'ws://192.168.1.201:9506',//老刘websocket地址
  5. //WebsocketUrl: 'ws://183.131.25.186:9506'//测试服务器websocket地址
  6. }
  7. export default URL;