From f07747a46af9f952eb26fd07981295a691b77d22 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Sun, 28 Jun 2020 14:05:26 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=85=B3=E9=97=ADalert=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/cli/console.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();