perf[TagsView]: refine code
This commit is contained in:
parent
9a5827ca8a
commit
6d9ac37662
|
@ -75,9 +75,10 @@ export default {
|
|||
let tags = []
|
||||
routes.forEach(route => {
|
||||
if (route.meta && route.meta.affix) {
|
||||
const tagPath = path.resolve(basePath, route.path)
|
||||
tags.push({
|
||||
fullPath: path.resolve(basePath, route.path),
|
||||
path: path.resolve(basePath, route.path),
|
||||
fullPath: tagPath,
|
||||
path: tagPath,
|
||||
name: route.name,
|
||||
meta: { ...route.meta }
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue