From 563f362c87edf6a59a66e0540545a9dfce9a482c Mon Sep 17 00:00:00 2001 From: yanggd Date: Sun, 22 Jun 2025 17:24:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=83=A8=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 From d5e0f20eefdf4a4c6c14e0dbc569d2d09dc9f58f Mon Sep 17 00:00:00 2001 From: yanggd Date: Sun, 22 Jun 2025 22:46:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index bbf56b3..ca844e4 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ NODE_ENV=production -VUE_APP_BASE_URL=http://dev.fastposter.beerape.com/api/ +VUE_APP_BASE_URL=http://dev.fastposter.beerape.com/ VUE_APP_FP_TOKEN='FPJTOKEN' \ No newline at end of file diff --git a/.gitignore b/.gitignore index c1e4562..41b0e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store node_modules -!/dist +dist/ # local env files