|
@@ -11,7 +11,7 @@ export const asyncRouterMap = [{
|
|
|
name: 'index',
|
|
|
component: BasicLayout,
|
|
|
meta: {
|
|
|
- title: '首页'
|
|
|
+ title: 'IT后台'
|
|
|
},
|
|
|
redirect: '/home',
|
|
|
children: [{
|
|
@@ -33,19 +33,19 @@ export const asyncRouterMap = [{
|
|
|
icon: 'home',
|
|
|
hiddenHeaderContent: true
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/changePwd',
|
|
|
- name: 'changePwd',
|
|
|
- component: () => import( '@/views/user/ChangePwd'),
|
|
|
- meta: {
|
|
|
- title: '修改密码',
|
|
|
- icon: 'home',
|
|
|
- hidden: true
|
|
|
- }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/changePwd',
|
|
|
+ name: 'changePwd',
|
|
|
+ hidden: true,
|
|
|
+ component: () => import( '@/views/user/ChangePwd'),
|
|
|
+ meta: {
|
|
|
+ title: '修改密码',
|
|
|
+ icon: 'home'
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
path: '/tenants',
|
|
|
redirect: '/tenants/list',
|