refactor(layout): executor 菜单"账号信息"移到最后一位
之前: ...人员管理 / 账号信息 / 劳务凭证 现在: ...人员管理 / 劳务凭证 / 账号信息 (其它角色菜单的账号信息位置不变)
This commit is contained in:
@@ -117,8 +117,8 @@ const MENU = {
|
||||
{ path: '/executor/meetings', title: '会议执行', icon: Calendar },
|
||||
{ path: '/executor/projects', title: '项目列表', icon: Document },
|
||||
{ path: '/executor/people', title: '人员管理', icon: User, requireMain: true },
|
||||
{ path: '/executor/account', title: '账号信息', icon: Setting },
|
||||
{ path: '/executor/labor', title: '劳务凭证', icon: EditPen }
|
||||
{ path: '/executor/labor', title: '劳务凭证', icon: EditPen },
|
||||
{ path: '/executor/account', title: '账号信息', icon: Setting }
|
||||
],
|
||||
sponsor: [
|
||||
{ path: '/sponsor/home', title: '首页', icon: House },
|
||||
|
||||
Reference in New Issue
Block a user