From 60a3b6a9f9bbb2cb495ec75defc8091170d8b382 Mon Sep 17 00:00:00 2001 From: Norton Date: Wed, 10 May 2023 13:59:06 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=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=E3=80=82=20(#2768?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: lichi --- 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 f742c2fc..0a04c2a9 100644 --- a/src/store/modules/multipleTab.ts +++ b/src/store/modules/multipleTab.ts @@ -23,7 +23,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) => { -- GitLab