From 3d69aca217ca66daa01a80c26570441e0b03875f Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期一, 12 五月 2025 16:47:41 +0800 Subject: [PATCH] 1 --- src/components/menu/bottom-menu.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/menu/bottom-menu.vue b/src/components/menu/bottom-menu.vue index 5927469..7f9fb6e 100644 --- a/src/components/menu/bottom-menu.vue +++ b/src/components/menu/bottom-menu.vue @@ -771,7 +771,7 @@ await $.ajax({ url: "http://10.10.4.116:8086/getCamerasInfoHls?cameraIndexCode=" + - item[i].cameraIndexCode, + item[i]., // url: "http://10.10.4.116:8086/getCamerasInfoHls?cameraIndexCode=49ee9fed701444738112e80a4835122c", success: function (result) { video = sgworld.Creator.Video3D({ -- Gitblit v1.9.3