From fd9450304d1f2920cde10058462f7aba36d30828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=88=B1=E7=A0=81=E5=A3=AB?= Date: Tue, 25 Oct 2022 08:49:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E9=97=AD=E9=9D=9E=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E7=9A=84=E6=A0=87=E7=AD=BE=E6=B2=A1=E6=9C=89=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=B8=85=E7=90=86cacheTabList=E6=95=B0=E6=8D=AE=20(#2?= =?UTF-8?q?306)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/multipleTab.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/multipleTab.ts b/src/store/modules/multipleTab.ts index 023e8766..2062c931 100644 --- a/src/store/modules/multipleTab.ts +++ b/src/store/modules/multipleTab.ts @@ -187,6 +187,7 @@ export const useMultipleTabStore = defineStore({ if (path !== tab.path) { // Closed is not the activation tab close(tab); + this.updateCacheTab(); return; }