From 563f362c87edf6a59a66e0540545a9dfce9a482c Mon Sep 17 00:00:00 2001 From: yanggd Date: Sun, 22 Jun 2025 17:24:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= 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 253b032..bbf56b3 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ NODE_ENV=production -VUE_APP_BASE_URL=/ +VUE_APP_BASE_URL=http://dev.fastposter.beerape.com/api/ VUE_APP_FP_TOKEN='FPJTOKEN' \ No newline at end of file