diff --git a/nezha-fronted/src/components/cli/console.vue b/nezha-fronted/src/components/cli/console.vue index 39063567c..5257d04cf 100644 --- a/nezha-fronted/src/components/cli/console.vue +++ b/nezha-fronted/src/components/cli/console.vue @@ -313,7 +313,7 @@ export default { cols:this.term.cols,//cols和rows在resizeConsole方法已经设置 rows:this.term.rows, }; - alert(JSON.stringify(winStyle)); + // alert(JSON.stringify(winStyle)); this.$post('terminal/resize',winStyle).then(response => { if (response.code === 200) { this.term.fit();