liubp
2025-12-26 c08d1c10fbafd7f57eb51c51269a95c281383ae3
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>
 
<head>
    <meta charset="UTF-8" />
    <title>视频监控|java110</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/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" />
 
    <link href="/css/plugins/jsTree/style.min.css" rel="stylesheet">
    <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/toastr.min.js"></script>
    <script src="/js/webrtc/adapter-7.4.0.min.js"></script>
    <script src="/js/webrtc/srs.sdk.js"></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 id="component" class="vc-wrapper vc-content animated fadeInRight  margin-top" 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>