|
@@ -83,6 +83,8 @@ 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/siteInfo/getDataList");
|
|
|
+ excludePath.add("/api/companyService/company/getSiteList");
|
|
|
|
|
|
|
|
|
excludePath.add("/api/wx/**");
|