1
MrShi
2024-10-25 1e943f08399e5d04a63580622080ebbb09d138bc
company_admin/src/utils/request.js
@@ -42,7 +42,7 @@
// 新建响应拦截器
axiosInstance.interceptors.response.use((response) => {
  
  console.log(response.status)
  // console.log(response.status)
  // debugger
  // 请求失败
  if (response.status !== 200) {