完善 MCS 桌面代理与开炼机动作同步,修复原料相关菜单权限,桌面端新增上辅机 MES 菜单。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-27 15:56:05 +08:00
parent 7a9c19e4f3
commit 442a4c8ae2
113 changed files with 10169 additions and 91 deletions

View File

@@ -230,6 +230,10 @@ public class ShiroConfig {
filterChainDefinitionMap.put("/sys/category/anon/**", "anon");
// 桌面端用户反同步批量上报Outbox -> /sys/sync/batch
filterChainDefinitionMap.put("/sys/sync/batch", "anon");
//update-begin---author:cursor ---date:2026-07-20 for【设备库桥接】桌面代理免密接口-----------
filterChainDefinitionMap.put("/sys/device/agent/**", "anon");
filterChainDefinitionMap.put("/xslmes/deviceAgent/anon/**", "anon");
//update-end---author:cursor ---date:2026-07-20 for【设备库桥接】桌面代理免密接口-----------
// 添加自己的过滤器并且取名为jwt
Map<String, Filter> filterMap = new HashMap<String, Filter>(1);