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

@ -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
}
}
}
}

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

@ -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 @@
}
}
}
</script>
</script>

Loading…
Cancel
Save