index.html 854 B

123456789101112131415161718192021222324252627282930
  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><%= htmlWebpackPlugin.options.title %></title>
  9. <script type="text/javascript">
  10. window._AMapSecurityConfig = {
  11. securityJsCode: "af185b47b43d939897cb6ad96d928bb1",
  12. }
  13. </script>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. </body>
  21. </html>
  22. <style type="text/css">
  23. .amap-logo{
  24. display: none;
  25. opacity:0 !important;
  26. }
  27. .amap-copyright {
  28. opacity:0;
  29. }
  30. </style>