From 1cf53be054ba450f56ed8a511c52d861d7124be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sun, 7 May 2023 08:59:13 +0800 Subject: [PATCH] update launchSettings.json --- ZR.Admin.WebApi/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Admin.WebApi/Properties/launchSettings.json b/ZR.Admin.WebApi/Properties/launchSettings.json index a3bb2fd..8ba95da 100644 --- a/ZR.Admin.WebApi/Properties/launchSettings.json +++ b/ZR.Admin.WebApi/Properties/launchSettings.json @@ -15,7 +15,7 @@ "launchUrl": "", "applicationUrl": "http://localhost:8888", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "" + "ASPNETCORE_ENVIRONMENT": "Development" } } }