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) => {