Files
dm-manage-web/.env.production

9 lines
170 B
Plaintext
Raw Normal View History

2023-02-15 09:17:05 +08:00
# 页面标题
2023-10-19 17:40:04 +08:00
VUE_APP_TITLE = 开心学车管理系统
2023-02-15 09:17:05 +08:00
# 生产环境配置
ENV = 'production'
2023-10-19 17:40:04 +08:00
# 开心学车管理系统/生产环境
2023-11-06 17:39:58 +08:00
VUE_APP_BASE_API = '/zhaosheng'