@@ -17,7 +17,7 @@ module.exports = {
// 线上环境
target: 'https://www.muzhikeji.cn/api',
// 客户环境
- // target: 'http://192.168.2.110/api',
+ // target: 'https://192.168.2.110/api',
changeOrigin: true,
pathRewrite: {
'^/proxyApi': ''
@@ -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', 'ws://192.168.2.110:10088/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())
}
})