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