Former-commit-id: 28c641123205584b443e8077ebbbfd634986c123
Former-commit-id: 6a536a36b253c86c892c82c7726a490d5b825244
TSXN
wanggang 5 years ago
parent 6510db308c
commit acb0280fd0

@ -1,4 +1,4 @@
{ {
"iisSettings": { "iisSettings": {
"windowsAuthentication": false, "windowsAuthentication": false,
"anonymousAuthentication": true, "anonymousAuthentication": true,
@ -15,7 +15,7 @@
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
} }
}, },
"IoTServer": { "IoTCenter": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"environmentVariables": { "environmentVariables": {

@ -1,6 +1,6 @@
{ {
"server.urls": "http://*:8011", "server.urls": "http://*:8011",
"BasePath": "/IoTCenter", "BasePath": "/Platform",
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Warning", "Default": "Warning",

@ -52,7 +52,7 @@
}, },
computed: { computed: {
path: function () { path: function () {
return '/UserCenter/Account/Login'; return '/IoTCenter/Account/Login';
}, },
action: function () { action: function () {
return this.baseUrl + this.path + 'Api' return this.baseUrl + this.path + 'Api'

Loading…
Cancel
Save