|
@@ -94,9 +94,11 @@
|
|
|
|
|
|
// websocket初始化
|
|
// websocket初始化
|
|
// 开发地址
|
|
// 开发地址
|
|
- this.$store.dispatch('websocket/WEBSOCKET_INIT', 'ws://116.62.189.171:10088/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
|
|
|
|
|
|
+ // this.$store.dispatch('websocket/WEBSOCKET_INIT', 'ws://116.62.189.171:10088/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
|
|
// 正式地址
|
|
// 正式地址
|
|
- // 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://www.muzhikeji.cn/wss/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
|
|
|
|
+ // 客户环境
|
|
|
|
+ // this.$store.dispatch('websocket/WEBSOCKET_INIT', 'ws://192.168.110.75:10088/web_socket/' + data.data.userId + '_' + (Math.ceil(Math.random() * 100000000)).toString())
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|