1.修复AI卡顿问题
This commit is contained in:
@@ -5,7 +5,8 @@ import { showToast } from "@/utils/toast"; // 请替换为你的Toast组件
|
||||
|
||||
// 创建axios实例
|
||||
const service = axios.create({
|
||||
baseURL: process.env.VUE_APP_API_BASE_URL || 'http://localhost:8088',
|
||||
// baseURL: process.env.VUE_APP_API_BASE_URL || 'http://localhost:8088',
|
||||
baseURL: process.env.VUE_APP_BASE_API,
|
||||
timeout: 15000,
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
|
||||
Reference in New Issue
Block a user