This commit is contained in:
hujiabin 2022-10-27 21:01:10 +08:00
parent 7a7c76e40a
commit bc7f055a23

View File

@ -41,7 +41,7 @@ class UserController extends BaseAuthedController {
$userName = 'guest'; $userName = 'guest';
$avatarUrl = '18003'; $avatarUrl = '18003';
$userInfo = $this->_safeGetOrmUserInfo(); $userInfo = $this->_safeGetOrmUserInfo();
// if (SERVER_ENV == _ONLINE) { // if (SERVER_ENV == _ONLINE) {
// if (!$userInfo) { // if (!$userInfo) {