Browse Source

升级jquery到最新版v3.6.3

RuoYi 2 years ago
parent
commit
3e8b211789

File diff suppressed because it is too large
+ 2 - 2
ruoyi-admin/src/main/resources/static/js/jquery.min.js


+ 1 - 1
ruoyi-admin/src/main/resources/templates/include.html

@@ -19,7 +19,7 @@
 <div th:fragment="footer">
     <script th:inline="javascript"> var ctx = [[@{/}]]; var lockscreen = [[${session.lockscreen}]]; if(lockscreen){window.top.location=ctx+"lockscreen";} </script>
     <a id="scroll-up" href="#" class="btn btn-sm display"><i class="fa fa-angle-double-up"></i></a>
-	<script th:src="@{/js/jquery.min.js?v=3.6.1}"></script>
+	<script th:src="@{/js/jquery.min.js?v=3.6.3}"></script>
 	<script th:src="@{/js/bootstrap.min.js?v=3.3.7}"></script>
 	<!-- bootstrap-table 表格插件 -->
 	<script th:src="@{/ajax/libs/bootstrap-table/bootstrap-table.min.js?v=1.18.3}"></script>