feat: 去掉跨域,在网关统一做跨域处理

This commit is contained in:
2026-04-02 16:37:32 +08:00
parent 0c2e36f607
commit 62a09c0e49
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ func checkConsulHealth(ctx context.Context) bool {
return false
}
g.Log().Debugf(ctx, "✅ Consul 健康检查通过")
//g.Log().Debugf(ctx, "✅ Consul 健康检查通过")
return true
}