From acb0280fd00858a52277352bf5b93bf2fa5a441f Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Mon, 25 Jan 2021 14:12:04 +0800 Subject: [PATCH] update Former-commit-id: 28c641123205584b443e8077ebbbfd634986c123 Former-commit-id: 6a536a36b253c86c892c82c7726a490d5b825244 --- projects/IoTCenter/Properties/launchSettings.json | 6 +++--- projects/IoTCenter/appsettings.json | 2 +- projects/WebMVC/wwwroot/routes/login.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/IoTCenter/Properties/launchSettings.json b/projects/IoTCenter/Properties/launchSettings.json index 47862b0a..edd22682 100644 --- a/projects/IoTCenter/Properties/launchSettings.json +++ b/projects/IoTCenter/Properties/launchSettings.json @@ -1,4 +1,4 @@ -{ +{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, @@ -15,7 +15,7 @@ "ASPNETCORE_ENVIRONMENT": "Development" } }, - "IoTServer": { + "IoTCenter": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { @@ -30,4 +30,4 @@ "publishAllPorts": true } } -} \ No newline at end of file +} diff --git a/projects/IoTCenter/appsettings.json b/projects/IoTCenter/appsettings.json index 90cd5c66..4599cfd8 100644 --- a/projects/IoTCenter/appsettings.json +++ b/projects/IoTCenter/appsettings.json @@ -1,6 +1,6 @@ { "server.urls": "http://*:8011", - "BasePath": "/IoTCenter", + "BasePath": "/Platform", "Logging": { "LogLevel": { "Default": "Warning", diff --git a/projects/WebMVC/wwwroot/routes/login.html b/projects/WebMVC/wwwroot/routes/login.html index 00abc850..fa76e41f 100644 --- a/projects/WebMVC/wwwroot/routes/login.html +++ b/projects/WebMVC/wwwroot/routes/login.html @@ -52,7 +52,7 @@ }, computed: { path: function () { - return '/UserCenter/Account/Login'; + return '/IoTCenter/Account/Login'; }, action: function () { return this.baseUrl + this.path + 'Api' @@ -159,4 +159,4 @@ } } } - \ No newline at end of file +