parent
9099e915db
commit
ba3c78baeb
|
@ -11,6 +11,8 @@ public class CorsConfig {
|
|||
|
||||
//get请求变成了options 后端预检过不了怎么改
|
||||
|
||||
|
||||
|
||||
@Bean
|
||||
public CorsFilter corsFilter() {
|
||||
CorsConfiguration config = new CorsConfiguration();
|
||||
|
|
Loading…
Reference in New Issue