功能:按资源配置平台列表搜索

This commit is contained in:
czl231
2026-08-11 22:22:36 +08:00
parent 8d6ffca1e2
commit 95d0f7dc54
19 changed files with 741 additions and 62 deletions

View File

@@ -32,6 +32,7 @@ func RegisterPlatform(serviceKey string, engine *gin.Engine) {
protected := engine.Group(basePath)
protected.Use(middleware.JwtAuth(true))
protected.Use(platformlogic.RequirePlatformMenuAccess())
protected.Use(common.EnableConfiguredKeywordSearch())
protected.GET("/auth/profile", platformbase.CurrentProfile)
protected.PUT("/auth/password", platformbase.ChangePassword)
protected.GET("/dashboard/overview", dashboard.DashboardOverview)