fix: 去除多余的日志打印

main
hong.yang 1 year ago
parent 5ab2dccba7
commit 9468f2059f

@ -369,7 +369,6 @@ export default {
}
//
if (this.currentDeep >= config.customize.downLevel) return
console.log('mapList',this.mapList)
const mapUrl = `${window.BS_CONFIG?.httpConfigs?.baseURL}/bigScreen/map/data/${this.mapList[this.currentDeep].id}/${params.name}`
const map = await this.$dataRoomAxios.get(decodeURI(mapUrl), {}, false)
//

Loading…
Cancel
Save