|
@@ -975,6 +975,7 @@ import areaSupermap from '@/components/supermap'//区域标记地图
|
|
|
import TcPlayer from '@/components/TcPlayer' //视频预览
|
|
|
import leftRightSwiperScroll from '@/components/leftRightSwiperScroll.vue';//事件中心底部资源内容溢出组件
|
|
|
import {getIconBg} from '@/api/components/sookaMapIcon';//资源底色控制文件
|
|
|
+
|
|
|
import {
|
|
|
getEventDetail,
|
|
|
sendEventLog,
|
|
@@ -1639,6 +1640,7 @@ export default {
|
|
|
' </div>' +
|
|
|
' </span>' +
|
|
|
'</div>'
|
|
|
+
|
|
|
markersList.push(markersMap)
|
|
|
}
|
|
|
setTimeout(() => {
|