share-space-vue/.env.production

9 lines
157 B
Plaintext
Raw Normal View History

2024-11-19 13:43:47 +08:00
# 页面标题
2024-11-20 15:42:47 +08:00
VUE_APP_TITLE = 共享空间系统
2024-11-19 13:43:47 +08:00
# 生产环境配置
ENV = 'production'
2024-11-20 15:42:47 +08:00
# 共享空间系统/生产环境
2024-11-19 13:43:47 +08:00
VUE_APP_BASE_API = '/prod-api'