Commit 05ece96e authored by 黄奎's avatar 黄奎

页面修改

parent 6dad181c
......@@ -65,7 +65,9 @@ namespace Edu.WebApi
"http://kookaku.com",
"https://mallapi.oytour.com",
"https://mall.oytour.com",
"https://edu.kookaku.com"
"https://edu.kookaku.com",
"https://eduapi.oytour.com",
"http://eduapi.oytour.com",
};
services.AddCors(options => options.AddPolicy("AllowCors", policy => policy.AllowAnyHeader().AllowAnyMethod().AllowCredentials().WithOrigins(corsArray.ToArray())));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment