This commit is contained in:
2025-09-22 14:49:28 +08:00
parent 6d195af85e
commit 038c616a52

View File

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