From b75515bf1988920ae4c164307c6d80f6558b3156 Mon Sep 17 00:00:00 2001 From: louis <869322496@qq.com> Date: Wed, 28 Feb 2024 09:23:45 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E6=94=B9=E7=AB=AF=E5=8F=A3?= 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 157bb55..a657646 100644 --- a/.env.production +++ b/.env.production @@ -3,7 +3,7 @@ ENV = 'production' # base api url # VITE_BASE_API_URL = 'https://nest-api.buqiyuan.site' -VITE_BASE_API_URL = 'http://123.249.107.55:7001' +VITE_BASE_API_URL = 'http://123.249.107.55' # 公共基础路径, 所有资源的路径都将据此配置重写。 VITE_BASE_URL = /api