Sic.Framework/MECF.Framework.UI.Client/CenterViews/Operations/RealTime
SL 5a1b5fd6ef [Common]
升级角色账号系统处理逻辑,UI中获取Role信息均从RT实时拉取,而非使用UI缓存的信息,已解决多用户登录变更角色后其它UI的Role信息无法同步导致的数据错乱问题。
修正Role设置视图中更改了权限,但UI使用的权限没有刷新到最新状态的问题。
所有View的Permission属性更改为MenuPermissionEnum枚举,而不是数字,解决UI端没有强约束,并且程序可读性差的问题。
所有View的Permission属性和IsPermission属性移至BaseModel基类。
简化和重构一些代码,移除未使用的代码。

[UI.Client]
UI端使用的AccountManager和RoleManager更名为AccountManagerClient和RoleManagerClient。
移除未使用的Account相关视图。
2023-09-20 17:25:51 +08:00
..
RealTimeView.xaml [UI.Core] 2023-06-14 12:05:42 +08:00
RealTimeView.xaml.cs Add project files. 2023-04-13 11:51:03 +08:00
RealTimeViewModel.cs [Common] 2023-09-20 17:25:51 +08:00
RealtimeProvider.cs Add project files. 2023-04-13 11:51:03 +08:00