From 1f97a20465e29c4ae1824aa66408c77213812c40 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期三, 19 十一月 2025 16:38:18 +0800
Subject: [PATCH] #新增erp中间表库存同步功能
---
src/main/webapp/views/login.html | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 6fcbd66..e040a56 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -98,6 +98,12 @@
</div>
<script type="text/javascript" src="../static/js/tools/main.min.js"></script>
+ <script>
+ window.requestAnimationFrame = function() {
+ // 浠�涔堥兘涓嶅仛锛岀浉褰撲簬褰诲簳鏆傚仠鍔ㄧ敾甯ц皟鐢�
+ return 0;
+ };
+ </script>
<script type="text/javascript" src="../static/js/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="../static/js/tools/md5.js"></script>
<script type="text/javascript" src="../static/layer/layer.js"></script>
--
Gitblit v1.9.1