Compare commits

..

No commits in common. "655639fb458e4a47869b0c7e5f6ef294521677fa" and "2b305de774d3a3cfe268e80c67bc1f8cff0a0acf" have entirely different histories.

6 changed files with 14 additions and 13 deletions

View File

@ -8,5 +8,6 @@
xmlns:local="clr-namespace:AutoUpdate"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800" Loaded="MetroWindow_Loaded">
<Grid></Grid>
<Grid>
</Grid>
</mah:MetroWindow>

View File

@ -56,7 +56,7 @@ if exist ""%~dp0Updates"" (
)
::
start """" ""%~dp0AutoUpdate.exe""
start """" ""%~dp0LMES.exe""
::
del ""%~f0""

View File

@ -18,6 +18,6 @@ namespace AutoUpdate
public class Lmes连接参数类
{
public string LMES地址 { get; set; } = @"http://192.168.43.215:7116/";
public string LMES地址 { get; set; } = @"http://127.0.0.1:5000/";
}
}

View File

@ -25,7 +25,7 @@ namespace AutoUpdateServer.Controllers
// 设置版本文件存储路径
= Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
"SSP",
"Lmes_1.0",
"VersionInfo"
);

View File

@ -6,7 +6,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://192.168.43.215:5062",
"applicationUrl": "http://localhost:5062",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@ -16,7 +16,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://192.168.43.215:7116;http://localhost:5062",
"applicationUrl": "https://localhost:7116;http://localhost:5062",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}

View File

@ -5,11 +5,11 @@
"Microsoft.AspNetCore": "Warning"
}
},
//"Kestrel": {
// "Endpoints": {
// "Http": {
// "Url": "http://*:5000"
// }
// }
//}
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
}
}
}
}