From 7b7f8ad98d33b381940a48185fc7d22ec0053f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E6=9F=B3?= Date: Mon, 31 Aug 2026 03:44:51 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=85=AC=E7=BD=91=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/service.ts b/src/utils/service.ts index 55a60a9..e386cd4 100644 --- a/src/utils/service.ts +++ b/src/utils/service.ts @@ -20,7 +20,7 @@ export function createServiceConfig(env: Env.ImportMeta) { url = 'http://192.168.0.230:8086'; }else{ // url = window.location.origin; - url = 'http://192.168.0.230:8086'; + url = '/api'; } const httpConfig: App.Service.SimpleServiceConfig = { baseURL: url,