This commit is contained in:
van
2026-04-07 02:23:46 +08:00
parent 1ad851fb6f
commit 0d261efd49
5 changed files with 90 additions and 89 deletions

View File

@@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = Jarvis
VUE_APP_TITLE=Jarvis
# 生产环境配置
ENV = 'production'
# Jarvis/生产环境
ENV=production
# 打包后接口前缀:浏览器请求「当前站点域名 + 此前缀」,由部署机 Nginx 反代到公网/内网后端(勿写死 IP
VUE_APP_BASE_API=/jarvis-api
port = 8888
port=8888