|
@@ -84,6 +84,7 @@ public class WebConfiguration implements WebMvcConfigurer {
|
|
|
excludePath.add("/api/system/area/getCityList");//查询相关市区信息
|
|
|
excludePath.add("/api/system/area/getAreaList");//查询相关街道信息
|
|
|
excludePath.add("/api/jobusermgr/recommendmgt/getProfessionLevelList");//查询所有求职岗位信息
|
|
|
+ excludePath.add("/api/jobusermgr/recommendmgt/getWorkCategoryLevelList");//查询所有工种信息
|
|
|
excludePath.add("/api/jobusermgr/recommendmgt/getOccupationCategoryList");//查询所有职业资格类别
|
|
|
excludePath.add("/api/jobusermgr/recommendmgt/getAllIndustryList");//查询所有企业所属行业信息
|
|
|
excludePath.add("/api/siteInfo/getDataList");
|