Compare commits
No commits in common. "655639fb458e4a47869b0c7e5f6ef294521677fa" and "2b305de774d3a3cfe268e80c67bc1f8cff0a0acf" have entirely different histories.
655639fb45
...
2b305de774
@ -8,5 +8,6 @@
|
|||||||
xmlns:local="clr-namespace:AutoUpdate"
|
xmlns:local="clr-namespace:AutoUpdate"
|
||||||
mc:Ignorable="d"
|
mc:Ignorable="d"
|
||||||
Title="MainWindow" Height="450" Width="800" Loaded="MetroWindow_Loaded">
|
Title="MainWindow" Height="450" Width="800" Loaded="MetroWindow_Loaded">
|
||||||
<Grid></Grid>
|
<Grid>
|
||||||
|
</Grid>
|
||||||
</mah:MetroWindow>
|
</mah:MetroWindow>
|
||||||
|
|||||||
@ -56,7 +56,7 @@ if exist ""%~dp0Updates"" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
:: 启动程序
|
:: 启动程序
|
||||||
start """" ""%~dp0AutoUpdate.exe""
|
start """" ""%~dp0LMES.exe""
|
||||||
|
|
||||||
:: 删除自身
|
:: 删除自身
|
||||||
del ""%~f0""
|
del ""%~f0""
|
||||||
|
|||||||
@ -18,6 +18,6 @@ namespace AutoUpdate
|
|||||||
|
|
||||||
public class Lmes连接参数类
|
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/";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,7 +25,7 @@ namespace AutoUpdateServer.Controllers
|
|||||||
// 设置版本文件存储路径
|
// 设置版本文件存储路径
|
||||||
存储路径 = Path.Combine(
|
存储路径 = Path.Combine(
|
||||||
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
|
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData),
|
||||||
"SSP",
|
"Lmes_1.0",
|
||||||
"VersionInfo"
|
"VersionInfo"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"launchUrl": "swagger",
|
"launchUrl": "swagger",
|
||||||
"applicationUrl": "http://192.168.43.215:5062",
|
"applicationUrl": "http://localhost:5062",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
}
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"dotnetRunMessages": true,
|
"dotnetRunMessages": true,
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"launchUrl": "swagger",
|
"launchUrl": "swagger",
|
||||||
"applicationUrl": "https://192.168.43.215:7116;http://localhost:5062",
|
"applicationUrl": "https://localhost:7116;http://localhost:5062",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,11 +5,11 @@
|
|||||||
"Microsoft.AspNetCore": "Warning"
|
"Microsoft.AspNetCore": "Warning"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//"Kestrel": {
|
"Kestrel": {
|
||||||
// "Endpoints": {
|
"Endpoints": {
|
||||||
// "Http": {
|
"Http": {
|
||||||
// "Url": "http://*:5000"
|
"Url": "http://*:5000"
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
//}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user