优化代码

This commit is contained in:
java110 2022-06-24 16:09:28 +08:00
parent 3a7eb3c6d3
commit 540a291a06
3 changed files with 106 additions and 29 deletions

View File

@ -1,10 +1,7 @@
<div class="white-bg padding" style="margin-top:-20px">
<div class="row">
<div class="white-bg border-radius">
<div class="row padding">
<div class="col-md-12">
<vc:create path="property/cameraControlVideo"></vc:create>
</div>
<!-- <div class="col-md-2">
<vc:create path="property/cameraControlInfo"></vc:create>
</div> -->
</div>
</div>

View File

@ -1,21 +1,27 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>视频监控|java110</title>
<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>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 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/vc.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>
@ -23,32 +29,53 @@
<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>
<script src="/js/xlsx.full.min.js"></script>
<script src="/js/xlsxStyle.core.min.js"></script>
<script src="/js/xlsxStyle.utils.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">
<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 class="vc-page flex justify-start">
<vc:create path="frame/menu2"></vc:create>
<div class="vc-main">
<vc:create path="frame/nav2"></vc:create>
<div class="vc-main-content">
<div id="component" class="vc-wrapper vc-content animated fadeInRight" vc-path="/common/chooseEnterCommunity">
<vc:create path="/pages/property/indexContext"></vc:create>
</div>
</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>
<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>
</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>

53
public/video1.html Normal file
View File

@ -0,0 +1,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>