From 2b7ffdf19c0e525f03dc6234b58cac03b627f0a5 Mon Sep 17 00:00:00 2001 From: thiszhc <2029364173@qq.com> Date: 星期六, 01 七月 2023 02:26:58 +0800 Subject: [PATCH] 前端实现切换租户选择第三方授权登录,和优化第三方页面登录注册 --- src/views/system/user/profile/thirdParty.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/user/profile/thirdParty.vue b/src/views/system/user/profile/thirdParty.vue index 51c8ba8..e5791ef 100644 --- a/src/views/system/user/profile/thirdParty.vue +++ b/src/views/system/user/profile/thirdParty.vue @@ -34,14 +34,14 @@ <span class="app-name">Github</span> </a> - <a class="third-app" href="#" title="鍔熻兘寮�鍙戜腑..."> + <a class="third-app" href="#" @click="authUrl('wechar');" title="浣跨敤 寰俊 璐﹀彿鎺堟潈鐧诲綍"> <div class="git-other-login-icon"> <svg-icon icon-class="wechat" /> </div> <span class="app-name">WeiXin</span> </a> - <a class="third-app" href="#" title="鍔熻兘寮�鍙戜腑..."> + <a class="third-app" href="#" @click="authUrl('qq');" title="浣跨敤 QQ 璐﹀彿鎺堟潈鐧诲綍"> <div class="git-other-login-icon"> <svg-icon icon-class="qq" /> </div> -- Gitblit v1.9.3