This commit is contained in:
commie
2026-02-15 19:41:56 +08:00
parent 61c5192018
commit 1a7f4bc98a
68 changed files with 992 additions and 353 deletions
@@ -38,6 +38,9 @@ class UserController extends Crud
$this->assignconfig('groupList',$groupList);
$this->assign('roleList',$roleList);
$this->assignconfig('roleList',$roleList);
$areaList = Config('areacode');
$this->assign('areaList',$areaList);
$this->assignconfig('areaList',$areaList);
}
public function team(Request $request): Response
{