@@ -54,7 +54,7 @@
-
+
@@ -71,14 +71,14 @@
-
+
-
+
-
+
地图显示
@@ -126,6 +126,7 @@
全市
本地
外地
+ 清除
@@ -147,7 +148,7 @@ import EarlyWarning from "./components/EarlyWarning";
import VideoPlay from "./components/VideoPlay";
import VideoListRight from "./components/VideoListRight";
import VideoListLeft from "./components/VideoListLeft";
-import VideoList from "./components/VideoList";
+import VideoLists from "./components/VideoLists";
import SiteListMore from "./components/SiteListMore";
import { selectByJdWd } from "@/api/construction/index";
import {
@@ -205,7 +206,7 @@ export default {
complaintEvent,
VideoListRight,
VideoListLeft,
- VideoList,
+ VideoLists,
SiteListMore,
VideoPlay,
HorizonTimeLine,
@@ -481,6 +482,7 @@ export default {
},
layerHandleChange(item) {
+ console.log("地图显示等",item);
if (this.changeLayerBtnGroup.indexOf(item) !== -1) {
switch (item) {
case "AI事件":
@@ -704,6 +706,11 @@ export default {
"thermodynamic"
);
break;
+ case "clear":
+ this.hiMapFun.removeLayerByLayerName("types");
+ this.hiMapFun.removeLayerByLayerName("thermodynamic");
+ this.thermodynamicPeopleType = "";
+ break;
}
},
removeRoadCauseAnalysis() {
@@ -769,7 +776,7 @@ export default {
font-family: 'Tensentype-ZhiHeiJ-W5';
}
.title::before {
- content: '重点区域监控平台';
+ content: '重点区域精细化管理';
text-shadow: 0px 3px 10px rgba(0,0,0,.9);
position: absolute;
z-index: -1;
@@ -838,7 +845,7 @@ export default {
z-index: 1000;
right: 10px;
top: 90px;
- height:660px;
+ height:700px;
width: 478px;
background: rgba($color: #05213b, $alpha: .85)
}
@@ -846,9 +853,9 @@ export default {
position: absolute;
z-index: 10;
right: 10px;
- top: 760px;
+ top: 800px;
width: 478px;
- height:200px;
+ height:270px;
background: rgba($color: #05213b, $alpha: .85);
}
.eventNum {
@@ -914,12 +921,12 @@ export default {
}
.siteList1 {
position: absolute;
- z-index: 10;
- right: 498px;
- top: 185px;
- width: 374px;
- height:500px;
- background: rgba($color: #05213b, $alpha: .85);
+ z-index: 1151;
+ right: 10px;
+ top: 89px;
+ width: 477px;
+ height:700px;
+ background: rgba(5, 33, 59, 1);
}
.legend {
position: absolute;