pub_svc_platform_web/.env.production

10 lines
184 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-12 16:44:10 +08:00
VUE_APP_ENV = 'production'
2025-09-02 16:50:22 +08:00
2025-09-03 18:28:21 +08:00
# 公共服务平台/生产环境
2025-09-12 16:44:10 +08:00
VUE_APP_BASE_API = '/bnscloud'