From e47b57f7608dab762a34a58154f59de728bd1633 Mon Sep 17 00:00:00 2001 From: khalil Date: Wed, 11 Sep 2024 22:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95-=E5=8F=96=E6=B6=88=E9=AA=8C?= =?UTF-8?q?=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index e5545b9..fbc1341 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -72,7 +72,7 @@ export default { name: "LoginView", data () { return { - smsSwitch: true, + smsSwitch: false, }; }, setup () {