From c5bc491bd6b2a1f5bdb19fe6d081e0cb9e1536d7 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 15 Oct 2025 15:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE=E5=92=8C=E9=9A=90=E7=A7=81=E6=94=BF=E7=AD=96=E4=B8=8D?= =?UTF-8?q?=E9=80=89=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/user/user-protocol.vue | 2 +- pages/login/login.vue | 2 +- pages/login/register.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/user/user-protocol.vue b/components/user/user-protocol.vue index c6bf174..866dda3 100644 --- a/components/user/user-protocol.vue +++ b/components/user/user-protocol.vue @@ -19,7 +19,7 @@ name:"user-protocol", data() { return { - readme:true, + readme:false, }; }, methods:{ diff --git a/pages/login/login.vue b/pages/login/login.vue index bb48fb5..e9bd497 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -89,7 +89,7 @@ btnDisabled: false, btnValue: '验证码', phoneLoginName: '验证码登录', - readme:true + readme:false }; }, diff --git a/pages/login/register.vue b/pages/login/register.vue index 57e478a..548c1aa 100644 --- a/pages/login/register.vue +++ b/pages/login/register.vue @@ -45,7 +45,7 @@ btnDisabled: false, password: '', rePassword: '', - readme:true, + readme:false, }; }, /**