https://github.com/ant-design/ant-design-pro/issues/5846
设置mode: 'no-cors' 再设置
headers: {
'Content-Type': 'application/json;charset=UTF-8'
}
不会生效。
要么让后端加上cors,要么前端通过代理方式访问,如果要改Content-Type, 就不能加mode: 'no-cors'
https://github.com/ant-design/ant-design-pro/issues/5846
设置mode: 'no-cors' 再设置
headers: {
'Content-Type': 'application/json;charset=UTF-8'
}
不会生效。
要么让后端加上cors,要么前端通过代理方式访问,如果要改Content-Type, 就不能加mode: 'no-cors'