From 4cf836055a02ed2dfd6fa4fd543366a7c2e06608 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期日, 02 七月 2023 15:40:13 +0800 Subject: [PATCH] !23 统一登录,授权 Merge pull request !23 from 三个三/auth --- 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