const URL = { testUrl: 'http://192.168.1.201:9501',//老刘服务器 baseUrl: 'http://183.131.25.186:9501',//测试服务器 WebsocketUrl: 'ws://192.168.1.201:9506',//老刘websocket地址 //WebsocketUrl: 'ws://183.131.25.186:9506'//测试服务器websocket地址 } export default URL;