fix: install.sql 列错误

This commit is contained in:
Ying
2022-08-24 10:04:37 +08:00
parent f7f24964c3
commit bf09ec2356
2 changed files with 3 additions and 3 deletions

View File

@@ -553,7 +553,7 @@ class AdminController extends BaseController
public function logout(): Response
{
request()->session()->set(AdminSession, null);
return $this->success('退出成功!', $this->JumpUrl);
return $this->success('退出成功!', '/');
}
/**