This commit is contained in:
Pan 2019-04-25 17:51:54 +08:00
parent c3038687dc
commit 6520d1bd01
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export const constantRoutes = [
path: 'index',
component: () => import('@/views/profile/index'),
name: 'Profile',
meta: { title: 'profile', icon: 'user', noCache: true }
meta: { title: 'Profile', icon: 'user', noCache: true }
}
]
}