This commit is contained in:
Pan 2019-02-15 15:18:06 +08:00
parent 0caa7e91dc
commit 83a9291b4a
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ export const constantRouterMap = [
path: 'index',
component: () => import('@/views/documentation/index'),
name: 'Documentation',
meta: { title: 'documentation', icon: 'documentation', noCache: true, affix: true }
meta: { title: 'documentation', icon: 'documentation', affix: true }
}
]
},

View File

@ -96,7 +96,7 @@ export default {
for (const tag of affixTags) {
// Must have tag name
if (tag.name) {
this.$store.dispatch('addView', tag)
this.$store.dispatch('addVisitedView', tag)
}
}
},