MESApplication/Controllers/Base/LoginController.cs
@@ -125,7 +125,7 @@ try { HttpClient client = new(); var requestUrl = $"http://192.168.1.223:10054/UpgradeInformation.json"; var requestUrl = $"http://192.168.1.223:8085/UpgradeInformation.json"; var response = await client.GetAsync(requestUrl); response.EnsureSuccessStatusCode(); // 检查HTTP状态码 var responseContent = await response.Content.ReadAsStringAsync();