zhouwenxuan
2024-03-18 38af7850e2c62b28ccb6f990140ac17c4bc21419
src/utils/request.ts
@@ -9,7 +9,7 @@
// 配置新建一个 axios 实例
const service = axios.create({
    // baseURL: import.meta.env.VITE_API_URL as any,
    timeout: 50000,
    timeout: 500000,
    headers: { 'Content-Type': 'application/json' }
});