Merge branch 'lufthafen'

This commit is contained in:
2021-04-28 13:58:53 +08:00

View File

@@ -144,7 +144,7 @@ export default {
onCloseContentWindow(key) {
key = key || this.tabActived;
const i = this.$_.findIndex(this.panes, (p) => p.key === key);
const i = this.$_.findIndex(this.panes, (p) => p.key === key && p.closable);
this.panes.splice(i, 1);
if (this.panes.length) {