From 17388fa7ecd1f3ebadad470a463573a1cfe4468f Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 31 八月 2023 11:29:31 +0800
Subject: [PATCH] 扬尘Vue

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

diff --git a/src/views/login/LoginSystem.vue b/src/views/login/LoginSystem.vue
index 5ea8052..8b89e3f 100644
--- a/src/views/login/LoginSystem.vue
+++ b/src/views/login/LoginSystem.vue
@@ -43,7 +43,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 +79,8 @@
   position: absolute;
   right: 10%;
   width: 20%;
-  height: 50%;
+
+  height: 500;
 
 }
 .el-form-item {
@@ -112,7 +113,7 @@
   letter-spacing: 0.3em;
   text-align: center;
   box-sizing: border-box;
-  bottom: 80px;
+  bottom: 10px;
 
 }
 

--
Gitblit v1.9.3