fix: 多标签页bug
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user