From cee2eca9c3e40b48c40a8fe80f938a777f03d463 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 10 六月 2025 17:57:11 +0800 Subject: [PATCH] 1 --- src/views/login.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 146f1fc..8838701 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,9 +1,7 @@ <template> <div class="login"> <!-- <div style="padding-top: 130px;"> --> - <!-- <h2>鍏村钩鍏村寲绀惧尯鏈嶅姟绔�</h2> --> - <h1>娉惧窛鍘夸汉姘戝尰闄�</h1> - <h1>鏅鸿兘鍋ュ悍浣撴绠$悊绯荤粺</h1> + <div style="font-weight: 700;font-size: 50px;">鏅鸿兘鍋ュ悍浣撴绠$悊绯荤粺</div> <!-- </div> --> @@ -60,7 +58,7 @@ <!-- 搴曢儴 --> <div class="el-login-footer"> - <span>Copyright 漏 2023-2024璺嘲绉戞妧 All Rights Reserved.</span> + <span>Copyright 漏 2024-2025 All Rights Reserved.</span> <!-- <span>Copyright 漏 2022-2023榫欑編缃戠粶 All Rights Reserved.</span> --> </div> </div> @@ -187,7 +185,7 @@ } }, handleLogin() { - if (this.loginForm.username.length < 6) { + if (this.loginForm.username.length < 12) { this.loginForm.mobile = true; this.$router.push({ path: this.redirect || "/" }).catch(() => { }); } else { @@ -235,6 +233,7 @@ } } this.$router.push({ path: this.redirect || "/" }).catch(() => { }); + location.reload(); } }).catch(() => { @@ -254,13 +253,14 @@ <style rel="stylesheet/scss" lang="scss"> .login { display: flex; - justify-content: center; + justify-content: flex-start; align-items: center; width: 100%; height: 100%; // background-image: url("../assets/images/login-background.jpg"); background-size: cover; flex-direction: column; + margin-top: 170px; } .card { -- Gitblit v1.8.0