Selaa lähdekoodia

fix:修复重叠

jinx 4 vuotta sitten
vanhempi
commit
a5cf22a9fa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {