fix: axios response超时逻辑变更

This commit is contained in:
chenjinsong
2023-08-25 16:23:18 +08:00
parent 26352f1b9c
commit dc6b8e067c
13 changed files with 38 additions and 31 deletions

View File

@@ -206,7 +206,7 @@ export default {
})
// axios.post('api', formObj).then(response => {
// if (response.data.code === 200) {
// if (response.status === 200) {
// this.$message({
// duration: 2000,
// type: 'success',