From 764b0f0f6c990e6f51f657775d1db3965842d14c Mon Sep 17 00:00:00 2001 From: xingyu Date: Wed, 10 May 2023 18:36:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E9=A1=B5=E7=AD=BE=E5=90=8E=20=E6=89=93=E5=BC=80=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=9C=80=E8=A6=81=E4=BD=BF=E7=94=A8fullPath=EF=BC=8C?= =?UTF-8?q?=E5=90=A6=E5=88=99=E5=8F=AF=E8=83=BD=E4=BC=9A=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E4=B8=A2=E5=A4=B1=E5=BC=95=E8=B5=B7=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8A=A0=E8=BD=BD=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/multipleTab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/multipleTab.ts b/src/store/modules/multipleTab.ts index a96b8da9..86267210 100644 --- a/src/store/modules/multipleTab.ts +++ b/src/store/modules/multipleTab.ts @@ -22,7 +22,7 @@ export interface MultipleTabState { function handleGotoPage(router: Router) { const go = useGo(router) - go(unref(router.currentRoute).path, true) + go(unref(router.currentRoute).fullPath, true) } const getToTarget = (tabItem: RouteLocationNormalized) => {