// 请求头里token的名称 export const HEADER_TOKEN_KEY = 'Authorization' // sessionStorage里token的名称 export const SESSIONSTORAGE_TOKEN_KEY = 'web_token'