漏洞修复

This commit is contained in:
liang.chao 2025-08-24 14:49:16 +08:00
parent 4e75566cad
commit 989c4203e2
1 changed files with 4 additions and 2 deletions

View File

@ -22,9 +22,10 @@ public class WebMvcConfig implements WebMvcConfigurer {
/** /**
* 跨域支持 * 跨域支持
* *
* @return * @return
*/ */
/*
@Bean @Bean
public WebMvcConfigurer corsConfigurer() { public WebMvcConfigurer corsConfigurer() {
return new WebMvcConfigurer() { return new WebMvcConfigurer() {
@ -34,10 +35,11 @@ public class WebMvcConfig implements WebMvcConfigurer {
} }
}; };
} }
*/
/** /**
* datatable分页解析 * datatable分页解析
* *
* @return * @return
*/ */
@Bean @Bean