fix: Share pwd

This commit is contained in:
lejianwen
2025-04-15 10:09:56 +08:00
parent 0dedaf6824
commit 60d0a701ce

View File

@@ -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)}`
}
})
}