index.html 947 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  7. <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
  8. <link rel="icon" href="<%= BASE_URL %>favicon1.ico">
  9. <!-- <link rel="shortcut icon" href="<%= BASE_URL %>favicon1.ico" type="image/x-icon" /> -->
  10. <title>
  11. <%= webpackConfig.name %>
  12. </title>
  13. </head>
  14. <body id="body">
  15. <noscript>
  16. <strong>We're sorry but <%= webpackConfig.name %> doesn't work properly without JavaScript enabled. Please enable it
  17. to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. <script type="text/javascript">
  21. window._AMapSecurityConfig = {
  22. serviceHost: 'https://online.dayaedu.com/_AMapService'
  23. }
  24. </script>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. </html>