2023-02-25 21:58:48 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<title>Vite + Vue + TS</title>
|
2023-03-16 15:59:01 +08:00
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
window._AMapSecurityConfig = {
|
|
|
|
|
// serviceHost:'您的代理服务器域名或地址/_AMapService',
|
|
|
|
|
// 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
|
|
|
|
|
securityJsCode: "5d02234aa9de86567268e33be3c22aef"
|
|
|
|
|
}
|
|
|
|
|
</script>
|
2023-02-25 21:58:48 +08:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2023-05-18 10:43:41 +08:00
|
|
|
|
<div id="app" class="w-full" style="height: 100vh"></div>
|
2023-02-25 21:58:48 +08:00
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|