devicesmgt/sgzb-ui/.env.production

9 lines
162 B
Plaintext
Raw Normal View History

2023-11-28 20:33:38 +08:00
# 页面标题
2023-12-20 20:29:06 +08:00
VUE_APP_TITLE = 施工装备管理系统
2023-11-28 20:33:38 +08:00
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
2023-12-20 20:29:06 +08:00
VUE_APP_BASE_API = '/dev-api'