소스 검색

升级jquery到最新版v3.6.3

RuoYi 2 년 전
부모
커밋
3e8b211789
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      ruoyi-admin/src/main/resources/static/js/jquery.min.js
  2. 1 1
      ruoyi-admin/src/main/resources/templates/include.html

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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>