pub_svc_platform_web/.env.production

9 lines
157 B
Plaintext
Raw Normal View History

2025-09-02 16:50:22 +08:00
# 页面标题
2025-09-03 18:28:21 +08:00
VUE_APP_TITLE = 公共服务平台
2025-09-02 16:50:22 +08:00
# 生产环境配置
ENV = 'production'
2025-09-03 18:28:21 +08:00
# 公共服务平台/生产环境
2025-09-02 16:50:22 +08:00
VUE_APP_BASE_API = '/prod-api'