From 506c794c5dc2145edb4c8a753d63a17bcd915e6b Mon Sep 17 00:00:00 2001 From: lilinyuan <1084668738@qq.com> Date: Tue, 18 Jun 2024 16:09:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=9A=E6=A0=87=E7=AD=BE=E9=A1=B5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/tagsview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/tagsview.js b/src/stores/tagsview.js index 268d088..e3f3245 100644 --- a/src/stores/tagsview.js +++ b/src/stores/tagsview.js @@ -53,7 +53,7 @@ export const useTagsView = defineStore('tagsView',()=>{ //路由到末尾标签页 const toLastTagView = (view) => { const lastTagView = view.value.slice(-1)[0] - router.push(lastTagView.path) + router.push({path: lastTagView.path, query: lastTagView.query}) } const removeAllTagView = () => {