From d8b570430066fae42d6884671cef541fc820de1c Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 15 十一月 2024 14:42:44 +0800
Subject: [PATCH] 动态路由

---
 .env.development |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.env.development b/.env.development
index fcf58c3..1104d7a 100644
--- a/.env.development
+++ b/.env.development
@@ -8,8 +8,8 @@
 #黄镇
 #VITE_APP_BASE_API = 'http://192.168.0.47:8085'
 
-#孔哥
-#VITE_APP_BASE_API = 'http://192.168.2.15:8088/api'
+#贺哥
+VITE_APP_BASE_API = 'http://192.168.2.11:8585'
 
 #线上
-VITE_APP_BASE_API = 'http://106.15.95.149:8088/api'
\ No newline at end of file
+#VITE_APP_BASE_API = 'http://106.15.95.149:8088/api'
\ No newline at end of file

--
Gitblit v1.9.2