2022-09-23 09:43:24 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="">
|
2022-10-20 13:43:55 +08:00
|
|
|
|
|
|
|
<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">
|
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
2022-10-20 23:12:29 +08:00
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
window._AMapSecurityConfig = {
|
|
|
|
securityJsCode: 'd9ded0c99c2545c9feb200da26b29fbf',
|
|
|
|
}
|
|
|
|
</script>
|
2022-10-20 13:43:55 +08:00
|
|
|
<script type="text/javascript"
|
2022-10-20 23:12:29 +08:00
|
|
|
src="https://webapi.amap.com/maps?v=1.4.15&key=7891f1238368a895ff1967c79643102d"></script>
|
2022-10-20 13:43:55 +08:00
|
|
|
<title>
|
|
|
|
<%= htmlWebpackPlugin.options.title %>
|
|
|
|
</title>
|
|
|
|
</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>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|