增加海康视频播放以及回访功能
This commit is contained in:
parent
0f83635982
commit
944c8127ab
|
|
@ -901,7 +901,7 @@ function handleClose2() {
|
|||
dialogConfig2.value.show = false
|
||||
}
|
||||
|
||||
//-----------------------海康视频监控-----------------------
|
||||
//----------------海康视频监控-----------------------
|
||||
// 创建播放器实例
|
||||
let videoConfig = reactive({fallBackTime: [], single: false, rate: 1, volume: 50, muted: true})
|
||||
let player
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ public class CaseController {
|
|||
*
|
||||
* @param caseId 案件id
|
||||
* @param caseInfo 案件实体
|
||||
* @return 案件实体
|
||||
*/
|
||||
@PutMapping("/updateSupplementVerify/{caseId}")
|
||||
public Result<Case> updateSupplementVerify(@PathVariable String caseId, @RequestBody Case caseInfo, @CurrentUser RemoteUserInfo user) {
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ public class EnforcementInfoHistoryController {
|
|||
|
||||
/**
|
||||
* 执法立案统计(不分页)
|
||||
*
|
||||
* @param query
|
||||
* @return 查询执法立案统计结果
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
|
|||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* 综合执法/海康威视
|
||||
* 综合执法/海康威视接口
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping(Constants.API_PREFIX + "/hikvision")
|
||||
|
|
|
|||
Loading…
Reference in New Issue