mirror of
https://gitee.com/zhijiantianya/ruoyi-vue-pro.git
synced 2025-12-26 08:26:44 +08:00
解决冲突
This commit is contained in:
parent
d12abb4e5a
commit
08aba06eff
@ -103,7 +103,6 @@ public class YudaoWebAutoConfiguration {
|
||||
/**
|
||||
* 创建 CorsFilter Bean,解决跨域问题
|
||||
*/
|
||||
@Order(value = WebFilterOrderEnum.CORS_FILTER)
|
||||
@Bean
|
||||
@Order(value = WebFilterOrderEnum.CORS_FILTER) // 特殊:修复因执行顺序影响到跨域配置不生效问题
|
||||
public FilterRegistrationBean<CorsFilter> corsFilterBean() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user