From 371462edc6b3ee1de97c235d4a019b544badda0d Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期六, 14 二月 2026 22:09:37 +0800
Subject: [PATCH] AGV工作档界面和逻辑调整

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

diff --git a/src/main/webapp/views/pda/login.html b/src/main/webapp/views/pda/login.html
index a03b30f..2f33e46 100644
--- a/src/main/webapp/views/pda/login.html
+++ b/src/main/webapp/views/pda/login.html
@@ -120,7 +120,6 @@
                 username: username,
                 password: hex_md5(password)
             };
-            debugger
             $.ajax({
                 url: baseUrl+"/login.action",
                 data: user,

--
Gitblit v1.9.1