From 704250ccf8c3db7f0460b1c3265fe7f68bad4d25 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 23 十月 2024 09:26:17 +0800
Subject: [PATCH] 修改徐老师提出的细节问题

---
 .env.development |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env.development b/.env.development
index f6a2c27..4db89da 100644
--- a/.env.development
+++ b/.env.development
@@ -2,5 +2,5 @@
 ENV = development
 
 # 本地环境接口地址
-VITE_API_URL = 'http://testbs.ihemodialysis.com/'
-# VITE_API_URL = 'https://hemobs.icoldchain.cn/'
+# VITE_API_URL = 'http://testbs.ihemodialysis.com/'
+VITE_API_URL = 'https://hemobs.icoldchain.cn/'

--
Gitblit v1.8.0