v1.3 版本发布,代码同步后端v1.3版本
This commit is contained in:
@@ -46,6 +46,20 @@ export const constantRouterMap = [
|
||||
meta: { title: '首页', icon: 'index', noCache: true }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/user',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
redirect: 'noredirect',
|
||||
children: [
|
||||
{
|
||||
path: 'center',
|
||||
component: () => import('@/views/system/user/center'),
|
||||
name: '个人中心',
|
||||
meta: { title: '个人中心', icon: 'user' }
|
||||
}
|
||||
]
|
||||
}
|
||||
// { path: '*', redirect: '/404', hidden: true }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user