src/utils/request/interceptors.js
@@ -66,7 +66,7 @@ }) } function requestInterceptors(http) { function requestInterceptors (http) { /** * 请求拦截 * @param {object} http @@ -109,7 +109,7 @@ ) => Promise.reject(config) ) } function responseInterceptors(http) { function responseInterceptors (http) { /** * 响应拦截 * @param {object} http