16 lines
406 B
Plaintext
16 lines
406 B
Plaintext
# 页面标题
|
|
VUE_APP_TITLE = 车辆道路监测系统
|
|
|
|
# 生产环境配置
|
|
ENV = 'production'
|
|
VUE_APP_ENV = 'production'
|
|
VUE_APP_ONLYOFFICE_URL = 'http://36.33.26.201:19840'
|
|
# 图片预览路径
|
|
VUE_APP_FILE_URL = 'http://36.33.26.201:18088/profile'
|
|
|
|
#视频流路径
|
|
VUE_APP_VIDEO_URL = 'http://36.33.26.201:18088/processed'
|
|
|
|
# 车辆道路监测系统/生产环境
|
|
VUE_APP_BASE_API = '/smart-car-api'
|