From 3abec78c711e0968ff33c8cdfd255cabafb58a37 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Thu, 8 May 2025 14:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E6=9C=AC=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E3=80=81=E5=88=9B=E5=BB=BA=E6=96=87=E4=BB=B6=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E8=B0=83=E6=95=B4=E9=80=9A=E7=94=A8=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=B8=83=E5=B1=80=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=EF=BC=8C=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E5=8F=8A=E7=99=BB=E5=BD=95=E6=9C=80=E9=95=BF?= =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/login.vue | 9 +-------- src/views/pages/ucenter.vue | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/views/pages/login.vue b/src/views/pages/login.vue index 1f30dca..5d3c461 100644 --- a/src/views/pages/login.vue +++ b/src/views/pages/login.vue @@ -120,7 +120,7 @@ const rules = { }; // 表单引用 const login = ref(null); -const maxLoginRepeatRequest = 30; //最大请求次数 +const maxLoginRepeatRequest = 60; //最大请求次数 const currentLoginRequest = ref(0); //当前请求次数 const thirdPartyLogoInfoList = ref([ @@ -158,13 +158,6 @@ var loginData = ref({ password: "", ip: "", }); -const thirdPartyPlatform = ref([ - { label: 'QQ', value: 'qq' }, - { label: 'Github', value: 'github' }, - { label: 'Gitee', value: 'gitee' }, - { label: 'Google', value: 'google' }, - { label: 'Facebook', value: 'facebook'} -]); const thirdLogin = async (type) => { //获取uuid diff --git a/src/views/pages/ucenter.vue b/src/views/pages/ucenter.vue index 834099a..5e96f34 100644 --- a/src/views/pages/ucenter.vue +++ b/src/views/pages/ucenter.vue @@ -158,7 +158,7 @@ const avatarImg = ref(''); const imgSrc = ref(''); const cropImg = ref(''); const cropper: any = ref(); -const maxLoginRepeatRequest = 30; //最大请求次数 +const maxLoginRepeatRequest = 60; //最大请求次数 const currentLoginRequest = ref(0); //当前请求次数 const thirdPartyUserInfo = ref([]);