Newer
Older
safe_production_front / public / config / config.json
dutingting on 3 Jul 1 KB 暂存
{
  "title": "安全生产智慧监管系统",
  "baseUrl": "http://192.168.83.42:6909/safe-server/",
  "deployPathDec": "****************注意:这个/alarm的alarm一定要改成部署的文件夹的名字***************************",
  "deployPath": "/alarm",
  "mediaBaseUrl": "http://192.168.83.42:8099",
  "lat": "39.90",
  "lng": "116.39",
  "minZoom": "1",
  "maxZoom": "18",
  "zoom": "15",
  "timeGap": 600000,
  "systemType": "gm",
  "lineWidth": "3",
  "lineColor": "#1aa034",
  "lineColors": [
    "#32CD32",
    "#FFA500",
    "#87CEEB",
    "#1E90FF",
    "#00FF00",
    "#FF1493",
    "#DC143C",
    "#FFE4B5",
    "#FF69B4",
    "#BA55D3",
    "#90EE90",
    "#FF4500",
    "#1E90FF",
    "#DB7093",
    "#C71585",
    "#00BFFF",
    "#2E8B57",
    "#FF7F50",
    "#FFC0CB",
    "#9370DB",
    "#4169E1",
    "#00FA9A",
    "#DA70D6",
    "#FF6347",
    "#FF5252",
    "#FF9800",
    "#FFEB3B",
    "#4CAF50",
    "#00BCD4",
    "#2196F3",
    "#9C27B0",
    "#E91E63",
    "#FFC107",
    "#8BC34A"
  ],
  "fontSize": "18px",
  "fontColor": "#1aa034",
  "preventReclick": 2000,
  "gmStopLoinPage": "0",
  "jessibucaDec": "这是下面jessibuca字段的描述:pro代表使用Pro版本,open代表使用开源版本",
  "jessibucaVersion": "open",
  "useMSE": "false",
  "flvIFrameDec": "这是控制检测I帧的字段,1代表检测首帧,2代表持续监测",
  "flvIFrame": "1",
  "flvIFrameTimeDec": "这个参数是持续监测视频流I帧的超时时间,单位为s",
  "flvIFrameTime": "15",
  "appStreamUrlDesc": "代理流播放地址",
  "appStreamUrl": "casic",
  "useApprovalDesc": "是否使用审批",
  "useApproval": "true",
  "useGatewayDesc": "sm是否走网关",
  "useGateway": "false"
}