mirror of https://github.com/halo-dev/halo-admin
fix: #56
parent
9801a6848c
commit
1a6bcac8e6
|
@ -14,7 +14,7 @@ export const asyncRouterMap = [
|
|||
path: '/dashboard',
|
||||
name: 'Dashboard',
|
||||
component: () => import('@/views/dashboard/Dashboard'),
|
||||
meta: { title: '仪表盘', icon: 'dashboard', hiddenHeaderContent: false }
|
||||
meta: { title: '仪表盘', icon: 'dashboard', hiddenHeaderContent: false, keepAlive: false }
|
||||
},
|
||||
|
||||
// posts
|
||||
|
|
Loading…
Reference in New Issue