部署过滤

This commit is contained in:
tiger_zhou 2023-05-26 17:07:05 +08:00
parent cf6e117549
commit ee3f242162
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ public class WebConfig implements WebMvcConfigurer {
whiteList.add("/api/projectServer/project/{project}");
whiteList.add("/test/simulation/**");
whiteList.add("/api/test/**");
whiteList.add("/api/project/viewSetting/simple/all");
whiteList.add("/api/project/viewSetting/project/{project}");
//旧数据处理
whiteList.add("/api/org/oldData/handle");
whiteList.add("/api/mapFunction/oldDataHandle");