自动执法计划完善修改
This commit is contained in:
parent
944c8127ab
commit
c9269ea201
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -186,7 +186,7 @@
|
||||||
<artifactId>sso-client</artifactId>
|
<artifactId>sso-client</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- 海康威视-->
|
<!-- 海康威视-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.hikvision.ga</groupId>
|
<groupId>com.hikvision.ga</groupId>
|
||||||
<artifactId>artemis-http-client</artifactId>
|
<artifactId>artemis-http-client</artifactId>
|
||||||
|
|
|
||||||
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue