From 4d41586fdea756b895805deaa5f502904c8c448d Mon Sep 17 00:00:00 2001 From: niyyzf Date: Sun, 30 Jun 2024 11:37:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=A8=E5=9F=9F=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LoongPanel-Asp/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LoongPanel-Asp/Program.cs b/LoongPanel-Asp/Program.cs index e0dc7d0..b05a5f7 100755 --- a/LoongPanel-Asp/Program.cs +++ b/LoongPanel-Asp/Program.cs @@ -81,7 +81,7 @@ builder.Services.AddCors(options => { //允许全部 policy.WithOrigins("http://localhost:3001", "http://192.168.0.13:3001", "https://192.168.0.13:3001", - "https://192.168.0.13:3000").AllowAnyHeader().AllowAnyMethod().AllowCredentials(); + "https://192.168.0.13:3000","http://loongpanel.xn--7p0a.site").AllowAnyHeader().AllowAnyMethod().AllowCredentials(); }); });