From 90b3b6329fec3205b845198ca6dc539dcde186c8 Mon Sep 17 00:00:00 2001
From: hongjli <3117313295@qq.com>
Date: 星期一, 16 六月 2025 17:12:20 +0800
Subject: [PATCH] 页面调整优化
---
src/utils/api.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/utils/api.ts b/src/utils/api.ts
index b172533..b5a75b7 100644
--- a/src/utils/api.ts
+++ b/src/utils/api.ts
@@ -1,4 +1,4 @@
-const API_BASE_URL = 'http://localhost:8080/api';
+const API_BASE_URL = 'http://121.43.139.99:8080/api';
interface ApiResponse<T = any> {
code: number;
--
Gitblit v1.9.3