diff --git a/frontend/app/web-gold/src/api/tikhub/tikhub.js b/frontend/app/web-gold/src/api/tikhub/tikhub.js index 15426b49eb..0cef65ace9 100644 --- a/frontend/app/web-gold/src/api/tikhub/tikhub.js +++ b/frontend/app/web-gold/src/api/tikhub/tikhub.js @@ -2,7 +2,7 @@ import http from '@/api/http' import { InterfaceType, MethodType, InterfaceUrlMap, ParamType } from './types' import qs from 'qs' // 使用本地代理前缀 /tikhub,开发环境通过 Vite 代理到 https://api.tikhub.io -const SERVER_TIKHUB = '/webApi/admin-api/ai/tikHup' +const SERVER_TIKHUB =import.meta.env.VITE_BASE_URL + '/app-api/api/tikHup' /** * TikHub API 服务类