From ba83c305e771a963f176b750769b9d1912b98580 Mon Sep 17 00:00:00 2001 From: GaoF Date: Mon, 29 Jul 2024 21:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production b/.env.production index cc8d8d4..5a633a8 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ NODE_ENV = production VITE_TITLE = Snowy # 接口地址 -VITE_API_BASEURL = http://127.0.0.1:82 +VITE_API_BASEURL = 'http://49.234.181.176:27315/bsx' # 本地端口 VITE_PORT = 81