From 0b1a61d4fcce43cf98ce0b1d5bfc75379d3d020c Mon Sep 17 00:00:00 2001 From: yx Date: Fri, 26 Apr 2024 10:33:08 +0800 Subject: [PATCH] =?UTF-8?q?localhost=E6=94=B9=E6=9C=AC=E6=9C=BAip?= 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 33c29df..187344a 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ ENV = 'production' # base api url # VITE_BASE_API_URL = 'https://nest-api.buqiyuan.site' # VITE_BASE_API_URL = 'http://123.249.107.55' -VITE_BASE_API_URL = 'http://localhost:3001' +VITE_BASE_API_URL = 'http://192.168.60.211:3001' # 公共基础路径, 所有资源的路径都将据此配置重写。 VITE_BASE_URL = /api