From 4aebedd582c7b1beb23df39829c341b40343e2ce Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期日, 21 十二月 2025 16:16:16 +0800
Subject: [PATCH] pda相关功能开发完善
---
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