|
@@ -96,7 +96,7 @@
|
|
|
// 线上地址
|
|
|
this.$store.dispatch('websocket/WEBSOCKET_INIT', 'wss://www.muzhikeji.cn/wss/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
|
|
|
// 客户环境
|
|
|
- // this.$store.dispatch('websocket/WEBSOCKET_INIT', 'wss://192.168.2.110/wss/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
|
|
|
+ // this.$store.dispatch('websocket/WEBSOCKET_INIT', 'wss://192.168.2.124/wss/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
|
|
|
// 客户环境2
|
|
|
// this.$store.dispatch('websocket/WEBSOCKET_INIT', 'wss://192.168.110.222/wss/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
|
|
|
}
|