From 1b744635d6bb4110545e5c9675f06d232826b430 Mon Sep 17 00:00:00 2001 From: litianxiang Date: Tue, 5 May 2026 16:53:30 +0800 Subject: [PATCH] =?UTF-8?q?cors=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7b92e40..716c063 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -24,6 +24,7 @@ spring: - OPTIONS - PATCH allowed-headers: "*" + allow-credentials: true max-age: 3600 # ---------- 路由配置 ---------- routes: