smart-bid-web/.env.production

11 lines
242 B
Plaintext
Raw Normal View History

2025-10-16 09:33:10 +08:00
# 页面标题
VUE_APP_TITLE = 智能投标系统
# 生产环境配置
ENV = 'production'
VUE_APP_ENV = 'production'
2025-11-10 09:46:22 +08:00
VUE_APP_ONLYOFFICE_URL = 'http://36.33.26.201:19840'
2025-10-16 09:33:10 +08:00
# 智能投标系统/生产环境
2025-11-10 09:46:22 +08:00
VUE_APP_BASE_API = '/smart-bid-api'