|
@@ -1,9 +1,9 @@
|
|
const URL = {
|
|
const URL = {
|
|
//baseUrl: 'http://103.105.201.2:9501',//正式环境ip
|
|
//baseUrl: 'http://103.105.201.2:9501',//正式环境ip
|
|
- baseUrl: 'https://flzxw.bjzxtw.org.cn',//正式环境域名
|
|
|
|
|
|
+ //baseUrl: 'https://flzxw.bjzxtw.org.cn',//正式环境域名
|
|
//baseUrl: 'http://183.131.25.186:9501',//测试环境ip
|
|
//baseUrl: 'http://183.131.25.186:9501',//测试环境ip
|
|
//baseUrl: 'http://116.131.8.26:9501',//pre环境ip
|
|
//baseUrl: 'http://116.131.8.26:9501',//pre环境ip
|
|
- //baseUrl: 'http://adminpre.bjzxtw.org.cn:9501',//pre环境域名
|
|
|
|
|
|
+ baseUrl: 'http://adminpre.bjzxtw.org.cn:9501',//pre环境域名
|
|
//baseUrl: 'http://192.168.1.201:9501',//刘佳伟本地环境
|
|
//baseUrl: 'http://192.168.1.201:9501',//刘佳伟本地环境
|
|
//baseUrl:'http://192.168.1.115:9501',//冯蕊的本地环境
|
|
//baseUrl:'http://192.168.1.115:9501',//冯蕊的本地环境
|
|
//baseUrl: 'http://192.168.1.127:9501',//刘剑的本地环境
|
|
//baseUrl: 'http://192.168.1.127:9501',//刘剑的本地环境
|
|
@@ -11,9 +11,9 @@ const URL = {
|
|
//WebsocketUrl: 'ws://192.168.1.127:9506'//刘剑 -- websocket地址
|
|
//WebsocketUrl: 'ws://192.168.1.127:9506'//刘剑 -- websocket地址
|
|
//WebsocketUrl: 'ws://183.131.25.186:9506',//测试环境ip -- websocket地址
|
|
//WebsocketUrl: 'ws://183.131.25.186:9506',//测试环境ip -- websocket地址
|
|
//WebsocketUrl: 'ws://116.131.8.26:9506'//pre环境ip -- websocket地址
|
|
//WebsocketUrl: 'ws://116.131.8.26:9506'//pre环境ip -- websocket地址
|
|
- //WebsocketUrl: 'ws://adminpre.bjzxtw.org.cn:9506'//pre环境域名 -- websocket地址
|
|
|
|
|
|
+ WebsocketUrl: 'ws://adminpre.bjzxtw.org.cn:9506'//pre环境域名 -- websocket地址
|
|
//WebsocketUrl: 'ws://103.105.201.2:9506'//正式环境ip -- websocket地址
|
|
//WebsocketUrl: 'ws://103.105.201.2:9506'//正式环境ip -- websocket地址
|
|
- WebsocketUrl: 'wss://flzxw.bjzxtw.org.cn'//正式环境域名 wss可用 -- websocket地址
|
|
|
|
|
|
+ //WebsocketUrl: 'wss://flzxw.bjzxtw.org.cn'//正式环境域名 wss可用 -- websocket地址
|
|
}
|
|
}
|
|
|
|
|
|
export default URL;
|
|
export default URL;
|