staffing/staffing-ui/.env.production
2024-10-24 11:18:13 +08:00

12 lines
187 B
Plaintext

# 页面标题
VUE_APP_TITLE = 用工管理系统
# 生产环境配置
ENV = 'production'
# 管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
port = 8089
npm_config_port = 8089