🐛修复了一些bug

This commit is contained in:
2024-05-17 17:30:26 +08:00
parent eed038bf01
commit e216725096
6 changed files with 69 additions and 13 deletions

View File

@@ -77,7 +77,7 @@ func (s Script) CreateSuperAdmin() error {
if err = repository.User().Save(&entity.User{
Avatar: avatarPath,
Name: "超牛管理员",
Account: "Admin",
Account: "admin",
Email: "",
Password: "admin123",
IsAdmin: constant.SuperAdmin,