From e90dba0edc93be26e1509cfb2ec1d0681eb86e48 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期三, 27 八月 2025 08:37:04 +0800
Subject: [PATCH] 合并出库添加日志

---
 src/main/webapp/views/command/liftCommand.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/command/liftCommand.html b/src/main/webapp/views/command/liftCommand.html
index e551266..af61b0c 100644
--- a/src/main/webapp/views/command/liftCommand.html
+++ b/src/main/webapp/views/command/liftCommand.html
@@ -42,11 +42,11 @@
     <a class="layui-btn layui-btn-xs" lay-event="rollback">鍥為��鍛戒护</a>
 </script>
 
-<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
-<script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
-<script type="text/javascript" src="../../static/js/common.js" charset="utf-8"></script>
-<script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script>
-<script type="text/javascript" src="../../static/js/command/liftCommand.js" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js?v=100"></script>
+<script type="text/javascript" src="../../static/layui/layui.js?v=100" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/common.js?v=100" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/cool.js?v=100" charset="utf-8"></script>
+<script type="text/javascript" src="../../static/js/command/liftCommand.js?v=100" charset="utf-8"></script>
 
 <iframe id="detail-iframe" scrolling="auto" style="display:none;"></iframe>
 

--
Gitblit v1.9.1