|
|
@ -54,6 +54,7 @@ public class ShiroConfig { |
|
|
filterMap.put("/api/agv/**", "anon");//agv反馈信息 |
|
|
filterMap.put("/api/agv/**", "anon");//agv反馈信息 |
|
|
filterMap.put("/api/dashboard/**", "anon");//看板接口 |
|
|
filterMap.put("/api/dashboard/**", "anon");//看板接口 |
|
|
filterMap.put("/ws/dashboard/**", "anon");//看板接口 |
|
|
filterMap.put("/ws/dashboard/**", "anon");//看板接口 |
|
|
|
|
|
filterMap.put("/api/handlingunit/**", "anon");//hu对外接口 |
|
|
filterMap.put("/swagger/**", "anon"); |
|
|
filterMap.put("/swagger/**", "anon"); |
|
|
filterMap.put("/v2/api-docs", "anon"); |
|
|
filterMap.put("/v2/api-docs", "anon"); |
|
|
filterMap.put("/swagger-ui.html", "anon"); |
|
|
filterMap.put("/swagger-ui.html", "anon"); |
|
|
|