一、原始代码 /** * 配置CORS * * @return WebMvcConfigurer */ @Bean public WebMvcConfigurer corsConfigurer() { return new WebMvcConfigurer() {