Files
dy_app/public/index.html

44 lines
1.6 KiB
HTML
Raw Permalink Normal View History

2025-09-04 16:35:14 +08:00
<!DOCTYPE html>
<html lang="">
<head>
2025-11-05 09:33:38 +08:00
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
2025-09-04 16:35:14 +08:00
<!-- <link rel="stylesheet" href="https://a.amap.com/jsapi_demos/static/demo-center/css/demo-center.css" /> -->
<title><%= htmlWebpackPlugin.options.title %></title>
2025-11-05 09:33:38 +08:00
2025-09-04 16:35:14 +08:00
<!-- 线上地图 -->
<script type="text/javascript" src="./EzMapFile/EzMapAPI.js"></script>
2025-11-05 09:33:38 +08:00
<script
type="text/javascript"
src="./EzMapFile/EzServerClient.min.js"
></script>
2025-09-04 16:35:14 +08:00
<script type="text/javascript" src="./android.js"></script>
<script type="text/javascript" src="./js/recorder.js"></script>
2025-11-05 09:33:38 +08:00
<link rel="stylesheet" href="./EzMapFile/EzServerClient.min.css" />
2025-09-04 16:35:14 +08:00
2025-11-05 09:33:38 +08:00
<!-- EzMap地图引入 -->
<script type="text/javascript" src="./pgis/eliMapboxgl.min.js"></script>
<!-- <script src="https://webapi.amap.com/maps?v=2.0&key=28161d95613f4bbf837d280529855a9d"></script> -->
2025-09-04 16:35:14 +08:00
</head>
<body>
<noscript>
2025-11-05 09:33:38 +08:00
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong
>
2025-09-04 16:35:14 +08:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>