四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.3 KiB

3 years ago
<!DOCTYPE html>
<html>
2 years ago
<head>
3 years ago
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/assets/images/favicon.ico" />
<link rel="stylesheet" href="/assets/fontziti/font.css" />
2 years ago
<link rel="stylesheet" type="text/css" href="/assets/font_sc/iconfont.css" />
<!-- -->
<script src="/assets/js/OlMap/OlMapTool.umd.min.js"></script>
<link rel="stylesheet" href="/assets/js/OlMap/OlMapTool.css">
<!-- -->
3 years ago
<script type="text/javascript">
2 years ago
window._AMapSecurityConfig = {
securityJsCode: 'e955cd5ddfc3a752aa27d1e1c67d182d',
}
</script>
<script
src="https://webapi.amap.com/maps?v=2.0&key=00f9a29dedcdbd8befec3dfe0cef5003&plugin=AMap.Adaptor,AMap.Scale,AMap.ToolBar,AMap.DistrictSearch,AMap.Geocoder,AMap.CustomLayer,Map3D,ElasticMarker"></script>
<script src="https://webapi.amap.com/loca?v=2.0.0&key=00f9a29dedcdbd8befec3dfe0cef5003"></script>
</head>
3 years ago
2 years ago
<body style="background: transparent">
2 years ago
<!-- <link
3 years ago
rel="stylesheet/less"
type="text/css"
href="/assets/color.less"
rel="external nofollow"
2 years ago
/> -->
3 years ago
<script>
2 years ago
window.less = {
async: false,
env: "production",
};
3 years ago
</script>
<script type="text/javascript" src="/assets/js/less/less.min.js"></script>
3 years ago
<div id="App"></div>
2 years ago
</body>
</html>