大屏设计
This commit is contained in:
		| @@ -82,7 +82,7 @@ | ||||
|                 if (item.dataType !== 'staticData' && ((item.type.indexOf('Chart') > -1) || item.type === 'table' || item.type === 'summary')) { | ||||
|                   this.getSourceData(item, index) | ||||
|                 } | ||||
|                 if (item.type === 'monitor' && item.monitorType !== 'hik') { | ||||
|                 if (item.type === 'monitor' && item.monitorType !== 'hik' && item.monitorType !== 'dahua') { | ||||
|                   this.instance.post(`${this.urlPrefix}/appzyvideoequipment/getWebSdkUrl?deviceId=${item.moniterId}`).then(res => { | ||||
|                     if (res.code == 0) { | ||||
|                       this.$set(this.componentList[index], 'src', JSON.parse(res.data).url) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user