fix: init mise data

This commit is contained in:
engigu
2026-02-15 10:19:48 +08:00
parent 803d78bc52
commit 7a1f80e180
2 changed files with 13 additions and 3 deletions
-3
View File
@@ -30,9 +30,6 @@ func (s *InitService) Initialize() *UserService {
// 创建管理员账号
s.initializeAdmin(userService)
// 初始化语言环境
s.initializeLanguages()
return userService
}