shuishen
2023-02-17 e7c85cc178cac129a1be45a16704bd816c5a24b8
警情动态显示视频逻辑调整
1 files modified
11 ■■■■ changed files
src/views/police/index.vue 11 ●●●● patch | view | raw | blame | history
src/views/police/index.vue
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-18 16:18:17
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-17 10:23:23
 * @LastEditTime: 2023-02-17 16:59:08
 * @FilePath: \srs-police-affairs\src\views\police\index.vue
 * @Description: 辖区管理
 * 
@@ -420,6 +420,7 @@
        },
        async play (row) {
            console.log(row, 456)
            if (this.flvPlayer != null) {
                this.flvPlayer.pause()
                this.flvPlayer.unload()
@@ -472,13 +473,7 @@
        },
        siteClick (e) {
            this.dialogTitle = e.overlay.attrParams.name
            this.dialogVisible = true
            if (this.$refs.videoElement && this.$refs.videoElement != null) {
                this.$refs.videoElement.currentTime = 0
                this.$refs.videoElement.play()
            }
            this.play(e.overlay.attrParams)
        },
        dialogBeforeClose () {