1
lzhe
2024-05-08 ae57180aa721a37d1f7f7bfc6d91a301aa3069bc
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',