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.
70 lines
1.9 KiB
70 lines
1.9 KiB
2 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title></title>
|
||
|
<link rel="shortcut icon" href="/assets/images/logo.png">
|
||
|
<link rel="stylesheet" type="text/css" href="/assets/font_sc/iconfont.css">
|
||
|
</head>
|
||
|
<style>
|
||
|
.amap-logo {
|
||
|
display: none;
|
||
|
opacity: 0 !important;
|
||
|
}
|
||
|
|
||
|
.amap-copyright {
|
||
|
opacity: 0;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: YouSheBiaoTiHei;
|
||
|
src: url("/assets/font_sc/YouSheBiaoTiHei-2.ttf");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: SourceHanSansCN-Medium;
|
||
|
src: url("/assets/font_sc/SourceHanSansCN-Medium.otf");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: SourceHanSansCN-Regular;
|
||
|
src: url("/assets/font_sc/SourceHanSansCN-Regular.otf");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: D-DIN;
|
||
|
src: url("/assets/font_sc/D-DIN.ttf");
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: D-DIN-Bold;
|
||
|
src: url("/assets/font_sc/D-DIN-Bold.ttf");
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
<script type="text/javascript">
|
||
|
window._AMapSecurityConfig = {
|
||
|
securityJsCode: 'c50ace7f5825644b0905ee265360491b',
|
||
|
}
|
||
|
</script>
|
||
|
<script>
|
||
|
window.less = {
|
||
|
async: false,
|
||
|
env: 'production'
|
||
|
};
|
||
|
</script>
|
||
|
|
||
|
|
||
|
|
||
|
<script src="https://webapi.amap.com/maps?v=2.0&key=0a0ee6a6589803fee75a4cf6a0c35df0&plugin=AMap.Adaptor,AMap.Scale,AMap.ToolBar,AMap.DistrictSearch,AMap.Geocoder,AMap.CustomLayer"></script>
|
||
|
<script src="https://webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
|
||
|
<script src="https://webapi.amap.com/loca?v=2.0.0&key=26c2550b67c7d4730573a8ab02051d61"></script>
|
||
|
<script src="https://api.map.baidu.com/api?v=2.0&ak=wEiighBCdHAkOrXRHDsqlgW5"></script>
|
||
|
|
||
|
<div id='App'></div>
|
||
|
<script type="text/javascript" src="http://localhost:5901/client/build/vendor.js"></script>
|
||
|
<script type="text/javascript" src="http://localhost:5901/client/build/app.js"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|