diff --git a/src/store/modules/multipleTab.ts b/src/store/modules/multipleTab.ts index f742c2fc23cf25c5c80330d9e1f2bac9082de1e0..0a04c2a98b900c72cb089db409d8e8271c72434c 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) => {