From e7d40e5061afb87166c0929050ea721cc2956b76 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期一, 28 七月 2025 17:05:00 +0800 Subject: [PATCH] Merge commit '84f19ab0d37599400959e85e63cfda5df4869bc8' into develop --- src/api/pollConfig.ts | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/api/pollConfig.ts b/src/api/pollConfig.ts index 4e6b330..7b23d52 100644 --- a/src/api/pollConfig.ts +++ b/src/api/pollConfig.ts @@ -19,6 +19,13 @@ data: params }) } +export const changeRunTypeTwo = (params: any) => { + return request({ + url: "/api-v1/v1/task/openAnalysis", + method: "post", + data: params + }) +} export const updatePollEnable = (params: any) => { return request({ @@ -36,16 +43,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