this.$axios headers
时间: 2023-08-04 22:09:04 浏览: 98
根据提供的引用内容,可以看出这是关于使用axios发送请求时设置请求头(headers)的问题。根据引用\[1\]和引用\[2\]的代码示例,可以使用axios的headers属性来设置请求头。在引用\[1\]中,请求头的Content-Type被设置为'application/x-www-form-urlencoded'。在引用\[2\]中,请求头的authorization被设置为Token。根据引用\[3\]的注意事项,请求头应该在参数对象之前或之后进行设置。因此,可以使用this.$axios.headers来设置请求头。
#### 引用[.reference_title]
- *1* [axios请求设置header信息方法](https://blog.csdn.net/zuo_zuo_blog/article/details/102528544)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
- *2* *3* [axios在做请求时如何添加请求标头headers](https://blog.csdn.net/qq_40128591/article/details/124176489)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文