mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-01-26 08:51:07 +00:00
fix: Share pwd
This commit is contained in:
2
resources/web2/js/dist/ljw.js
vendored
2
resources/web2/js/dist/ljw.js
vendored
@@ -46,7 +46,7 @@ if (share_token) {
|
||||
password: peer.tmppwd,
|
||||
}*/
|
||||
//修改location
|
||||
window.location.href = `/webclient2/#/${peer.info.id}?password=${peer.tmppwd}`
|
||||
window.location.href = `/webclient2/#/${peer.info.id}?password=${encodeURIComponent(peer.tmppwd)}`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user