index.html 931 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="">
  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 %>favicon.ico">
  8. <title>加载中...</title>
  9. <style>
  10. body{
  11. overflow: hidden !important;
  12. }
  13. </style>
  14. <script
  15. src="https://webapi.amap.com/maps?v=2.0&key=47947a002b2cddf99df02a1a5b1bc198&plugin=AMap.Scale,AMap.ToolBar"></script>
  16. <script type="text/javascript" src="https://webapi.amap.com/loca?v=2.0.0&key=47947a002b2cddf99df02a1a5b1bc198"></script>
  17. </head>
  18. <body>
  19. <noscript>
  20. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  21. </noscript>
  22. <div id="app"></div>
  23. <!-- built files will be auto injected -->
  24. </body>
  25. </html>