From 2281a3da368d9366e7d97e85719fe0f4a0492f9b Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期一, 18 三月 2024 01:05:37 +0800 Subject: [PATCH] 功能调整 --- src/view/index.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index 200863a..c8ddf1c 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -426,10 +426,7 @@ removeTab(index) { this.tabs.splice(index, 1); let data = this.tabs[this.tabs.length - 1] - this.activeP = data.k; - this.tabActive = data.k; - this.activeBox = data.k - this.saveClick() + this.upTabActive(data.k) }, allDel() { this.activeBox = 0 -- Gitblit v1.9.3