mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +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',
|
path: '/documentation',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
redirect: '/documentation/index',
|
redirect: '/documentation/index',
|
||||||
meta: { title: 'documentation', icon: 'documentation', affix: true, breadcrumb: false },
|
meta: {
|
||||||
|
title: 'documentation',
|
||||||
|
icon: 'documentation',
|
||||||
|
breadcrumb: false
|
||||||
|
},
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'index',
|
path: 'index',
|
||||||
component: () => import('@/views/documentation/index'),
|
component: () => import('@/views/documentation/index'),
|
||||||
name: 'Documentation',
|
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