修复缺失文件的问题

This commit is contained in:
2024-09-23 13:48:02 +08:00
parent 88e79de489
commit d2691d90d5
4 changed files with 30 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ class LoginController extends BaseAdminController
default:
$title = $admin['username'].'的管理后台';
}
$admin['title'] = $title. '---';
$admin['title'] = $title;
return [
'userInfo' => $admin,