From 688b95165b80a3d5599c69ab2a6fb7f7c24409ea Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Fri, 12 Jan 2024 14:14:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=8E=AF=E5=A2=83=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 82527a3..dacb3ae 100644 --- a/.env.production +++ b/.env.production @@ -3,7 +3,8 @@ NODE_ENV = "production" # 线上环境接口地址(easymock) # VITE_API_URL = "http://139.9.66.234:6688" -VITE_API_URL = 'http://10.75.253.12:6090' +# VITE_API_URL = 'http://10.75.253.12:6090' +VITE_API_URL = 'http://183.63.230.59:6090' # VITE_API_URL = "http://jxjzw.zhgdyun.com:9013" VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081" # VITE_API_URL = "http://101.43.164.214:6688"