feat: add reset password function to user list page

This commit is contained in:
RockYang
2023-07-26 15:22:11 +08:00
parent 7b90f8cb13
commit 0e4ae01498
6 changed files with 124 additions and 15 deletions

View File

@@ -218,6 +218,7 @@ func main() {
group.POST("update", h.Update)
group.GET("remove", h.Remove)
group.GET("loginLog", h.LoginLog)
group.POST("resetPass", h.ResetPass)
}),
fx.Invoke(func(s *core.AppServer, h *admin.ChatRoleHandler) {
group := s.Engine.Group("/api/admin/role/")