修改现场返回问题

This commit is contained in:
guanj
2025-10-30 10:08:30 +08:00
parent 0ffc0cd01e
commit 980d5a22b3
5 changed files with 44 additions and 42 deletions

View File

@@ -5,7 +5,7 @@ import store from "@/store/index";
const service = axios.create({
baseURL: "/api",
timeout: 60 * 1000,
timeout: 60 * 1000 * 3,
headers: { "Content-Type": "application/json;charset=utf-8" },
});