From 917046b715a412f7ecee91ead1557d5a7df172a3 Mon Sep 17 00:00:00 2001 From: wbc <2597324127@qq.com> Date: 星期六, 10 五月 2025 11:31:35 +0800 Subject: [PATCH] 巡检检验项 --- MESApplication/Properties/launchSettings.json | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/MESApplication/Properties/launchSettings.json b/MESApplication/Properties/launchSettings.json index 2b619d7..aa50253 100644 --- a/MESApplication/Properties/launchSettings.json +++ b/MESApplication/Properties/launchSettings.json @@ -1,23 +1,14 @@ -锘縶 - "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:10054", - "sslPort": 0 - } - }, +{ "profiles": { "http": { "commandName": "Project", - "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "http://localhost:5184", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" - } + }, + "dotnetRunMessages": true, + "applicationUrl": "http://localhost:5184" }, "IIS Express": { "commandName": "IISExpress", @@ -27,5 +18,14 @@ "ASPNETCORE_ENVIRONMENT": "Development" } } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:10056", + "sslPort": 0 + } } -} +} \ No newline at end of file -- Gitblit v1.9.3