15 lines
536 B
HTML
15 lines
536 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>农产品直销平台</title>
|
|
<!-- 引入高德地图JavaScript API - 使用Web端(JS API)的Key -->
|
|
<script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=47c7546d2ac2a12ff7de8caf5b62c753&plugin=AMap.PlaceSearch,AMap.Geocoder,AMap.Geolocation"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|