-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 1.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link
rel="stylesheet"
href="//at.alicdn.com/t/font_2570680_gkyjimtz1d.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title></title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="text/javascript">
window._AMapSecurityConfig = {
securityJsCode: "a11fd744ad9dfaa3b27b9a05f4f48194",
};
</script>
<script src="https://webapi.amap.com/maps?v=2.0&key=f70a1ccb0240e88fac9abaf03d29bad9&plugin=AMap.ElasticMarker,AMap.DistrictSearch,AMap.GeoJSON,AMap.Geocoder,AMap.PlaceSearch,AMap.Scale,AMap.ControlBar"></script>
<script src="https://webapi.amap.com/loca?v=2.0.0&key=f70a1ccb0240e88fac9abaf03d29bad9"></script>
<script src="https://a.amap.com/Loca/static/loca-v2/demos/libs/index.aio.min.js"></script>
<script src="https://a.amap.com/Loca/static/loca-v2/demos/mock_data/confucius_data.js"></script>
</body>
</html>