diff --git a/src/api/system/social/auth.ts b/src/api/system/social/auth.ts index 69f0d7e4..05471d9f 100644 --- a/src/api/system/social/auth.ts +++ b/src/api/system/social/auth.ts @@ -1,7 +1,7 @@ import request from '@/utils/request'; -// 绑定账号 -export function authBinding(source: string, tenantId: string) { +// 获取跳转URL +export function authRouterUrl(source: string, tenantId: string) { return request({ url: '/auth/binding/' + source, method: 'get', diff --git a/src/views/login.vue b/src/views/login.vue index dad7945e..dd71b7a0 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -80,7 +80,7 @@