From 7f4dd5295b1f6ed9f887974204be9eb930b04728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Sun, 29 May 2022 16:04:07 +0800 Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=E4=BF=AE=E6=94=B9=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 857e18f9..5f8465c2 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ VITE_DEV_PORT = '8080' # development path -VITE_DEV_PATH = 'http://124.70.187.180:8080' +VITE_DEV_PATH = 'http://127.0.0.1:8080' # production path -VITE_PRO_PATH = 'http://124.70.187.180:8080' \ No newline at end of file +VITE_PRO_PATH = 'http://127.0.0.1:8080' \ No newline at end of file