From 1aa9b43c5ec33f0baac82810435a8c77b791ff31 Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期日, 24 八月 2025 10:05:01 +0800
Subject: [PATCH] 出入库模式限制修复
---
 src/main/webapp/static/js/common.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 822e150..15c8d05 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/lktwcs";
+var baseUrl = "/mdqzwcs";
 
 // 璧嬪��
 function setVal(el, val) {
--
Gitblit v1.9.1