Commit e4af9104042b7da9f10bf1a274ea5ff2d1a3e22b

Authored by liuqimichale
1 parent 4e5f7a9a

去掉favicon.ico

list.html
... ... @@ -10,9 +10,7 @@
10 10 <meta name="apple-mobile-web-app-capable" content="yes"/>
11 11 <meta name="apple-mobile-web-app-title" content="">
12 12 <meta name="google" value="notranslate"><!-- 禁止Chrome 浏览器中自动提示翻译 -->
13   - <link rel="apple-touch-icon-precomposed" href="favicon.ico">
14   - <link rel="shortcut icon" href="favicon.ico">
15   - <link rel="Bookmark" href="favicon.ico">
  13 +
16 14 <meta http-equiv="Pragma" content="no-cache" />
17 15  
18 16 <meta http-equiv="Expires" content="0" />
... ...
listnew.html
... ... @@ -10,9 +10,7 @@
10 10 <meta name="apple-mobile-web-app-capable" content="yes"/>
11 11 <meta name="apple-mobile-web-app-title" content="">
12 12 <meta name="google" value="notranslate"><!-- 禁止Chrome 浏览器中自动提示翻译 -->
13   - <link rel="apple-touch-icon-precomposed" href="favicon.ico">
14   - <link rel="shortcut icon" href="favicon.ico">
15   - <link rel="Bookmark" href="favicon.ico">
  13 +
16 14 <meta http-equiv="Pragma" content="no-cache" />
17 15  
18 16 <meta http-equiv="Expires" content="0" />
... ...
out.html
... ... @@ -17,15 +17,7 @@
17 17 <link rel="stylesheet" href="css/provinceKey.css?v=0.1">
18 18 <script src="js/config.js?a=123"></script>
19 19 <script src="js/common.js?i=1.01"></script>
20   - <!--
21   - Notice the use of %PUBLIC_URL% in the tags above.
22   - It will be replaced with the URL of the `public` folder during the build.
23   - Only files inside the `public` folder can be referenced from the HTML.
24 20  
25   - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
26   - work correctly both with client-side routing and a non-root public URL.
27   - Learn how to configure a non-root public URL by running `npm run build`.
28   - -->
29 21  
30 22 <title>扫码查询出场</title>
31 23 <style>
... ...
paybacknew.html
... ... @@ -10,9 +10,7 @@
10 10 <meta name="apple-mobile-web-app-capable" content="yes"/>
11 11 <meta name="apple-mobile-web-app-title" content="">
12 12 <meta name="google" value="notranslate"><!-- 禁止Chrome 浏览器中自动提示翻译 -->
13   - <link rel="apple-touch-icon-precomposed" href="favicon.ico">
14   - <link rel="shortcut icon" href="favicon.ico">
15   - <link rel="Bookmark" href="favicon.ico">
  13 +
16 14 <meta http-equiv="Pragma" content="no-cache" />
17 15  
18 16 <meta http-equiv="Expires" content="0" />
... ...
wxpayResult.html
... ... @@ -14,37 +14,18 @@
14 14 <meta http-equiv="Cache" content="no-cache">
15 15 <meta http-equiv="Expires" content="0">
16 16 <script src="js/common.js"></script>
17   - <!--
18   - Notice the use of %PUBLIC_URL% in the tags above.
19   - It will be replaced with the URL of the `public` folder during the build.
20   - Only files inside the `public` folder can be referenced from the HTML.
21 17  
22   - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
23   - work correctly both with client-side routing and a non-root public URL.
24   - Learn how to configure a non-root public URL by running `npm run build`.
25   - -->
26 18 <title>支付状态</title>
27 19 </head>
28 20 <body style="background-color: #f0f4f5;">
29   -<!--<noscript>-->
30   -<!--You need to enable JavaScript to run this app.-->
31   -<!--</noscript>-->
  21 +
32 22 <header id="header"
33 23 style="margin-top:25%; display: flex; justify-content: center; align-items: center; flex-direction: column; ">
34 24 <img id="stateImg" src="img/default.png" style="width: 64px; height: 64px; "/>
35 25 <div id="stateLable" style="font-size: 18px; color: #777; margin-top: 20px;">状态</div>
36 26 </header>
37 27  
38   -<!--
39   - This HTML file is a template.
40   - If you open it directly in the browser, you will see an empty page.
41   -
42   - You can add webfonts, meta tags, or analytics to this file.
43   - The build step will place the bundled scripts into the <body> tag.
44 28  
45   - To begin the development, run `npm start` or `yarn start`.
46   - To create a production bundle, use `npm run build` or `yarn build`.
47   --->
48 29 <script type="text/javascript">
49 30 window.onload = function () {
50 31 var tmpParams = getQueryString(window.location);
... ...
zeroout.html
... ... @@ -10,9 +10,7 @@
10 10 <meta name="apple-mobile-web-app-capable" content="yes"/>
11 11 <meta name="apple-mobile-web-app-title" content="">
12 12 <meta name="google" value="notranslate"><!-- 禁止Chrome 浏览器中自动提示翻译 -->
13   - <link rel="apple-touch-icon-precomposed" href="favicon.ico">
14   - <link rel="shortcut icon" href="favicon.ico">
15   - <link rel="Bookmark" href="favicon.ico">
  13 +
16 14 <meta http-equiv="Pragma" content="no-cache" />
17 15  
18 16 <meta http-equiv="Expires" content="0" />
... ... @@ -78,9 +76,6 @@
78 76 完成
79 77 </div>
80 78  
81   -
82   -
83   -
84 79 <script src="js/jquery-3.2.1.min.js"></script>
85 80 <script src="//cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script>
86 81 <script src="//cdn.bootcss.com/jquery-weui/1.0.1/js/jquery-weui.min.js"></script>
... ...