From aea5a0cc3bbd5c2d131a504e5aa2a124d9f131b3 Mon Sep 17 00:00:00 2001
From: puzhibing <393733352@qq.com>
Date: 星期一, 10 四月 2023 11:46:54 +0800
Subject: [PATCH] 优化功能

---
 management/guns-admin/src/main/webapp/WEB-INF/view/login.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/login.html b/management/guns-admin/src/main/webapp/WEB-INF/view/login.html
index c7c9ea8..9c823f5 100644
--- a/management/guns-admin/src/main/webapp/WEB-INF/view/login.html
+++ b/management/guns-admin/src/main/webapp/WEB-INF/view/login.html
@@ -55,7 +55,7 @@
 <div style="display: flex;align-items: center;justify-content: center;height: 100%">
 
 
-<!--<img src="${ctxPath}/static/img/index4.png" style="width: 300px;height: 400px;z-index: 1000">-->
+<img src="${ctxPath}/static/img/login.png" style="width: 300px;height: 400px;z-index: 1000;border-radius: 10px;">
 <div  style="position: relative;left: -20px; max-width: 300px;min-height: 300px;background: white;border-radius: 8px;box-sizing: border-box;padding: 0 30px 0 50px;display: flex;align-items: center;justify-content: center;">
     <div style="max-height: 100%">
         <h3 style="color: black;"><img src="${ctxPath}/static/img/logo.png" width="30px" height="30px"/>&nbsp;超省新代驾管理后台</h3>
@@ -145,9 +145,9 @@
         return decryptedStr.toString();
     }
     function login(){
-        let password = $('#password').val();
-        password = encrypt(password);
-        $('#password').val(password);
+        // let password = $('#password').val();
+        // password = encrypt(password);
+        // $('#password').val(password);
         $('#submit').submit();
     }
 

--
Gitblit v1.7.1