|
@@ -12,7 +12,7 @@ import { DEVICE_ID, PLATFORM } from '../constants/app';
|
|
|
import { objTypeOf } from '../utils/utils';
|
|
|
import { useUserStore } from '../store';
|
|
|
|
|
|
-axios.defaults.timeout = 10 * 1000;
|
|
|
+axios.defaults.timeout = 60 * 1000;
|
|
|
|
|
|
let load: MessageReturn | null = null;
|
|
|
// 同一时间有多个请求时,会形成队列。在第一个请求创建loading,在最后一个响应关闭loading
|