$http({
url: 'xxx',
method: 'get',
headers: {'Authorization': 'Bearer ' + /*sessionStorage.token*/data.access_token},
})
headers下面的参数格式怎么写?
data:{}