车辆导出去除敏感数据

This commit is contained in:
cwchen 2024-09-13 19:57:19 +08:00
parent 248fde9b68
commit e426e187d6
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class ParamSecureHandler implements AsyncHandlerInterceptor {
public static String[] SC_URL= new String[]{"/app/index/","/largeScreen/accessMge/",
"/largeScreen/alarmMge/","/largeScreen/constructionQuality/","/largeScreen/operatingEnvironment/",
"/largeScreen/personnelControl/","/largeScreen/scIndex/","/largeScreen/towerAssInspect/",
"/largeScreen/video/","/largeScreen/xcIndex/"};
"/largeScreen/video/","/largeScreen/xcIndex/","/largeScreen/dataAnalysis/"};
private final String whiteURL = "http://127.0.0.1:18080/";