From 34257f504330191b1a698eb48b52217095db47fe Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期一, 04 九月 2023 18:10:46 +0800
Subject: [PATCH] 扬尘vue

---
 src/views/login/LoginSystem.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/login/LoginSystem.vue b/src/views/login/LoginSystem.vue
index 5ea8052..49a19c4 100644
--- a/src/views/login/LoginSystem.vue
+++ b/src/views/login/LoginSystem.vue
@@ -20,6 +20,7 @@
           placeholder="璇疯緭鍏ュ瘑鐮�"
           type="password"
           size="large"
+          show-password
         ></el-input>
       </el-form-item>
 
@@ -43,7 +44,7 @@
       if (this.username === 'admin' && this.password === 'admin123') {
          ElMessage.success('鐧诲綍鎴愬姛');
           // 鐧诲綍鎴愬姛锛岃烦杞埌瀵瑰簲椤甸潰
-          this.$router.push('/ndata') // 鍋囪鐧诲綍鎴愬姛鍚庤烦杞埌 '/dashboard' 椤甸潰
+          this.$router.push('/edata') // 鍋囪鐧诲綍鎴愬姛鍚庤烦杞埌 '/dashboard' 椤甸潰
         } else {
           // console.log('Login Failed!')
           ElMessage.error('璐﹀彿鎴栧瘑鐮侀敊璇�');
@@ -79,7 +80,8 @@
   position: absolute;
   right: 10%;
   width: 20%;
-  height: 50%;
+
+  height: 500;
 
 }
 .el-form-item {
@@ -112,7 +114,7 @@
   letter-spacing: 0.3em;
   text-align: center;
   box-sizing: border-box;
-  bottom: 80px;
+  bottom: 10px;
 
 }
 

--
Gitblit v1.9.3