From f9146d548a809cb93e852065f541da5e540bcf6c Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 22 一月 2026 13:16:20 +0800
Subject: [PATCH] 操作日志记录操作人

---
 src/main/webapp/views/login.html |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 23f1ef0..853a4f6 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -135,8 +135,7 @@
         let params = {username: username, password: hex_md5(password)}
         $.ajax({
             url: baseUrl + "/login.action",
-            headers: {'Content-Type': 'application/json'},
-            data: JSON.stringify(params),
+            data:params,
             method: 'POST',
             success: function (res) {
                 if (res.code === 200) {

--
Gitblit v1.9.1