Files
Arbitrate-Frontend/.env.production
T

9 lines
169 B
Bash
Raw Normal View History

2023-09-06 15:17:04 +08:00
# 页面标题
2023-09-06 18:12:18 +08:00
VUE_APP_TITLE = 智慧仲裁管理系统
2023-09-06 15:17:04 +08:00
# 生产环境配置
ENV = 'production'
2023-09-06 18:12:18 +08:00
# 智慧仲裁管理系统/生产环境
2023-09-06 15:17:04 +08:00
VUE_APP_BASE_API = '/prod-api'