This commit is contained in:
KirisameVanilla 2025-09-22 18:24:18 +08:00
parent 435c098a22
commit b44f324808
No known key found for this signature in database
GPG Key ID: 7FC750F817277AC5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import axios from 'axios'
// 创建axios实例
const apiClient = axios.create({
baseURL: 'https://124.221.145.135:8000', // 后端API地址
baseURL: 'http://124.221.145.135/api', // 后端API地址
timeout: 10000,
headers: {
'Content-Type': 'application/json',