| | |
| | | * @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: 辖区管理 |
| | | * |
| | |
| | | |
| | | 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 |
| | |
| | | this.playVideoList(`flvPlayer${ind}`, `${res}`, `videoElement${ind}`) |
| | | |
| | | }) |
| | | console.log(ind, 959) |
| | | } |
| | | |
| | | }) |