From d0d78b9fbe144326f136ee048bb59d314413032e Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 27 五月 2025 08:45:29 +0800 Subject: [PATCH] 修改导出 --- .env.development | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index 5eddae8..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://192.168.0.52:7021/safeplatform' +#VITE_API_URL = 'http://aq.gusulab.ac.cn:18087/api' #本地测试接口地址 -- Gitblit v1.9.2