自动执法计划完善修改

This commit is contained in:
jiangzongtao 2025-04-30 18:06:35 +08:00
parent 944c8127ab
commit c9269ea201
3 changed files with 3 additions and 3 deletions

View File

@ -901,7 +901,7 @@ function handleClose2() {
dialogConfig2.value.show = false dialogConfig2.value.show = false
} }
//--------------------------------------- //----------------------------------------------
// //
let videoConfig = reactive({fallBackTime: [], single: false, rate: 1, volume: 50, muted: true}) let videoConfig = reactive({fallBackTime: [], single: false, rate: 1, volume: 50, muted: true})
let player let player

View File

@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
/** /**
* 综合执法/海康威视接口 * 综合执法/海康威视
*/ */
@RestController @RestController
@RequestMapping(Constants.API_PREFIX + "/hikvision") @RequestMapping(Constants.API_PREFIX + "/hikvision")