From 6520d1bd0161042a4e5440cdd215e96563f10a65 Mon Sep 17 00:00:00 2001 From: Pan Date: Thu, 25 Apr 2019 17:51:54 +0800 Subject: [PATCH] tweak --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } ] }