gs_real_name_system_web/.env.production

11 lines
210 B
Plaintext
Raw Normal View History

2025-10-29 10:02:22 +08:00
# 页面标题
2025-10-31 09:50:20 +08:00
VUE_APP_TITLE = 安薪宝一体化平台
2025-10-29 10:02:22 +08:00
# 生产环境配置
ENV = 'production'
VUE_APP_ENV = 'production'
2025-10-31 09:50:20 +08:00
# 安薪宝一体化平台/生产环境
VUE_APP_BASE_API = '/gs-real-name-prod-api
'