const URL = { testUrl: 'http://192.168.1.201:9501',//刘佳伟的电脑 liuUrl: 'http://192.168.1.127:9501',//刘剑的电脑 baseUrl: 'http://183.131.25.186:9501',//测试服务器 servUrl: 'https://admin.bjzxtw.org.cn/zxtapi',//服务端 WebsocketUrl: 'ws://192.168.1.201:9506',//老刘websocket地址 //WebsocketUrl: 'ws://183.131.25.186:9506'//测试服务器websocket地址 } export default URL;