env: VUE_APP_SERVER_URL: ${{ secrets.SERVER_URL }} 确保secrets.SERVER_URL 在你的 CI/CD 环境中已正确配置。 在部署的服务器上检查环境变量是否已正确设置并导出: 如果你在服务器上直接运行 Vue 应用,确保服务器的环境变量也已正确设置。你可以通过添加启动脚本或在服务器的环境变量配置中设置这些变量...
Description Make use of the VUE_APP_SERVER_URL from .env.development in the vue config. Addressed Issue Fixes #681 Checklist I have read and understand the contributing guidelines This PR intro...