Merge pull request '更新 app/controller/api/Auth.php' (#51) from dev into preview

Reviewed-on: #51
This commit is contained in:
mkm 2023-10-18 09:52:47 +08:00
commit f4cfa5eb8d

View File

@ -358,7 +358,8 @@ class Auth extends BaseController
$thirdList[] = $temp;
}
$data['thirdparty'] = $thirdList;
$arr=env('APP_SHOW')??[];
$arr=env('APP_SHOW')??'';
$arr=explode(',',$arr);
if(in_array($user['uid'],$arr )){
$data['show_controller_applet']=true;
}else{