zhangjiaqing
3 天以前 f5f65e6a9a49709c451dc2efd253970b5ae41f69
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"
    xmlns:vc="http://www.thymeleaf.org">
 
<head>
 
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
    <title>完善公司信息 HC智慧物业管理系统</title>
    <vc:create path="frame/commonTop" location="head"></vc:create>
    <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/vc-ui.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-datetimepicker.zh-CN.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>
    <!-- SUMMERNOTE 富文本组件-->
    <link href="/css/plugins/summernote/summernote-bs4.min.css" rel="stylesheet">
    <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>
    <link href="/css/plugins/steps/jquery.steps.css" rel="stylesheet" />
 
</head>
 
<body class="vc-body" style="background-color: #fff;">
    <vc:create path="frame/bodyTop"></vc:create>
    <!--<vc:create name="loading"></vc:create>-->
    <div id="component">
        <vc:create path="/pages/common/company"></vc:create>
    </div>
    <script src="/vcCore/vcFramework.js"></script>
    <vc:create path="frame/commonBottom" location="body"></vc:create>
 
</body>
 
</html>