This commit is contained in:
yziiy
2025-08-15 11:06:49 +08:00
parent 555e5d1052
commit 5c96e5bd86
3 changed files with 4 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import axios from 'axios';
// const {BASE_URL} from "@/until/config.js";
// 创建axios实例
const http = axios.create({
baseURL: "http://vschat.qxmier.com", // API的基础路径
baseURL: "http://chat.qxmier.com", // API的基础路径
timeout: 5000 // 请求超时时间
});