MicroCommunityWeb/public/geo.html
2023-09-04 00:50:33 +08:00

38 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<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">
<title>地图</title>
<link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="/css/toastr.css" />
<link rel="stylesheet" href="/css/vc-ui.css" />
<link rel="stylesheet" href="/css/vc.css" />
<script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
<script src="/vcCore/vc-lang.js"></script>
<script src="/js/vue/vue.min.js"></script>
<script src="/js/vue/vue-resource.min.js"></script>
<script src="/js/geo/ol.js" type="text/javascript"></script>
<vc:create path="frame/commonTop" location="head"></vc:create>
<style>
.map {
width: 1000px;
height: 600px;
}
</style>
</head>
<body>
<vc:create path="frame/bodyTop"></vc:create>
<div id="component" class="" vc-path="/common/chooseEnterCommunity">
<vc:create path="/pages/geo/parkingMap"></vc:create>
</div>
</body>
<script src="/vcCore/vcFramework.js"></script>
<vc:create path="frame/commonBottom" location="body"></vc:create>
</html>