|
1 | 1 | <!doctype html>
|
2 | 2 | <html>
|
3 |
| - |
4 | 3 | <head>
|
5 |
| - <meta charset="utf-8"> |
6 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
7 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
8 |
| - <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> |
9 |
| - <meta http-equiv="Pragma" content="no-cache"> |
10 |
| - <meta http-equiv="Expires" content="0"> |
11 |
| - <meta name="description" content="An enterprise-class UI components based on Ant Design and Vue"> |
12 |
| - <title>Ant Design Vue</title> |
13 |
| - <link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/vueComponent/ant-design-vue/master/logo.png"> |
14 |
| - <style id="nprogress-style"> |
15 |
| - #nprogress { |
16 |
| - display: none; |
17 |
| - } |
18 |
| - </style> |
19 |
| - <script> |
20 |
| - var _hmt = _hmt || []; |
21 |
| - var isGithub = location.host.indexOf('github') !== -1; |
22 |
| - var src = isGithub ? 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867' : 'https://hm.baidu.com/hm.js?1564b57c5b8f74933e4fedca9dc75b0d'; |
23 |
| - (function() { |
24 |
| - var hm = document.createElement('script'); |
25 |
| - hm.src = src; |
26 |
| - var s = document.getElementsByTagName('script')[0]; |
27 |
| - s.parentNode.insertBefore(hm, s); |
28 |
| - })() |
29 |
| - </script> |
30 |
| - |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> |
| 8 | + <meta http-equiv="Pragma" content="no-cache"> |
| 9 | + <meta http-equiv="Expires" content="0"> |
| 10 | + <meta name="description" content="An enterprise-class UI components based on Ant Design and Vue"> |
| 11 | + <title>Ant Design Vue</title> |
| 12 | + <link rel="icon" type="image/x-icon" href="https://cdn.nlark.com/yuque/0/2019/png/87084/1548485177381-assets/web-upload/d18a622f-08d8-4955-a5c2-38138f80177b.png"> |
| 13 | + <style id="nprogress-style"> |
| 14 | + #nprogress { |
| 15 | + display: none; |
| 16 | + } |
| 17 | + </style> |
| 18 | + <script> |
| 19 | + var _hmt = _hmt || []; |
| 20 | + var isGithub = location.host.indexOf('github') !== -1; |
| 21 | + var src = isGithub ? 'https://hm.baidu.com/hm.js?b3ef688fa86bfb75027f1b410180a867' : 'https://hm.baidu.com/hm.js?1564b57c5b8f74933e4fedca9dc75b0d'; |
| 22 | + (function() { |
| 23 | + var hm = document.createElement('script'); |
| 24 | + hm.src = src; |
| 25 | + var s = document.getElementsByTagName('script')[0]; |
| 26 | + s.parentNode.insertBefore(hm, s); |
| 27 | + })() |
| 28 | + </script> |
31 | 29 | </head>
|
32 |
| - |
33 | 30 | <body>
|
34 |
| - <div id="app"> |
35 |
| - <router-view></router-view> |
36 |
| - </div> |
37 |
| - <div id="ad"> |
38 |
| - <!-- <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CK7DL2JW&placement=vuecomponentgithubio" id="_carbonads_js"></script> --> |
39 |
| - </div> |
40 |
| - <div id="codefund"></div> |
41 |
| - <script> |
42 |
| - // var SeedAndDewConfig = {}; |
43 |
| - // (function() { |
44 |
| - // SeedAndDewConfig['adClass'] = "snd-ad"; |
45 |
| - // /* * * DON'T EDIT BELOW THIS LINE * * */ |
46 |
| - // SeedAndDewConfig['projectId'] = '31734ee0-6439-448d-8848-ed99e514f266'; |
47 |
| - // SeedAndDewConfig['loadStartTime'] = performance.now(); |
48 |
| - // SeedAndDewConfig['apiVersion'] = '2018-05-28' |
49 |
| - // SeedAndDewConfig['sessionId'] = Math.random().toString(36).substring(2, 15); |
50 |
| - // var snd = document.createElement('script'); |
51 |
| - // snd.type = 'text/javascript'; |
52 |
| - // snd.async = true; |
53 |
| - // snd.src = 'https://www.seedanddew.com/static/embed.min.js'; |
54 |
| - // (document.getElementsByTagName('head')[0] || |
55 |
| - // document.getElementsByTagName('body')[0]).appendChild(snd); |
56 |
| - // })(); |
57 |
| - </script> |
| 31 | + <div id="app"> |
| 32 | + <router-view></router-view> |
| 33 | + </div> |
58 | 34 | </body>
|
59 |
| - |
60 | 35 | </html>
|
0 commit comments