src/utils/request.js @@ -130,7 +130,7 @@ }).then((response) => { resolve(response.data); }).catch((error) => { if (error.status == 400) { if (error?.status == 400) { ElMessage({ message: error.data.msg, type: 'warning',