shuishen
2025-09-29 b9a26af5b08d3d92a6c38fd90e023bc4706f19eb
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