yangys
2025-08-03 9553b0987c1d4dfcfebdaeddbeb244a449c90d58
src/axios.js
@@ -202,7 +202,7 @@
    }
    // 如果请求为非200则默认统一处理
    if (status !== 200 && status != 2) {
    if (status !== 200 && status != 2 && status != 400) {
      ElMessage({
        message: message,
        type: 'error',