This commit is contained in:
wangjinlei
2024-12-03 17:08:40 +08:00
parent 79de1c784a
commit 5bd2e2e024
7 changed files with 96 additions and 7 deletions

View File

@@ -1898,7 +1898,7 @@ class User extends Base
$user_info = $this->user_obj->where('account', $account)->find();
if ($user_info['type'] == 2) {
$ros[] = 'editor';
if($account=="liuna"){
if($account=="liuna"||$account=="zhuwenjing"){
$ros[] = "superadmin";
}
return $ros;