FengR 3 weeks ago
parent
commit
da95765f4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Controller/AuthorityController.php

+ 1 - 1
app/Controller/AuthorityController.php

@@ -174,5 +174,5 @@ class AuthorityController extends AbstractController
         $rep = PublicData::buildMenuTree($result['data']);
         return $rep?Result::success($rep):Result::error("查询失败");
     }
-
+// 111
 }