feat:补充混淆忽略

This commit is contained in:
max
2024-06-28 16:24:53 +08:00
parent f74b744f56
commit b4f3c4f3e3
7 changed files with 19 additions and 2 deletions

View File

@@ -63,8 +63,7 @@ public class DynamicSysHolder extends MsgViewHolderBase {
String layout = erbanSysMsgInfo.getLayout();
ErbanSysMsgLayout erbanSysMsgLayout;
try {
// erbanSysMsgLayout = JSON.parseObject(layout, ErbanSysMsgLayout.class);
erbanSysMsgLayout = JsonUtils.fromJson(layout, ErbanSysMsgLayout.class);
erbanSysMsgLayout = JSON.parseObject(layout, ErbanSysMsgLayout.class);
} catch (Exception ex) { // json解析出错
ex.printStackTrace();