This commit is contained in:
KirisameVanilla 2025-09-21 21:11:38 +08:00
parent 2b6858e7ff
commit 724b29d4a8
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: 'http://124.221.145.135', // 后端API地址
baseURL: 'https://124.221.145.135:8000', // 后端API地址
timeout: 10000,
headers: {
'Content-Type': 'application/json',