diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index bd2e7af..3c5d259 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/admin/ run: | cd front npm install