智慧保安后台管理-外网
src/main/java/org/springblade/modules/system/controller/UserController.java
@@ -1133,6 +1133,7 @@
   @GetMapping("/security-apply-tree")
   public R<List<TreeNode>> securityApplyTree(UserVO user) {
      List<TreeNode> tree = userService.getSecurityApplyTree(user);
      System.out.println("tree = " + tree);
      return R.data(tree);
   }