From 94c7fcca6e77f6411358f58a2203045402a0f04b Mon Sep 17 00:00:00 2001 From: siontion Date: Fri, 24 May 2024 17:01:12 +0800 Subject: [PATCH] =?UTF-8?q?env=20=E6=96=87=E4=BB=B6=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ++-- .gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 9fce053..6a422c5 100644 --- a/.env +++ b/.env @@ -5,8 +5,8 @@ VITE_PORT=8090 VITE_OPEN=true # 内部测试 # VITE_BASE_URL='http://222.71.165.188:8102' -# VITE_BASE_URL='http://localhost:8102' -VITE_BASE_URL='http://192.168.30.3:8102' +VITE_BASE_URL='http://localhost:8102' +# VITE_BASE_URL='http://192.168.30.3:8102' # 外网测试 # VITE_BASE_URL='http://60.190.91.78:8102' # 接口地址 diff --git a/.gitignore b/.gitignore index bd6e634..8a807c1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ coverage dist.zip .env .env +.env