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