Merge branch 'hotfix/fix-ui-lag-issue'

This commit is contained in:
Liang Su 2024-01-09 10:39:37 +08:00
commit 8df4e476eb
4 changed files with 15 additions and 2 deletions

View File

@ -51,5 +51,5 @@ using System.Windows;
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
[assembly: AssemblyVersion("1.1.4.13")]
[assembly: AssemblyVersion("1.1.4.15")]
[assembly: AssemblyInformationalVersion("自动通用版有EFEM")]

View File

@ -3,6 +3,17 @@
Auto-GE 自动通用版适用有EFEM设备
----
## Version 1.1.4.15
**2024-01-09**
- Bug修复
- 修正多次Logout、Login操作后UI会变卡顿的问题
- 新特性
- 无
## Version 1.1.4.14
**2024-01-05**

View File

@ -809,6 +809,8 @@ namespace SicUI.Client
LOG.Info(
$"{BaseApp.Instance.UserContext.LoginName} logoff as {BaseApp.Instance.UserContext.Role.RoleName}");
BaseApp.Instance.UserContext.Clear();
ClearItems();
}
catch (Exception exp)
{

View File

@ -54,5 +54,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.4.14")]
[assembly: AssemblyVersion("1.1.4.15")]
[assembly: AssemblyInformationalVersion("自动通用版有EFEM")]