恢复拦截

This commit is contained in:
zhaokaiyao@91isoft.com
2021-12-09 19:44:32 +08:00
parent a86fe68308
commit 1d290e6fed
@@ -99,6 +99,6 @@ public class WebMvcConfig implements WebMvcConfigurer {
// // 添加自定义拦截器,并拦截对应 url
// addInterceptor.addPathPatterns("/**");
addInterceptor.addPathPatterns("/**");
}
}