2025-10-15 14:07:39 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="zh-CN">
|
2025-11-20 11:16:27 +08:00
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport"
|
|
|
|
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover" />
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
|
|
<title>H5移动端</title>
|
|
|
|
|
<script>
|
|
|
|
|
window._AMapSecurityConfig = {
|
|
|
|
|
securityJsCode: "08c037da44c78afd7338203268c2d2a5"
|
|
|
|
|
};
|
|
|
|
|
</script>
|
|
|
|
|
<script src="https://webapi.amap.com/loader.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|