This commit is contained in:
2025-06-24 20:55:09 +08:00
parent b98de4746d
commit 3ac2bbcf07
13 changed files with 116 additions and 146 deletions

View File

@@ -20,7 +20,7 @@ export {BASEURL};
const request = axios.create({
baseURL: BASEURL,
timeout: '6000',
timeout: '60000',
adapter: UniAdapter,
});