From 7a8f1cb7741436c43fc5859707da5041d6648953 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 21 七月 2025 17:21:41 +0800
Subject: [PATCH] -

---
 src/api/util.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/api/util.ts b/src/api/util.ts
index 55febd1..1490e29 100644
--- a/src/api/util.ts
+++ b/src/api/util.ts
@@ -2,4 +2,4 @@
 export const baseUrlApi = (url: string) =>
   process.env.NODE_ENV === "development"
     ? `/api${url}`
-    : `http://114.132.78.38:8096${url}`;
+    : `192.168.18.52:5005${url}`;

--
Gitblit v1.9.1