Skip to content

Commit

Permalink
✨ 增加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
twelvet-s committed Feb 17, 2025
1 parent 0e40764 commit 1ceb988
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ public JsonResult<List<TreeSelect>> treeSelect(SysMenu menu) {
* 获取路由信息
* @return 路由信息
*/
@GetMapping("getRouters")
@Operation(summary = "获取当前用户路由信息")
@GetMapping("/getRouters")
@SaCheckPermission("system:menu:list")
public JsonResult<List<RouterVo>> getRouters() {
Long userId = SecurityUtils.getLoginUser().getUserId();
// 路由菜单
Expand Down

0 comments on commit 1ceb988

Please sign in to comment.