From bafa4f1aa445f18d853430ed7d72f19191c2d789 Mon Sep 17 00:00:00 2001 From: Argo-Tianyi Date: Sat, 1 Jan 2022 12:19:14 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/BootstrapAdmin.Web/Properties/launchSettings.json | 2 +- .../client/BootstrapClient.Shared/Shared/MainLayout.razor | 2 +- .../BootstrapClient.Web/Properties/launchSettings.json | 2 +- .../client/BootstrapClient.Web/appsettings.Development.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/blazor/admin/BootstrapAdmin.Web/Properties/launchSettings.json b/src/blazor/admin/BootstrapAdmin.Web/Properties/launchSettings.json index 183489b3..e81ba8b1 100644 --- a/src/blazor/admin/BootstrapAdmin.Web/Properties/launchSettings.json +++ b/src/blazor/admin/BootstrapAdmin.Web/Properties/launchSettings.json @@ -3,7 +3,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:24748", + "applicationUrl": "http://localhost:5210", "sslPort": 0 } }, diff --git a/src/blazor/client/BootstrapClient.Shared/Shared/MainLayout.razor b/src/blazor/client/BootstrapClient.Shared/Shared/MainLayout.razor index 8214f8dc..1915e5d3 100644 --- a/src/blazor/client/BootstrapClient.Shared/Shared/MainLayout.razor +++ b/src/blazor/client/BootstrapClient.Shared/Shared/MainLayout.razor @@ -2,7 +2,7 @@
diff --git a/src/blazor/client/BootstrapClient.Web/Properties/launchSettings.json b/src/blazor/client/BootstrapClient.Web/Properties/launchSettings.json index d7237258..fb060a0e 100644 --- a/src/blazor/client/BootstrapClient.Web/Properties/launchSettings.json +++ b/src/blazor/client/BootstrapClient.Web/Properties/launchSettings.json @@ -19,7 +19,7 @@ "commandName": "Project", "dotnetRunMessages": "true", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:13998", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/src/blazor/client/BootstrapClient.Web/appsettings.Development.json b/src/blazor/client/BootstrapClient.Web/appsettings.Development.json index faadff5a..cbd6788a 100644 --- a/src/blazor/client/BootstrapClient.Web/appsettings.Development.json +++ b/src/blazor/client/BootstrapClient.Web/appsettings.Development.json @@ -7,10 +7,10 @@ "Microsoft.Hosting.Lifetime": "Information" } }, - "AppId": "Demo", - "SimulateUserName": "Admin", + "AppId": "Blazor", + "SimulateUserName": "", "BootstrapAdminAuthenticationOptions": { - "AuthHost": "http://localhost:5110", + "AuthHost": "http://localhost:5210", "KeyPath": "..\\..\\keys" }, "DB": [