From 4076c14a8eac96cd716522f2cb15dcda0eb4fcef Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 10 四月 2024 08:37:53 +0800 Subject: [PATCH] 新修改 --- .env.development | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 8dca95d..06902a5 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ # 本地环境 ENV = 'development' -#VITE_API_URL = 'http://192.168.0.47:17080' +VITE_API_URL = 'http://192.168.0.47:17080' #线上正式环境接口地址 -VITE_API_URL = 'http://121.239.169.30:17081/api' \ No newline at end of file +#VITE_API_URL = 'http://121.239.169.30:17081/api' \ No newline at end of file -- Gitblit v1.9.2