MrShi
2024-10-25 de76f9f6d15f4e0688b961452d180b94d4cdded3
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) {