From a7cb4a1167f441053609e70f90b19f6c0f5e3396 Mon Sep 17 00:00:00 2001 From: cat_shark <1716967236@qq.com> Date: Sun, 12 Apr 2026 18:55:44 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=94=B6=E6=95=9B=20dev=20?= =?UTF-8?q?=E4=B8=8E=20uat=20=E7=9A=84=20CORS=20=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E7=99=BD=E5=90=8D=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 +- src/main/resources/application-uat.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 38c2f05..c3940d5 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -11,7 +11,7 @@ server: cors: allowCredentials: true allowed-origins: - - '*' + - https://lpt-dev.cat-shark.xyz sa-token: cookie: diff --git a/src/main/resources/application-uat.yml b/src/main/resources/application-uat.yml index e440077..1da369e 100644 --- a/src/main/resources/application-uat.yml +++ b/src/main/resources/application-uat.yml @@ -10,7 +10,7 @@ server: cors: allowed-origins: - - '*' + - https://lpt-uat.cat-shark.xyz sa-token: cookie: