From 02f0171020747fbd22d8ca7932365b01a4ffb48b Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Thu, 7 Aug 2025 18:30:55 +0800 Subject: [PATCH] fix .env.dev and bug --- .env.development | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 2fc7194..a92a8dd 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' +VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' # 测试环境 # VITE_API_BASE='http://54.255.212.181:10704/' # 正式环境 @@ -12,5 +12,5 @@ VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload # VITE_API_BASE='http://192.168.3.83:8081/' # 本地 # VITE_API_BASE='http://localhost:8081/' -# lijianlin - VITE_API_BASE='http://192.168.0.113:8081/' \ No newline at end of file +# sunjiabei +# VITE_API_BASE='http://192.168.0.113:8081/' \ No newline at end of file