Browse Source

update chat url

Zory 4 ngày trước cách đây
mục cha
commit
c547994d25
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/components/imFloat/imFloat.vue

+ 4 - 4
src/components/imFloat/imFloat.vue

@@ -375,10 +375,10 @@ export default {
             inputMessage: '',        // 输入的消息
             timer: null,             // 定时器
             messages: [],
-            // wsAuth:"https://tran.jsshuita.cn/plugin/webman/push/auth",
-            // wsUrl: 'wss://tran.jsshuita.cn/ws',
-            wsAuth:"http://127.0.0.1:9981/plugin/webman/push/auth",
-            wsUrl: 'ws://127.0.0.1:3131',
+            wsAuth:"https://tran.jsshuita.cn/plugin/webman/push/auth",
+            wsUrl: 'wss://tran.jsshuita.cn/ws',
+            // wsAuth:"http://127.0.0.1:9981/plugin/webman/push/auth",
+            // wsUrl: 'ws://127.0.0.1:3131',
             page:1,
             size:10,
             msgPage:1,