mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
fix tag bugs
当路由带有路径参数时,tab点击报错 需在addVisitedRoute方法,加上params方可解决
This commit is contained in:
parent
565b53a7e3
commit
b5ff3ee6bb
@ -98,6 +98,7 @@
|
||||
path: tag.path,
|
||||
fullPath: tag.fullPath,
|
||||
query: tag.query,
|
||||
params: tag.params,
|
||||
name: tag.name,
|
||||
matched: matched,
|
||||
meta: { ...tag.meta },
|
||||
|
Loading…
x
Reference in New Issue
Block a user