fileId: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
101
        fileType: 'rtmp/flv'
102
      }]
103
      this.replayList = [{
104
        sources: [{
105
          src: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
106
          type: 'rtmp/flv'
107
        }]
108
      }, {
109
        sources: [{
110
          src: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
111
          type: 'rtmp/flv'
112
        }]
113
      }]
114
      this.videoPlayList = [{
115
        fileName: '12月14 16:55',
116
        fileId: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
117
        fileType: 'rtmp/flv'
118
      }, {
119
        fileName: '12月14 16:56',
120
        fileId: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
121
        fileType: 'rtmp/flv'
122
      }, {
123
        fileName: '12月14 16:57',
124
        fileId: 'ai-video_5A02296PAKA885B-video20201214165528.mp4',
125
        fileType: 'rtmp/flv'
126
      }, {
127
        fileName: '12月14 16:58',
128
        fileId: 'ai-video_5A02296PAKA885B-video20201214165529.mp4',
129
        fileType: 'rtmp/flv'
130
      }, {
131
        fileName: '12月14 16:59',
132
        fileId: 'ai-video_5A02296PAKA885B-video20201214165530.mp4',
133
        fileType: 'rtmp/flv'
134
      }, {
135
        fileName: '12月14 17:00',
136
        fileId: 'ai-video_5A02296PAKA885B-video20201214165531.mp4',
137
        fileType: 'rtmp/flv'
138
      }]
139
      this.videoPlayList = [{
140
        sources: [{
141
          src: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
142
          type: 'rtmp/flv'
143
        }]
144
      }, {
145
        sources: [{
146
          src: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
147
          type: 'rtmp/flv'
148
        }]
73
    getVideoPlayList(item) {
74
      return [{
75
        fileId: item.videoUrl,
76
        fileType: 'rtmp/flv',
77
        id: item.resourceToolId
149 78
      }]
150 79
    },
151 80
    // 获取场景列表
@ -158,44 +87,6 @@ export default {
158 87
      }
159 88
    },
160 89
    async handleReview (id) {
161
      // const res = await sysapi.getVideoPlayBack(id)
162
      // console.log(res)
163
      this.replayList = [{
164
        fileName: '12月14 16:55',
165
        fileId: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
166
        fileType: 'rtmp/flv'
167
      }, {
168
        fileName: '12月14 16:56',
169
        fileId: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
170
        fileType: 'rtmp/flv'
171
      }, {
172
        fileName: '12月14 16:57',
173
        fileId: 'ai-video_5A02296PAKA885B-video20201214165528.mp4',
174
        fileType: 'rtmp/flv'
175
      }, {
176
        fileName: '12月14 16:58',
177
        fileId: 'ai-video_5A02296PAKA885B-video20201214165529.mp4',
178
        fileType: 'rtmp/flv'
179
      }, {
180
        fileName: '12月14 16:59',
181
        fileId: 'ai-video_5A02296PAKA885B-video20201214165530.mp4',
182
        fileType: 'rtmp/flv'
183
      }, {
184
        fileName: '12月14 17:00',
185
        fileId: 'ai-video_5A02296PAKA885B-video20201214165531.mp4',
186
        fileType: 'rtmp/flv'
187
      }]
188
      this.replayList = [{
189
        sources: [{
190
          src: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
191
          type: 'rtmp/flv'
192
        }]
193
      }, {
194
        sources: [{
195
          src: 'rtmp://10.19.90.34:2935/live?token=039b6232ce6548210722a4c0de19c62e/1',
196
          type: 'rtmp/flv'
197
        }]
198
      }]
199 90
      this.showReplayDialog = true
200 91
    },
201 92
    // 切换场景
@ -220,7 +111,6 @@ export default {
220 111
          }
221 112
          this.organizationList.push(arr[i])
222 113
        }
223
        console.log(this.organizationList)
224 114
      }, err => {
225 115
        this.$Message.danger('获取风场列表失败!')
226 116
        console.log(err)
@ -230,7 +120,7 @@ export default {
230 120
    getVideoSurveillanceData (id) {
231 121
      this.paramsObj.page = this.videoCurrent
232 122
      sysapi.getVideoSurveillanceData({ params: {monitorSceneId: id} }).then(res => {
233
        this.videoList.push(res.data.data[0])
123
        this.videoList = res.data.data
234 124
      })
235 125
    },
236 126
    // 进入识别记录界面

asiainfo/ebc - Nuosi Git Service

176 Commits (7b5bd7fc8f08b4117dcb66929a4bd2489bc583ab)

Author SHA1 Message Date
  wangchao 7b5bd7fc8f 解绑查询关联关系 4 years ago
  wangchao 5b7ada9d09 Merge remote-tracking branch 'origin/master' 4 years ago
  wangchao 3abd9ac159 测试 4 years ago
  konghl eb8e0cc824 Merge branch 'master' of http://10.1.235.20:3000/asiainfo/ebc into master 4 years ago
  konghl 58511cb6d2 终端管理重构 4 years ago
  wangchao 5c2edbe8f2 Merge remote-tracking branch 'origin/master' 4 years ago
  wangchao 701921f2c7 设备管理分页查询的修改 4 years ago
  wangkang3 8caf5c2550 修改打包根路径 4 years ago
  wangchao d1e6198a6c 设备管理报错修改 4 years ago
  wangchao cd2a9a0807 Merge remote-tracking branch 'origin/master' 4 years ago
  wangchao 42136256e1 设备管理模块后台修改 4 years ago
  konghl 5ac55622c6 删除无效类 4 years ago
  konghl 56ad369f6f 终端管理重构 4 years ago
  konghl e5ac90e3cc 修改git忽略文件配置 4 years ago
  konghl 173629f8c7 修改用户管理 4 years ago
  konghl 8b50ef3257 Merge branch 'master' of http://10.1.235.20:3000/asiainfo/ebc.git 4 years ago
  wangchao c8f396d600 删除iml文件 4 years ago
  konghl 15425d68aa 用户管理功能修改 4 years ago
  wangchao bd0198b380 设备模块管理修改 4 years ago
  wangchao f4c0dc51b9 后台项目安防一体化系统初始化 4 years ago
  konghl e9eb1c63df 修改工程,无错误 4 years ago
  zhaolx5 12e2261ca9 初始化工程 4 years ago
  wangchao 21a1d106ba Merge remote-tracking branch 'origin/master' 4 years ago
  wangchao d53bf64414 修改项目结构 4 years ago
  konghl d6b7d8d0ba 修改配置文件pom中的启动路径 4 years ago
  wangchao 10d36573b9 修改项目结构 4 years ago
  wangkang3 657320fadd 提交 4 years ago
  wangchao 993f22008d Merge remote-tracking branch 'origin/master' 4 years ago
  wangchao 1e6aae2459 修改设备添加数据库时间 4 years ago
  konghl e13ecac6ec 新增救援者信息 4 years ago
  konghl e318729f38 人员定位及报警功能修改 4 years ago
  konghl aa3a0f690d 实际报警初始化查询 4 years ago
  konghl 3640ccd134 拆分properties配置文件 4 years ago
  konghl 9afed3d1cd 修改镜屏名称、新增查询历史报警救援等 4 years ago
  konghl 52a85f945f 修改日期工具类 4 years ago
  wanyao ee205bc24c 回退 4 years ago
  wanyao 16d1d23fee 主机启动慢的原因测试1 4 years ago
  wangkang3 d34871ad0c Merge branch 'master' of http://10.1.235.20:3000/asiainfo/ebc 4 years ago
  wangkang3 57e2b527f0 修改镜屏uuid 4 years ago
  konghl 8c949cdf78 Merge branch 'master' of http://10.1.235.20:3000/asiainfo/ebc.git 4 years ago
  chenxr3 891acd47c5 设备管理 终端管理页面优化 4 years ago
  konghl ffc3c236e5 Merge branch 'master' of http://10.1.235.20:3000/asiainfo/ebc into master 4 years ago
  konghl 22255c7e56 修改数据订阅 4 years ago
  wangkang3 a4f2b748b2 提交 4 years ago
  wangkang3 07f3e9bb23 修改提交 4 years ago
  konghl 499e7a7d94 合并海图参数 4 years ago
  konghl fe61027787 Merge branch 'master' of http://10.1.235.20:3000/asiainfo/ebc.git 4 years ago
  konghl 70691e3608 增加海图配置参数、重构数据推送、新增轨迹回放接口 4 years ago
  chenxr3 54c7846041 终端绑定bug修复 4 years ago
  chenxr3 6571bdef9d 查询按钮样式 终端编号验证 4 years ago