From 892c84f32a12f10b0b21b74801fd28ccdf248e06 Mon Sep 17 00:00:00 2001
From: Michelle.Chung <1242874891@qq.com>
Date: 星期二, 27 六月 2023 09:03:51 +0800
Subject: [PATCH] update 更新字段命名 activityTimeout -> activeTimeout ; update 新增字段设备类型 deviceType ;

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