From 4f7f52e4f21c7dea196fc0ce9e9c772c83c2f2ba Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Fri, 26 Dec 2025 22:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index 8652edf..a97b5a4 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -1,4 +1,4 @@ -{ +{ "layout": "default", "style": { "navigationStyle": "custom" @@ -33,7 +33,7 @@ 密码 - @@ -66,7 +66,7 @@ mobile: string passowrd: string }>({ - mobile: '', + mobile: '', // 18857339563 passowrd: '' }) @@ -82,7 +82,6 @@ if (savedPassword) { model.passowrd = savedPassword } - }) const Login = {