From 52b21b24130c75197c039ae0fd761e2ef5b43cb3 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期三, 03 十二月 2025 17:35:34 +0800
Subject: [PATCH] #
---
src/main/webapp/views/pda/login.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/views/pda/login.html b/src/main/webapp/views/pda/login.html
index a03b30f..c326171 100644
--- a/src/main/webapp/views/pda/login.html
+++ b/src/main/webapp/views/pda/login.html
@@ -123,7 +123,8 @@
debugger
$.ajax({
url: baseUrl+"/login.action",
- data: user,
+ headers: {'Content-Type': 'application/json'},
+ data: JSON.stringify(user),
method: 'POST',
success: function (res) {
if (res.code === 200){
--
Gitblit v1.9.1