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