- # 页面标题
- VUE_APP_TITLE = 东信设备设施管理系统
- NODE_ENV = production
- # 测试环境配置
- ENV = 'staging'
- # 管理系统/测试环境
- VUE_APP_BASE_API = 'http://10.95.2.31:3084/dmapi/'
- # 实时告警信息获取
- VUE_APP_WEBSOCKET_API = '10.95.2.31:3084'
- # thingJs地址
- VUE_APP_THINGJS_API = 'https://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9'
- # 消防物联网视频拉流
- VUE_APP_VIDEO_API = 'https://iot.usky.cn'
|