1
shuishen
2023-02-16 576cace466dab9c49469089440aceae367922da1
1
1 files modified
7 ■■■■ changed files
src/views/video/region.vue 7 ●●●● patch | view | raw | blame | history
src/views/video/region.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-16 16:46:57
 * @LastEditTime: 2023-02-16 16:50:33
 * @FilePath: \srs-police-affairs\src\views\video\region.vue
 * @Description: 辖区管理
 * 
@@ -677,11 +677,7 @@
                monitorData.forEach((item, index) => {
                    if (item.status == 0) return
                    this.monitorOption.push({ value: index, label: item.name, item })
                    console.log(index < 8, index)
                    if (index < 8) {
                        const ind = index + 1
@@ -693,7 +689,6 @@
                            this.playVideoList(`flvPlayer${ind}`, `${res}`, `videoElement${ind}`)
                        })
                        console.log(ind, 959)
                    }
                })