index.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!--
  2. * @Descripttion:
  3. * @version:
  4. * @Author: wt
  5. * @Date: 2023-01-29 13:14:07
  6. * @LastEditors: wt
  7. * @LastEditTime: 2023-04-03 18:18:53
  8. -->
  9. <!DOCTYPE html>
  10. <html lang="">
  11. <head>
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  14. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  15. <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
  16. <title>
  17. <%= htmlWebpackPlugin.options.title %>
  18. </title>
  19. <!-- 高德地图 -->
  20. <!-- <script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=8e266e1ac2ad2383c7773ff504ac248f"></script>
  21. <script type="text/javascript" src="//webapi.amap.com/ui/1.1/main.js"></script> -->
  22. <!-- 大数据地图 -->
  23. <script src="http://gis.dcp.shmh.gov.cn/mh_map/js/index_v1.0.js"></script>
  24. </head>
  25. <body>
  26. <noscript>
  27. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  28. Please enable it to continue.</strong>
  29. </noscript>
  30. <div id="app">
  31. </div>
  32. </body>
  33. </html>