style: 关闭alert提示

This commit is contained in:
zhangyu
2020-06-28 14:05:26 +08:00
parent df9cec64f4
commit f07747a46a

View File

@@ -313,7 +313,7 @@ export default {
cols:this.term.cols,//cols和rows在resizeConsole方法已经设置 cols:this.term.cols,//cols和rows在resizeConsole方法已经设置
rows:this.term.rows, rows:this.term.rows,
}; };
alert(JSON.stringify(winStyle)); // alert(JSON.stringify(winStyle));
this.$post('terminal/resize',winStyle).then(response => { this.$post('terminal/resize',winStyle).then(response => {
if (response.code === 200) { if (response.code === 200) {
this.term.fit(); this.term.fit();