无人机管理后台前端(已迁走)
zrj
2024-08-22 20e2e21057b9835affc6e96731ae09ccaae26da7
超时时间修改
1 files modified
2 ■■■ changed files
src/axios.js 2 ●●● patch | view | raw | blame | history
src/axios.js
@@ -22,7 +22,7 @@
// 全局未授权错误提示状态,只提示一次
let isErrorShown = false;
axios.defaults.timeout = 10000;
axios.defaults.timeout = 60000;
//返回其他状态码
axios.defaults.validateStatus = function (status) {
  return status >= 200 && status <= 500; // 默认的