smart_platform_web/.env.production

11 lines
247 B
Plaintext

# 页面标题
VUE_APP_TITLE = 人工智能平台
# 生产环境配置
ENV = 'production'
VUE_APP_ENV = 'production'
VUE_APP_ONLYOFFICE_URL = 'http://36.33.26.201:19840'
# 人工智能平台/生产环境
VUE_APP_BASE_API = '/smart-platform-api'