使用axios 报 name.toUpperCase is not a function
axios.defaults.headers = `'Content-Type': 'application/json', 'Accept': 'application/json'`
axios.defaults.headers = {'Content-Type': 'application/json', 'Accept': 'application/json'}
- 问题解决简单,但是找到原因所在,确是百般困难,并不是一下子就出来了,总以为自己写的没错,不应该是小问题错误,想想就无言
- 所以鄙人一再告诫自己多看问题,先看看是不是配置等有问题,再去检索,如此更好