From d2d90f1c6f9870d2945ee6e6eb32d98ce42466be Mon Sep 17 00:00:00 2001 From: bestlee Date: Tue, 1 Sep 2026 11:05:40 +0800 Subject: [PATCH] =?UTF-8?q?ai=E8=AF=B7=E6=B1=82=E5=9C=B0=E5=9D=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/service.ts b/src/utils/service.ts index bdd8ab9..b5cf228 100644 --- a/src/utils/service.ts +++ b/src/utils/service.ts @@ -57,10 +57,10 @@ export function createAiServiceConfig(env: Env.ImportMeta) { console.error('VITE_OTHER_SERVICE_BASE_URL is not a valid json5 string'); } if(env.DEV){ - aiUrl = 'http://192.168.0.230:8085/proxy-ai'; + aiUrl = 'https://mocaiapi.djxinxi.net/proxy-ai'; }else{ // url = window.location.origin; - aiUrl = 'http://192.168.0.230:8085/proxy-ai'; + aiUrl = 'https://mocaiapi.djxinxi.net/proxy-ai'; } const httpConfig: App.Service.SimpleServiceConfig = { baseURL: aiUrl,