index.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en">
  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. <link rel="icon" href="<%= BASE_URL %>" />
  8. <title>
  9. <%= htmlWebpackPlugin.options.title %>
  10. </title>
  11. <script type="text/javascript"
  12. src="https://webapi.amap.com/maps?v=1.4.15&key=246349bf278f6225fa80156828d0f061"></script>
  13. <meta content="<%= VUE_APP_AUTHOR %>" name="author" />
  14. <!-- <link href="<%= BASE_URL %>static/css/loading.css" rel="stylesheet" /> -->
  15. <script>
  16. var _hmt = _hmt || [];
  17. (function () {
  18. var hm = document.createElement("script");
  19. hm.src = "https://hm.baidu.com/hm.js?7174bade1219f9cc272e7978f9523fc8";
  20. var s = document.getElementsByTagName("script")[0];
  21. s.parentNode.insertBefore(hm, s);
  22. })();
  23. </script>
  24. </head>
  25. <body>
  26. <noscript>
  27. <strong>
  28. We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
  29. properly without JavaScript enabled. Please enable it to continue.
  30. </strong>
  31. </noscript>
  32. <div id="app">
  33. <!-- <div class="first-loading-wrp">
  34. <div class="loading-wrp">
  35. <span class="dot dot-spin">
  36. <i></i>
  37. <i></i>
  38. <i></i>
  39. <i></i>
  40. </span>
  41. </div>
  42. <h1>
  43. <%= VUE_APP_TITLE %>
  44. </h1>
  45. </div> -->
  46. </div>
  47. <!-- built files will be auto injected -->
  48. <script src="./static/config.js"></script>
  49. </body>
  50. </html>