mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-07 18:25:45 +08:00
fix: Documentation tag view not fixed. (#1040)
This commit is contained in:
parent
d39553bcd4
commit
127f014b72
@ -92,13 +92,21 @@ export const constantRoutes = [
|
||||
path: '/documentation',
|
||||
component: Layout,
|
||||
redirect: '/documentation/index',
|
||||
meta: { title: 'documentation', icon: 'documentation', affix: true, breadcrumb: false },
|
||||
meta: {
|
||||
title: 'documentation',
|
||||
icon: 'documentation',
|
||||
breadcrumb: false
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
component: () => import('@/views/documentation/index'),
|
||||
name: 'Documentation',
|
||||
meta: { title: language.t('documentation.releaseNotes'), icon: 'documentation', affix: true, isIndex: true }
|
||||
meta: {
|
||||
title: language.t('documentation.releaseNotes'),
|
||||
icon: 'documentation',
|
||||
isIndex: true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user