This commit is contained in:
duanliang
2025-04-02 15:38:44 +08:00
parent b21bd3d791
commit 1ee05884a7
2 changed files with 2 additions and 1 deletions

View File

@@ -220,6 +220,7 @@
let timer = null
const postVideoRemain = async () => {
if(!videoList.value.length) return false;
timer = setInterval(() => {
postVideoRemainApi({
cameraIndexCode: videoList.value.map((item) => item.cameraIndexCode)