Merge branch '250415-bugfix-shl' into test20250220

This commit is contained in:
joshen
2025-04-15 16:26:08 +08:00

View File

@@ -27,7 +27,7 @@ export default {
const code = response.data.result const code = response.data.result
if (code) { if (code) {
// 替换为你的目标外部链接,并确保参数名称正确 // 替换为你的目标外部链接,并确保参数名称正确
const redirectUrl = `https://lexiangla.com?company_from=d1f3b156e9ed11ef9dc9720f77c5afa9&sso_auth_code=${encodeURIComponent(code)}` const redirectUrl = `https://lexiangla.com?company_from=d1f3b156e9ed11ef9dc9720f77c5afa9&login_way=sso&sso_auth_code=${encodeURIComponent(code)}`
window.location.href = redirectUrl window.location.href = redirectUrl
} else { } else {
this.handleError('未获取到有效code') this.handleError('未获取到有效code')