ccj 3 năm trước cách đây
mục cha
commit
377aadcab6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/notification.js

+ 1 - 1
src/notification.js

@@ -8,7 +8,7 @@ export default {
   // 初始化
   init (vue, sessionId) {
     this.vue = vue;
-    this.url = `${process.env.VUE_APP_BASE_API}/ws`
+    this.url = `${process.env.VUE_APP_BASE_API}/wss`
     this.sessionId = sessionId;
 
     this.sock = undefined;