修复请求响应过慢

This commit is contained in:
eoao
2025-07-16 20:07:39 +08:00
parent 7762670c78
commit bd28de5522
3 changed files with 3 additions and 5 deletions

View File

@@ -51,9 +51,7 @@ http.interceptors.response.use((res) => {
})
reject(data)
}
setTimeout(() => {
resolve(data.data)
},1000)
resolve(data.data)
})
},
(error) => {