更新mdh5页面

This commit is contained in:
yziiy
2025-08-14 17:27:36 +08:00
parent f66cc10bf2
commit 555e5d1052
16 changed files with 215 additions and 214 deletions

View File

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