Commit b5e0f2ac authored by 王晓倩's avatar 王晓倩

视频监控

parent f3eda2c7
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<title><%= webpackConfig.name %></title> <title><%= webpackConfig.name %></title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<script src="https://webapi.amap.com/maps?v=2.0&key=eed7ca3167f765467aa377fa78e61ece&plugin=Map3D,AMap.DistrictSearch,AMap.Scale,AMap.OverView,AMap.ToolBar,AMap.MouseTool,AMap.ControlBar,AMap.CircleEditor,AMap.PolyEditor"></script> <script src="https://webapi.amap.com/maps?v=2.0&key=eed7ca3167f765467aa377fa78e61ece&plugin=Map3D,AMap.DistrictSearch,AMap.Scale,AMap.OverView,AMap.ToolBar,AMap.MouseTool,AMap.ControlBar,AMap.CircleEditor,AMap.PolyEditor"></script>
<script src="./EasyWasmPlayer.js"></script>
<style> <style>
html, html,
body, body,
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
background: url("../../assets/video.png") no-repeat center, background: url("../../assets/video.png") no-repeat center,
}*/ }*/
</style> </style>
<script src="./EasyWasmPlayer.js"></script>
<script> <script>
export default { export default {
name: "Video", name: "Video",
...@@ -136,16 +136,16 @@ ...@@ -136,16 +136,16 @@
that.treeData[0].childList = [ that.treeData[0].childList = [
{ {
name: "视频监控1", name: "视频监控1",
deviceCode: "34020000001110000005_0200000020", deviceCode: "34020000001110000003_0200000004",
},{ },{
name: "视频监控2", name: "视频监控2",
deviceCode: "34020000001110000003_0200000004", deviceCode: "34020000001110000003_0200000005",
},{ },{
name: "视频监控3", name: "视频监控3",
deviceCode: "34020000001110000003_0200000005", deviceCode: "stream_58_0",
},{ },{
name: "视频监控4", name: "视频监控4",
deviceCode: "34020000001110000004_0200000011", deviceCode: "stream_58_0",
} }
]; ];
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment