diff --git a/main.js b/main.js index 28f5174..3d13af4 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ $http.baseUrl = 'https://yoga.runpengsoft.com/yoga' // #ifdef H5 // Vue.prototype.$wsUrl = 'ws://192.168.13.9:8528/im' // 开发环境 // Vue.prototype.$wsUrl = 'wss://www.sanduolantoyoga.com/yoga-imserver' // 生产环境 -Vue.prototype.$wsUrl = 'wss://www.sanduolantoyoga.com/yoga-imserver/' // 生产环境 +Vue.prototype.$wsUrl = 'wss://yoga.runpengsoft.com/yoga-imserver/' // 生产环境 // #endif // #ifdef APP-PLUS