- 首先登陆时,将登陆接口返回的 token 用 localStorage 保存起来,然后在 axios 的请求拦截里将 token 添加到请求头部 header 里,作为之后前后端的通信票据
// axios 请求设置 请求拦截器
axios.interceptores.request.use(config => {
var data = {
}
if(typeof(config.data) === 'string'){
// 如果拦截到请求中data 为 string 类型,则执行其中的代码
let str = ` '