From 7f3815af243ff860de14a36da5ed37b6f35adfa5 Mon Sep 17 00:00:00 2001 From: root <295172551@qq.com> Date: Tue, 24 Jun 2025 00:25:37 +0800 Subject: [PATCH] 111 --- LTEMvcApp/Models/LTEClient.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LTEMvcApp/Models/LTEClient.cs b/LTEMvcApp/Models/LTEClient.cs index 957de92..e8e826d 100644 --- a/LTEMvcApp/Models/LTEClient.cs +++ b/LTEMvcApp/Models/LTEClient.cs @@ -880,8 +880,9 @@ public class LTEClient default: break; - } + } + this.Logs.Add(log); // 处理提示信息 ProcessHints(log); }