diff --git a/src/layouts/components/TagsView/index.vue b/src/layouts/components/TagsView/index.vue index 76ccef3..fc978f5 100644 --- a/src/layouts/components/TagsView/index.vue +++ b/src/layouts/components/TagsView/index.vue @@ -162,7 +162,7 @@ export default { const index = state.selectIndex - 1 > 0 ? state.selectIndex - 1 : 0 const latestView = visitedViews[index] if (latestView) { - router.push(latestView.path) + router.push(latestView.fullPath) } else { router.push('/') }