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.
63 lines
1.6 KiB
63 lines
1.6 KiB
<!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">
|
|
<script type="text/javascript">
|
|
window._AMapSecurityConfig = {
|
|
securityJsCode: '9e45b86a05ebb2f85d6d229973bc5ba6',
|
|
}
|
|
</script>
|
|
<script
|
|
src="https://webapi.amap.com/maps?v=2.0&key=e20863d113b69b83f553ea14dfec668f&plugin=AMap.AutoComplete,AMap.PlaceSearch,aMap.DistrictSearch"></script>
|
|
<!-- <script src="https://webapi.amap.com/loca?v=2.0.0&key=00f9a29dedcdbd8befec3dfe0cef5003"></script> -->
|
|
</head>
|
|
|
|
<style>
|
|
@font-face {
|
|
font-family: YouSheBiaoTiHei;
|
|
src: url("/assets/font_sc/YouSheBiaoTiHei-2.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: D-DIN-Italic;
|
|
src: url("/assets/font_sc/D-DIN-Italic.otf");
|
|
}
|
|
|
|
@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>
|
|
window.less = {
|
|
async: false,
|
|
env: 'production'
|
|
};
|
|
</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>
|