zhangjiaqing
8 天以前 1cef3adee31c6934c0da4b4f0b8a6f5ac03b364f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!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>