feat:修改

This commit is contained in:
2026-05-19 19:26:41 +08:00
parent 4434480f32
commit 2030e68ff9
12 changed files with 1554 additions and 921 deletions

View File

@@ -1,7 +1,7 @@
import axios from 'axios'
const service = axios.create({
baseURL: '/api',
baseURL: '',
timeout: 15000
})