From 12761b956c86bdc147aee727344275a40bf624fc Mon Sep 17 00:00:00 2001 From: khalil Date: Mon, 15 Jul 2024 18:49:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0-=E7=99=BB=E5=BD=95-=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index d29c64a..e5545b9 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -72,7 +72,7 @@ export default { name: "LoginView", data () { return { - smsSwitch: false, + smsSwitch: true, }; }, setup () { @@ -81,7 +81,7 @@ export default { }; }, created () { - this.smsSwitch = false; + this.smsSwitch = true; this.$nextTick(function () { this.initData(); });