diff --git a/src/router/index.js b/src/router/index.js index 9cae3ea7..e0c20736 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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 } } ] }