Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
fix: #56
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Nov 26, 2019
1 parent 9801a68 commit 1a6bcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/router.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a6bcac

Please sign in to comment.