From ebb3064b2e88d8330d43a7dabd2071b99cf8b26e Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 31 七月 2024 15:58:59 +0800
Subject: [PATCH] 数据中心,视频中的指标字段
---
src/api/platform/point.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/platform/point.js b/src/api/platform/point.js
index 67804eb..2f2e05e 100644
--- a/src/api/platform/point.js
+++ b/src/api/platform/point.js
@@ -61,3 +61,12 @@
method: 'delete'
})
}
+
+// 鐐逛綅涓嬫媺鍒楄〃
+export function pointSelectData(param) {
+ return request({
+ url: '/yw-point/select',
+ method: 'get',
+ params: param
+ })
+}
--
Gitblit v1.8.0