From 1f26c30a8d1c5e3d9ab262b382284c8ea96f29b2 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 05 十一月 2024 15:47:17 +0800 Subject: [PATCH] 修改密码 --- .env.development | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 5eddae8..d37ea2f 100644 --- a/.env.development +++ b/.env.development @@ -7,7 +7,7 @@ #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.27:8084' #戚会山接口地址 #VITE_API_URL = 'http://121.239.169.27:16070' @@ -16,5 +16,5 @@ #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