chore: update deps

This commit is contained in:
xingyu
2022-10-26 09:44:07 +08:00
parent 97cab05df2
commit 3b3404747e
9 changed files with 259 additions and 484 deletions

View File

@@ -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,