修复BUG:

1.验证码输入错误不刷新问题
This commit is contained in:
猿小天
2023-12-24 11:04:28 +08:00
parent ba4a580bb0
commit 2826cafa75
2 changed files with 6 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ function createService() {
errorCreate(`${dataAxios.msg}: ${response.config.url}`);
break;
}
return Promise.reject();
return Promise.reject(dataAxios);
}
},
(error) => {