From eae2747b5ea8522e8ee52fb03c53a9fce2cdd744 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期二, 07 一月 2025 10:52:09 +0800 Subject: [PATCH] 修改密码 --- .env.development | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index d37ea2f..50f6c79 100644 --- a/.env.development +++ b/.env.development @@ -1,20 +1,20 @@ # 本地环境 ENV = 'development' -#VITE_API_URL = 'http://192.168.0.27:8084' -#张凤接口地址 +VITE_API_URL = 'http://192.168.2.11:8084' +#贺哥接口地址 #VITE_API_URL = 'http://192.168.0.38:8086' #黄振接口地址 -#VITE_API_URL = 'http://192.168.0.27:8084' +#VITE_API_URL = 'http://192.168.0.30:8084' #戚会山接口地址 -#VITE_API_URL = 'http://121.239.169.27:16070' +#VITE_API_URL = 'http://aq.gusulab.ac.cn:18087/api' #线上正式环境接口地址 #VITE_API_URL = 'http://192.168.0.52:8011/safeplatform' #本地预发接口地址 -VITE_API_URL = 'http://aq.gusulab.ac.cn:18087/api' +#VITE_API_URL = 'http://aq.gusulab.ac.cn:18087/api' #本地测试接口地址 -- Gitblit v1.9.2