From d498cdcf61fd8e2ec341cad3e7c21829ecef1672 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期二, 26 八月 2025 17:44:18 +0800 Subject: [PATCH] 摄像机配置、数据推送和文搜万物 bug和样式修复; 知识库卡片样式调整参照大模型平台知识库样式。 --- 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