From 4935fe9615ce0d2e025b4b1d3bf23a1cfb8c119e Mon Sep 17 00:00:00 2001 From: Jimmy <584481786@qq.com> Date: Wed, 23 Dec 2020 00:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=A8=E5=9F=9F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MineTec.ProManager.Web.Host.csproj | 2 +- Code/src/MineTec.ProManager.Web.Host/appsettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/src/MineTec.ProManager.Web.Host/MineTec.ProManager.Web.Host.csproj b/Code/src/MineTec.ProManager.Web.Host/MineTec.ProManager.Web.Host.csproj index 0937197..f92bb99 100644 --- a/Code/src/MineTec.ProManager.Web.Host/MineTec.ProManager.Web.Host.csproj +++ b/Code/src/MineTec.ProManager.Web.Host/MineTec.ProManager.Web.Host.csproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 $(AssetTargetFallback);portable-net45+win8+wp8+wpa81; diff --git a/Code/src/MineTec.ProManager.Web.Host/appsettings.json b/Code/src/MineTec.ProManager.Web.Host/appsettings.json index f4d4add..6a6399b 100644 --- a/Code/src/MineTec.ProManager.Web.Host/appsettings.json +++ b/Code/src/MineTec.ProManager.Web.Host/appsettings.json @@ -5,7 +5,7 @@ "App": { "ServerRootAddress": "http://localhost:21021/", "ClientRootAddress": "http://localhost:4200/", - "CorsOrigins": "http://localhost:4200,http://localhost:8080,http://localhost:8081,http://localhost:3000" + "CorsOrigins": "http://localhost:4200,http://localhost:8080,http://localhost:880,http://localhost:3000" }, "Authentication": { "JwtBearer": {