Commit 82c4ebeb authored by pengyunqian's avatar pengyunqian

update:bugfix

parent a10b8f40
...@@ -2,18 +2,18 @@ const headerConfig = [ ...@@ -2,18 +2,18 @@ const headerConfig = [
{ {
name: "提现审核", name: "提现审核",
path: "/op/withdrawal/examine", path: "/op/withdrawal/examine",
requiredPermission: "withdrawal_audit" // requiredPermission: "withdrawal_audit"
}, },
{ {
path: "/op/withdrawal/roleManageRole", path: "/op/withdrawal/roleManageRole",
name: "角色管理", name: "角色管理",
requireAuthentication: true, // requireAuthentication: true,
requiredPermission: "role_management" requiredPermission: "role_management"
}, },
{ {
path: "/op/withdrawal/user", path: "/op/withdrawal/user",
name: "用户管理", name: "用户管理",
requireAuthentication: true, // requireAuthentication: true,
requiredPermission: "user_management" 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