lejianwen месяцев назад: 9
Родитель
Сommit
60d0a701ce
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resources/web2/js/dist/ljw.js

+ 1 - 1
resources/web2/js/dist/ljw.js

@@ -46,7 +46,7 @@ if (share_token) {
46 46
                 password: peer.tmppwd,
47 47
             }*/
48 48
             //修改location
49
-            window.location.href = `/webclient2/#/${peer.info.id}?password=${peer.tmppwd}`
49
+            window.location.href = `/webclient2/#/${peer.info.id}?password=${encodeURIComponent(peer.tmppwd)}`
50 50
         }
51 51
     })
52 52
 }