Commit 36bda6a9 by huangjinxin

修改路径

1 parent bfb38e9e
......@@ -21,7 +21,7 @@ public class RoleController {
IRole roleService;
@GetMapping("/pea-role/list")
@GetMapping("/list")
public Result<PageResult<RoleInfo>> listRole(PageRequest pageRequest) {
WebResult<PageResult<RoleInfo>> result = roleService.listRole(pageRequest);
return Result.success(result.getResult());
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!