Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
e3aed1c31c
|
|
@ -58,7 +58,11 @@ public class ParamSecureHandler implements AsyncHandlerInterceptor {
|
|||
/**
|
||||
* 越权白名单路径->指定的路径
|
||||
*/
|
||||
public static String[] WHITE_URLS= new String[]{"/sys/sysLog/addLogs","/largeScreen/constrDisplay/pushImageData"};
|
||||
public static String[] WHITE_URLS= new String[]{
|
||||
"/sys/sysLog/addLogs",
|
||||
"/largeScreen/constrDisplay/pushImageData",
|
||||
"/largeScreen/tb_project_new/list"
|
||||
};
|
||||
|
||||
/**
|
||||
* 越权 大屏路径拦截-指定的前缀拦截
|
||||
|
|
|
|||
Loading…
Reference in New Issue