菜单微调

This commit is contained in:
大帅比冷冷 2018-02-10 13:03:28 +08:00
parent 60185b3346
commit 94387047c0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class MenuController extends BaseController {
*
* @return 树形菜单
*/
@GetMapping("/userTree/")
@GetMapping("/userTree")
public List<Integer> userTree() {
Set<MenuVo> menus = sysMenuService.findMenuByRole(getRole().get(0));
List<Integer> menuList = new ArrayList<>();