12345678910111213141516171819202122232425262728293031323334 |
- <!--
- * @Descripttion:
- * @version:
- * @Author: wt
- * @Date: 2023-01-29 13:14:07
- * @LastEditors: wt
- * @LastEditTime: 2023-04-03 18:18:53
- -->
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="/favicon.ico">
- <title>
- <%= htmlWebpackPlugin.options.title %>
- </title>
- <!-- 高德地图 -->
- <!-- <script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=8e266e1ac2ad2383c7773ff504ac248f"></script>
- <script type="text/javascript" src="//webapi.amap.com/ui/1.1/main.js"></script> -->
- <!-- 大数据地图 -->
- <script src="https://gis.shmh.gov.cn/mh_map/js/index_v1.0.js"></script>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
- Please enable it to continue.</strong>
- </noscript>
- <div id="app">
- </div>
- </body>
- </html>
|