|
@@ -110,8 +110,6 @@ export default class RequestHttp { |
|
|
*/ |
|
|
*/ |
|
|
this.service.interceptors.response.use( |
|
|
this.service.interceptors.response.use( |
|
|
(response: AxiosResponse) => { |
|
|
(response: AxiosResponse) => { |
|
|
console.log(response, "........"); |
|
|
|
|
|
|
|
|
|
|
|
// 检查并存储授权信息 |
|
|
// 检查并存储授权信息 |
|
|
this.checkAndStoreAuthentication(response); |
|
|
this.checkAndStoreAuthentication(response); |
|
|
const { data, config } = response; |
|
|
const { data, config } = response; |
|
|