From f305dfd890af4b2fc23f27105b75dddfedfdd4ea Mon Sep 17 00:00:00 2001 From: liuzhiyuan <> Date: Wed, 6 Aug 2025 16:41:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AE=97=E6=B3=95=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E8=81=94=E8=B0=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/api/index.js | 10 ++ .../components/algorithm/AlgorithmCenter.vue | 138 ++++++++++-------- 2 files changed, 85 insertions(+), 63 deletions(-) diff --git a/web/src/api/index.js b/web/src/api/index.js index b29b9e2..7104957 100644 --- a/web/src/api/index.js +++ b/web/src/api/index.js @@ -47,6 +47,16 @@ export default { return http.get('/devices/', params) }, + /** + * 获取算法 + */ + getAlgorithms(params) { + return http.get('/algorithms/', params) + }, + + + + /** * 上传视频文件 */ diff --git a/web/src/components/algorithm/AlgorithmCenter.vue b/web/src/components/algorithm/AlgorithmCenter.vue index b9c774f..9bc802c 100644 --- a/web/src/components/algorithm/AlgorithmCenter.vue +++ b/web/src/components/algorithm/AlgorithmCenter.vue @@ -1,10 +1,9 @@ -