Browse Source

fix: #56

pull/59/head
ruibaby 5 years ago
parent
commit
1a6bcac8e6
  1. 2
      src/config/router.config.js

2
src/config/router.config.js

@ -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…
Cancel
Save