Skip to content

Commit dbf9705

Browse files
committed
修复console信息无法被清除的问题
1 parent ff87cf1 commit dbf9705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/instance/components/console.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ export default {
279279
}
280280
},
281281
clearLogs() {
282-
new IframeConsole().clear()
282+
IframeConsole.clear()
283283
this.setConsoleInfo([])
284284
this.setConsoleInfoCount({
285285
error: 0,

0 commit comments

Comments
 (0)