From f03c68f553928ebb3dca4def4d887f8fe638df46 Mon Sep 17 00:00:00 2001 From: long2ice Date: Sat, 25 Apr 2020 18:50:57 +0800 Subject: [PATCH] update VUE_APP_API_URL --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 58fba33..bd2e7af 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -25,7 +25,7 @@ jobs: env: PRODUCTION_BASE_URL: / BASE_URL: / - VUE_APP_API_URL: https://api-fastapi-admin.long2ice.cn:8443 + VUE_APP_API_URL: https://api-fastapi-admin.long2ice.cn:8443/ run: | cd front npm install