index.html 951 B

1234567891011121314151617181920212223242526
  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 %>favicon.ico">
  8. <title>中新云视</title>
  9. <script src="https://webapi.amap.com/maps?v=1.4.15&key=fba818d626f91cf5a13cd61943a7667e&plugin=AMap.Autocomplete,AMap.Geocoder"></script>
  10. <!-- fba818d626f91cf5a13cd61943a7667e -->
  11. </head>
  12. <body>
  13. <noscript>
  14. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  15. </noscript>
  16. <div id="app"></div>
  17. <!-- built files will be auto injected -->
  18. <!-- <script>
  19. window.oncontextmenu = function (e) {
  20. //取消默认的浏览器自带右键 很重要!!
  21. e.preventDefault();
  22. }
  23. </script> -->
  24. </body>
  25. </html>