Files
industry-ui/.env.production2
2025-08-07 16:14:39 +08:00

13 lines
226 B
Plaintext

# 页面标题
VUE_APP_TITLE = 丽水同创二辊轧机
# 生产环境配置
ENV = 'production'
# 丽水同创二级系统/生产环境
VUE_APP_BASE_API = '/prod-api'
PROXY_TARGTE = 'http://localhost:8081'
OUTDIR = 'dist'