jialh
2025-06-25 f2f4bd6cc225cc31a6f5ed8bafe153d901d5fbb1
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
 
<head>
    <meta charset="UTF-8">
    <meta charset="UTF-8" />
    <title>HC智慧物业管理系统</title>
    <vc:create path="frame/commonTop" location="head"></vc:create>
    <!-- import CSS -->
 
    <link rel="stylesheet" href="/css/bootstrap/bootstrap.min.css" />
    <link href="/font-awesome/css/font-awesome.css" rel="stylesheet" />
    <link href="/css/plugins/select2/select2.min.css" rel="stylesheet">
    <link href="/css/animate.css" rel="stylesheet" />
    <link rel="stylesheet" href="/css/bootstrap/bootstrap-datetimepicker.min.css" />
    <link rel="stylesheet" href="/css/bootstrap/bootstrap-select.min.css" />
    <link rel="stylesheet" href="/css/toastr.css" />
    <!-- SUMMERNOTE 富文本组件-->
    <link href="/css/plugins/summernote/summernote-bs4.min.css" rel="stylesheet">
    <link href="/css/plugins/jsTree/style.min.css" rel="stylesheet">
    <link rel="stylesheet" href="/css/vc-ui.css" />
    <link rel="stylesheet" href="/css/plugins/bootstrap-submenu/bootstrap-submenu.css">
 
    <script src="/js/bootstrap/jquery-3.3.1.min.js"></script>
    <script src="/js/vue/vue.min.js"></script>
    <script src="/js/vue/vue-resource.min.js"></script>
    <script src="/js/popper.min.js"></script>
    <script src="/js/bootstrap/bootstrap.min.js"></script>
    <script src="/js/bootstrap/bootstrap-datetimepicker.js"></script>
    <script src="/js/bootstrap/bootstrap-select.min.js"></script>
    <script src="/js/bootstrap/bootstrap-datetimepicker.zh-CN.js"></script>
    <script src="/js/bootstrap/bootstrap-submenu.js"></script>
 
    <script src="/js/plugins/select2/select2.full.min.js"></script>
    <script src="/js/plugins/echart/echarts.min.js"></script>
    <script src="/js/plugins/echart/china.js"></script>
 
    <script src="/js/plugins/summernote/summernote-bs4.min.js"></script>
    <script src="/js/plugins/summernote/summernote-zh-CN.min.js"></script>
    <script src="/js/plugins/xss/xss.min.js"></script>
    <link href="/css/jquery.step.css" rel="stylesheet" />
    <script src="/js/jquery.step.min.js"></script>
    <link rel="stylesheet" href="/css/bootstrap/bootstrap-treeview.min.css" />
    <script src="/js/bootstrap/bootstrap-treeview.min.js"></script>
    <script src="/js/plugins/qrcode/qrcode.min.js"></script>
    <script src="/js/toastr.min.js"></script>
    <script src="/js/plugins/jsTree/jstree.min.js"></script>
    <!-- QQMap 腾讯地图KEY-->
    <script src="https://map.qq.com/api/gljs?v=1.exp&key="></script>
</head>
 
<body class="vc-body">
    <vc:create path="frame/bodyTop"></vc:create>
    <div class="vc">
        <vc:create path="frame/menu"></vc:create>
        <div id="vc-page" class="gray-bg dashbard-1 vc-page-height">
            <div class="border-bottom">
                <vc:create path="frame/nav"></vc:create>
            </div>
            <div class="vc-wrapper vc-content padding-top-xs" style="padding-bottom: 0px;">
                <vc:create path="frame/breadcrumb"></vc:create>
            </div>
            <!--  -->
            <div id="component" class="vc-wrapper vc-content padding-top-xs animated fadeInRight" vc-path="/common/chooseEnterCommunity">
                <vc:create path="/pages/common/enterCommunity"></vc:create>
            </div>
 
            <vc:create path="frame/copyright"></vc:create>
 
        </div>
    </div>
</body>
<script src="/vcCore/vc-lang.js"></script>
<script src="/js/jessibuca/renderer.js"></script>
<script src="/vcCore/vcFramework.js"></script>
<vc:create path="frame/commonBottom" location="body"></vc:create>
 
 
</html>