chore: update deps
This commit is contained in:
@@ -132,7 +132,7 @@ const doSocialLogin = async (type: string) => {
|
||||
location.origin + '/social-login?type=' + type + '&redirect=' + (redirect.value || '/')
|
||||
// 进行跳转
|
||||
const res = await LoginApi.socialAuthRedirectApi(type, encodeURIComponent(redirectUri))
|
||||
window.open = res
|
||||
window.location.href = res
|
||||
}
|
||||
watch(
|
||||
() => currentRoute.value,
|
||||
|
||||
Reference in New Issue
Block a user