Files
jwl-manage-web/.env.production
2023-02-15 09:17:05 +08:00

9 lines
157 B
Plaintext

# 页面标题
VUE_APP_TITLE = 对嘛管理系统
# 生产环境配置
ENV = 'production'
# 对嘛管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'