]> 127.0.0.1 Git - front/.git/commitdiff
Update config.go v0.1.20241008011859
authorqydysky <qydysky@foxmail.com>
Tue, 8 Oct 2024 01:17:24 +0000 (09:17 +0800)
committerGitHub <noreply@github.com>
Tue, 8 Oct 2024 01:17:24 +0000 (09:17 +0800)
config.go

index e3520c2662b5aa150b3c046ecbf1d3ea6cf57d95..6d8beaca953ac26ed29626890c8ea7cb4d343cb6 100755 (executable)
--- a/config.go
+++ b/config.go
@@ -180,6 +180,10 @@ func (t *Config) SwapSign(ctx context.Context, logger Logger) {
                                        } else {
                                                e = component2.Get[reqDealer]("http").Deal(r.Context(), w, r, routePath, backIs[i], logger, t.BlocksI)
                                        }
+
+                                       if e == nil {
+                                               break
+                                       }
                                }
 
                                if e != nil {