style:删除console

wuyanfu
吴延福 2023-05-18 15:51:18 +08:00
parent c5a3e310cc
commit 6fe0020264
2 changed files with 3 additions and 10 deletions

View File

@ -198,7 +198,7 @@ export default class BaseComponent extends Vue {
// 组件渲染完成 // 组件渲染完成
mounted() { mounted() {
console.log(1) //
} }
beforeDestory(){ beforeDestory(){
// //

View File

@ -70,16 +70,13 @@ export default class OverViewComponent extends BaseComponent {
this.player.api.polyline.clear(); this.player.api.polyline.clear();
this.player.api.heatmap.clear(); this.player.api.heatmap.clear();
this.currentLayers = this.getCurrentLayers(); this.currentLayers = this.getCurrentLayers();
this.player.api.cameraTour.add(this.tourPathData,(res)=>{ this.player.api.cameraTour.add(this.tourPathData)
console.log(res)
})
// this.tourPathData.forEach((item)=>{ // this.tourPathData.forEach((item)=>{
// }) // })
} }
public handleChange(data) { public handleChange(data) {
console.log(data)
if(data.GroupID){ if(data.GroupID){
} }
} }
@ -95,7 +92,6 @@ export default class OverViewComponent extends BaseComponent {
} }
this.resetMap(); this.resetMap();
} }
console.log('当前点击导航', data)
} }
@ -235,10 +231,8 @@ export default class OverViewComponent extends BaseComponent {
} }
} }
this.addCustom(this.viewLayer[item.id],true); this.addCustom(this.viewLayer[item.id],true);
console.log('右侧详情点击事件',item)
} }
mounted() { mounted() {
console.log(2)
} }
get showBackGround(){ get showBackGround(){
let flag = this.currentNav === 'view' && !this.viewRightShow let flag = this.currentNav === 'view' && !this.viewRightShow
@ -269,7 +263,6 @@ export default class OverViewComponent extends BaseComponent {
//进入路线导览 //进入路线导览
playView(item){ playView(item){
this.toggleAllPanel() this.toggleAllPanel()
console.log(item)
this.player.api.cameraTour.play(item.id) this.player.api.cameraTour.play(item.id)
} }
closeRight(){ closeRight(){
@ -284,7 +277,7 @@ export default class OverViewComponent extends BaseComponent {
} }
deactivated(){ deactivated(){
console.log(123) //
} }
beforeDestory() { beforeDestory() {
if (this.player) { if (this.player) {