mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 03:17:29 +08:00
perf(请求): 增加请求超时时间至15000毫秒
This commit is contained in:
@@ -17,7 +17,7 @@ const baseURL = window.electron
|
|||||||
|
|
||||||
const request = axios.create({
|
const request = axios.create({
|
||||||
baseURL,
|
baseURL,
|
||||||
timeout: 5000,
|
timeout: 15000,
|
||||||
withCredentials: true
|
withCredentials: true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user