瀏覽代碼

fix:修复重叠

jinx 4 年之前
父節點
當前提交
a5cf22a9fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      socket.js

+ 1 - 1
socket.js

@@ -397,7 +397,7 @@ export default {
   },
 
   getUrl(url, socketOptions, isJoin) {
-    url += '&room_id=' + socketOptions.roomId + '&user_id=' + socketOptions.userId 
+    url += '&room_id=' + socketOptions.roomId + '&user_id=' + socketOptions.userId +'origin=fashilong'
     
 
     if (isJoin) {