新建项目报错修复

This commit is contained in:
hdm 2023-02-28 09:06:59 +08:00
parent df63d78b0f
commit 18962aec42

View File

@ -210,7 +210,7 @@ class Index extends BaseController
$section = explode('|', $section_conf);
}
View::assign('section', $section);
View::assign('user_info', $login_admin);
View::assign('user_info', get_admin($this->uid));
View::assign('id', $id);
return view();
}