From 9bdd45e30e591a7a7e84c5798759e8df581792c6 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期一, 04 八月 2025 17:21:41 +0800
Subject: [PATCH] 导航页面判断是否当前角色

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

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

--
Gitblit v1.9.1