Commit 82c4ebeb authored by pengyunqian's avatar pengyunqian

update:bugfix

parent a10b8f40
......@@ -2,18 +2,18 @@ const headerConfig = [
{
name: "提现审核",
path: "/op/withdrawal/examine",
requiredPermission: "withdrawal_audit"
// requiredPermission: "withdrawal_audit"
},
{
path: "/op/withdrawal/roleManageRole",
name: "角色管理",
requireAuthentication: true,
// requireAuthentication: true,
requiredPermission: "role_management"
},
{
path: "/op/withdrawal/user",
name: "用户管理",
requireAuthentication: true,
// requireAuthentication: true,
requiredPermission: "user_management"
}
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment