index.html 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  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
  11. name="description"
  12. content="An enterprise-class UI components based on Ant Design and Vue"
  13. />
  14. <title>Ant Design Vue</title>
  15. <meta
  16. name="keywords"
  17. content="ant design vue,ant-design-vue,ant-design-vue admin,ant design pro,vue ant design,vue ant design pro,vue ant design admin,ant design vue官网,ant design vue中文文档,ant design vue文档"
  18. />
  19. <link rel="shortcut icon" type="image/x-icon" href="https://qn.antdv.com/favicon.ico" />
  20. <style id="nprogress-style">
  21. #nprogress {
  22. display: none;
  23. }
  24. </style>
  25. <script>
  26. if (location.host === 'ant-design-vue.gitee.io' || location.host === 'vue.ant.design') {
  27. location.replace(location.href.replace(location.host, 'www.antdv.com'));
  28. }
  29. var _hmt = _hmt || [];
  30. var srcMap = {
  31. 'ant-design-vue.gitee.io': 'https://hm.baidu.com/hm.js?1e30265f06f76fabfcdb7ed272017441',
  32. 'vue.ant.design': 'https://hm.baidu.com/hm.js?f0ba868f114e674b816b4880f7525811',
  33. 'www.antdv.com': 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22',
  34. };
  35. var src =
  36. srcMap[location.host] || 'https://hm.baidu.com/hm.js?4ad38a0c8f0960d731b654425317da22';
  37. (function() {
  38. var hm = document.createElement('script');
  39. hm.src = src;
  40. var s = document.getElementsByTagName('script')[0];
  41. s.parentNode.insertBefore(hm, s);
  42. })();
  43. </script>
  44. <link href="/57.41b47c61.css" rel="stylesheet"><link href="/index.6ea5fc44.css" rel="stylesheet"></head>
  45. <body>
  46. <div id="app">
  47. <router-view></router-view>
  48. </div>
  49. <!-- Global site tag (gtag.js) - Google Analytics -->
  50. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-151755889-1"></script>
  51. <script>
  52. window.dataLayer = window.dataLayer || [];
  53. function gtag() {
  54. dataLayer.push(arguments);
  55. }
  56. gtag('js', new Date());
  57. gtag('config', 'UA-151755889-1');
  58. </script>
  59. <!-- Hotjar Tracking Code for http://vue.ant.design -->
  60. <script>
  61. (function(h, o, t, j, a, r) {
  62. if (location.href.indexOf('iframe') === -1) {
  63. h.hj =
  64. h.hj ||
  65. function() {
  66. (h.hj.q = h.hj.q || []).push(arguments);
  67. };
  68. h._hjSettings = {
  69. hjid: 1359441,
  70. hjsv: 6,
  71. };
  72. a = o.getElementsByTagName('head')[0];
  73. r = o.createElement('script');
  74. r.async = 1;
  75. r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
  76. a.appendChild(r);
  77. }
  78. })(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
  79. </script>
  80. <script type="text/javascript" src="/85ebb26c.async.js"></script><script type="text/javascript" src="/index.c01edbd3.js"></script></body>
  81. </html>