epans 1 year ago
parent
commit
3489b23794
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/Home.vue

+ 2 - 2
src/views/Home.vue

@@ -190,8 +190,8 @@ export default {
           });
         }
         
-        this.editableTabsValue = activeName;
-        this.editableTabs = tabs.filter(tab => tab.name !== targetName);
+        // this.editableTabsValue = activeName;
+        // this.editableTabs = tabs.filter(tab => tab.name !== targetName);
       },