修改正式接口
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
// API 基础配置
|
||||
export default {
|
||||
baseURL: import.meta.env.VITE_API_BASE_URL || 'http://agent.admin.haodian.cn', // 接口基地址,优先使用环境变量
|
||||
baseURL: import.meta.env.VITE_API_BASE_URL || 'https://hcb.liche.cn', // 接口基地址,优先使用环境变量
|
||||
timeout: 10000, // 请求超时时间(毫秒)
|
||||
commonHeaders: { // 公共请求头
|
||||
'Content-Type': 'application/json'
|
||||
|
||||
Reference in New Issue
Block a user