视频会议

This commit is contained in:
duoaohui
2026-05-23 14:15:19 +08:00
parent 2689301721
commit 2e66717932
5 changed files with 130 additions and 49 deletions

View File

@@ -146,6 +146,13 @@ function bootstrapAfterSso(token) {
onLoad((query) => {
try {
try {
console.log('[SSO] location:', {
search: typeof window !== 'undefined' ? window.location.search : '',
hash: typeof window !== 'undefined' ? window.location.hash : '',
query
})
} catch (logErr) {}
const payload = resolveSsoPayload(query || {})
const ssoUser = resolveSsoUser(payload)
const redirect = resolveRedirect(query || {})