feature: auth

This commit is contained in:
zhuyu 2025-06-04 10:06:46 +08:00
parent b990c5d62a
commit 28f3154a9e

View File

@ -30,6 +30,8 @@ class Admin extends Backend
protected $childrenGroupIds = []; protected $childrenGroupIds = [];
protected $childrenAdminIds = []; protected $childrenAdminIds = [];
protected $noNeedRight = ['norightselectpage'];
public function _initialize() public function _initialize()
{ {
parent::_initialize(); parent::_initialize();
@ -361,8 +363,7 @@ class Admin extends Backend
public function norightselectpage() public function norightselectpage()
{ {
$this->dataLimit = ''; $this->dataLimit = null;
$this->dataLimitField = '';
return parent::selectpage(); return parent::selectpage();
} }
} }