From 5a4f528e4b7fc95ff959a82e048ccacb0cea4db5 Mon Sep 17 00:00:00 2001 From: sion123 <450702724@qq.com> Date: Tue, 11 Nov 2025 00:49:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app/web-gold/src/api/tikhub/tikhub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 服务类