fix: 前端超时设置

This commit is contained in:
tbphp
2025-07-13 22:14:35 +08:00
parent 6ca84fc7e3
commit ecd4b50aab

View File

@@ -13,7 +13,7 @@ declare module "axios" {
const http = axios.create({
baseURL: "/api",
timeout: 10000,
timeout: 60000,
headers: { "Content-Type": "application/json" },
});