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