From 1862bc1eeaa14510aa2b3b28028cd8db99e31227 Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 24 Apr 2024 14:02:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=97=B6=E6=9C=AA=E5=BC=82?= =?UTF-8?q?=E6=AD=A5bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/index.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/views/map/index.vue b/src/views/map/index.vue index c3e181f..70c4043 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -650,6 +650,16 @@ export default { checkImg: require('../../assets/map/gangkou_index/buttom/ico21_on.png'), containAuthorization: [], eliminateAuthorization: [] + }, + { + label: '摄像头', + dialog_width: '1200px', + check: false, + type: 'platcamera', + img: require('../../assets/map/gangkou_index/buttom/ico26.png'), + checkImg: require('../../assets/map/gangkou_index/buttom/ico26_on.png'), + containAuthorization: [], + eliminateAuthorization: [] } // { // label: '车辆定位', @@ -1401,7 +1411,6 @@ export default { // eslint-disable-next-line no-unused-vars var _this = this const collection = new Cesium.CustomDataSource('clickEntityCollection') - debugger poin.forEach(item => { if (!this.poinEntity.hasOwnProperty(item.id)) { const entity = drag.addEntity(item) @@ -1752,7 +1761,7 @@ export default { this.cfdBottomOptionsList[pindex].list[index].check = true this.bottomOptionsList[pindex].list[index].check = false } - + console.log('~~~~~~~~~' + urlType, pointUrl) if (this.gangkouActive === '00003' && this.CORP_INFO_ID === '035958e685cf4850bc40151c5e0617a6' && urlType === 'peoplePosition') { !this.connecting ? this.createConnection(this.CORP_INFO_ID) : this.doSubscribe() } else {