Files
PropertyDeployment/resources/Web/MicroCommunityIotWeb/html/index.html
2025-12-09 20:22:03 +08:00

88 lines
3.3 KiB
HTML

<!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>
<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 rel="stylesheet" href="/css/bootstrap/bootstrap-select.min.css" />
<link rel="stylesheet" href="/css/bootstrap/bootstrap-datetimepicker.min.css" />
<link rel="stylesheet" href="/css/toastr.css" />
<link rel="stylesheet" href="/css/vc-core.css" />
<link href="/css/plugins/jsTree/style.min.css" rel="stylesheet">
<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/popper.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-select.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/jsTree/jstree.min.js"></script>
<script src="/js/plugins/select2/select2.full.min.js"></script>
<script src="/js/plugins/qrcode/qrcode.min.js"></script>
<script src="/js/toastr.min.js"></script>
<link href="/css/jquery.step.css" rel="stylesheet" />
<script src="/js/jquery.step.min.js"></script>
<!-- QQMap 腾讯地图KEY-->
<script src="https://map.qq.com/api/gljs?v=1.exp&key=ZUXBZ-7F5AU-WLXV6-GRX62-RZ6P7-XOB3N"></script>
<script src="/js/webrtc/adapter-7.4.0.min.js"></script>
<script src="/js/webrtc/srs.sdk.js"></script>
<script type="importmap">
{
"imports": {
"three": "/js/three/build/three.module.js",
"three/addons/": "/js/three/examples/jsm/",
"api/": "/api/"
}
}
</script>
</head>
<body>
<vc:create path="frame/bodyTop"></vc:create>
<vc:create path="frame/nav2"></vc:create>
<div class="vc-page flex justify-start">
<vc:create path="frame/menu2"></vc:create>
<div class="vc-main">
<div class="vc-main-content">
<div class="" style="padding-bottom: 0px;">
<vc:create path="frame/breadcrumb"></vc:create>
</div>
<div id="component" class="vc-wrapper vc-content padding-top-sm animated fadeInRight" vc-path="/common/chooseEnterCommunity">
<vc:create path="/pages/index/index"></vc:create>
</div>
</div>
</div>
</div>
<!-- <script src="/js/jessibuca/renderer.js"></script> -->
<script src="/js/jessibuca/jessibuca.js"></script>
<script src="/vcCore/vcFramework.js"></script>
<vc:create path="frame/commonBottom" location="body"></vc:create>
<script src="/js/plugins/echart/echarts.min.js"></script>
<script src="/js/plugins/echart/china.js"></script>
<script src="/js/plugins/qrcode/qrcode.min.js"></script>
</body>
</html>