This commit is contained in:
2025-03-27 16:06:48 +08:00
parent c36015f5a1
commit 06081b0384

View File

@@ -28,7 +28,7 @@ class Admin extends Backend
protected $searchFields = 'id,username,nickname';
protected $childrenGroupIds = [];
protected $childrenAdminIds = [];
protected $noNeedRight = ['index'];
protected $noNeedRight = ['index','getRelWxids','getAdminList'];
public function _initialize()
{