Преглед на файлове

jquery

(cherry picked from commit e1bb0da92a302b2d053b5e4149ac7be56dca4f2e)
xiongzhu преди 4 години
родител
ревизия
149cb0ef83

+ 1 - 1
src/main/resources/static/download_raex.html

@@ -6,7 +6,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>下载APP</title>
-    <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
+    <script src="/static/js/jquery.min.js"></script>
     <style>
         a {
             padding: 0;

Файловите разлики са ограничени, защото са твърде много
+ 1 - 0
src/main/resources/static/js/jquery.min.js


+ 1 - 1
src/main/resources/templates/AlipayHtml.ftlh

@@ -6,7 +6,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <title>支付</title>
-    <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
+    <script src="/static/js/jquery.min.js"></script>
     <style>
         html {
             width: 100%;

+ 1 - 1
src/main/resources/templates/PayOrderPC.ftlh

@@ -9,7 +9,7 @@
     <link rel="stylesheet" type="text/css" href="https://res.wx.qq.com/open/libs/weui/2.1.4/weui.min.css"/>
     <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
     <script src="https://cdn.bootcss.com/vConsole/3.3.4/vconsole.min.js"></script>
-    <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
+    <script src="/static/js/jquery.min.js"></script>
     <style>
         body, html {
             width: 100%;

+ 1 - 1
src/main/resources/templates/WxMpTest.ftlh

@@ -8,7 +8,7 @@
     <link rel="stylesheet" type="text/css" href="https://res.wx.qq.com/open/libs/weui/2.1.4/weui.min.css"/>
     <script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script>
     <script src="https://cdn.bootcdn.net/ajax/libs/eruda/2.4.1/eruda.min.js"></script>
-    <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
+    <script src="/static/js/jquery.min.js"></script>
     <title>微信测试页面</title>
     <style>
         body {

Някои файлове не бяха показани, защото твърде много файлове са промени