fix tag bugs

当路由带有路径参数时,tab点击报错
需在addVisitedRoute方法,加上params方可解决
This commit is contained in:
hdtopku 2020-12-12 22:27:04 +08:00 committed by GitHub
parent 565b53a7e3
commit b5ff3ee6bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,7 @@
path: tag.path,
fullPath: tag.fullPath,
query: tag.query,
params: tag.params,
name: tag.name,
matched: matched,
meta: { ...tag.meta },