fix(接口测试): 删除无用console

Update MaximizeScenario.vue
This commit is contained in:
rubylliu 2023-07-11 16:09:54 +08:00 committed by fit2-zhao
parent 812ecb116b
commit c737116c56
1 changed files with 0 additions and 1 deletions

View File

@ -543,7 +543,6 @@ export default {
}
},
handleMainClick(e) {
console.log(e.target.tagName);
this.outsideClick(e)
},
handleComponentClick(e) {