From 0fceeccf12405cafeea9a2b8c2fff4989ff0bb44 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期三, 23 七月 2025 11:19:10 +0800 Subject: [PATCH] 摄像机配置-添加任务Icon图; 实时监控-左侧和下方列表数据对接,详情数据对接,图片和视频功能调整。 --- src/api/pollConfig.ts | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/api/pollConfig.ts b/src/api/pollConfig.ts index 4e6b330..477f98e 100644 --- a/src/api/pollConfig.ts +++ b/src/api/pollConfig.ts @@ -36,16 +36,9 @@ }) } -// export const getCamerasByServer = (query: any) => { -// return request({ -// url: "/data/api-v/camera/getAllCamerasByServer", -// method: "get", -// params: query -// }) -// } export const getCamerasByServer = (query: any) => { return request({ - url: "/api-v1/v1/videoCamera/list", + url: "/data/api-v/camera/getAllCamerasByServer", method: "get", params: query }) -- Gitblit v1.8.0