fix[TagsView]: fixed refresh affixed-tag bug (#1653)
This commit is contained in:
parent
8029c076b9
commit
c44d001df6
|
@ -76,6 +76,7 @@ export default {
|
|||
routes.forEach(route => {
|
||||
if (route.meta && route.meta.affix) {
|
||||
tags.push({
|
||||
fullPath: path.resolve(basePath, route.path),
|
||||
path: path.resolve(basePath, route.path),
|
||||
name: route.name,
|
||||
meta: { ...route.meta }
|
||||
|
|
Loading…
Reference in New Issue