diff --git a/client/src/router/index.js b/client/src/router/index.js index 67504b2..0f5527f 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -209,7 +209,7 @@ export const asyncRoutes = [ path: '', name: 'ChangePassword', component: () => import('@/views/system/changepassword'), - meta: { title: '修改密码', noCache: true, icon: ''}, + meta: { title: '修改密码', noCache: true, icon: '', perms:[]}, hidden: true }, ]