35 lines
1.3 KiB
HTML
35 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover,user-scalable=no">
|
||
<meta name="format-detection" content="telephone=yes"/>
|
||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||
<style>
|
||
html, body {
|
||
height: 100%;
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<noscript>
|
||
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||
</noscript>
|
||
<!-- 开启顶部安全区适配 -->
|
||
<van-nav-bar safe-area-inset-top />
|
||
<div id="app"></div>
|
||
<!-- built files will be auto injected -->
|
||
<!-- 开启底部安全区适配 -->
|
||
<van-number-keyboard safe-area-inset-bottom />
|
||
<script type="text/javascript">
|
||
window._AMapSecurityConfig = {
|
||
serviceHost: 'https://api.sinoassist.com/_AMapService',
|
||
// 例如 :serviceHost:'http://1.1.1.1:80/_AMapService',
|
||
}
|
||
</script>
|
||
<script src="https://webapi.amap.com/maps?v=1.4.15&key=2560bbf04daef66c810c5e6a97e8c508"></script>
|
||
</body>
|
||
</html>
|