-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
CSS.supports('top: constant(a)'))
document.write(
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
<title></title>
<!--preload-links-->
<!--app-context-->
</head>
<body>
<div id="app"><!--app-html--></div>
<script type="text/javascript">
window._AMapSecurityConfig = {
securityJsCode:'2d25a94023e79b48afc318a94858ef33',
}
</script>
<script type="text/javascript" src="https://webapi.amap.com/maps?key=ff5eb39137ecc9be0d38bd74bfe6bf30&v=1.4.4&plugin=AMap.Geolocation,Map3D,AMap.DistrictLayer,AMap.Scale,AMap.ToolBar,AMap.PlaceSearch,AMap.Geocoder,AMap.Driving"></script>
<script type="module" src="/main.js"></script>
</body>
</html>