fix:em接口声明执行采集数据方法

This commit is contained in:
shijing 2025-02-27 13:32:01 +08:00
parent 770edefcb9
commit 1c67395b24
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@ import config from "@/config"
import http from "@/utils/request"
/*EM接口*/
export default {
cd:{
name: "执行采集数据方法",
req: async function(data){
return await http.post(`${config.API_URL}/em/cd/`,data);
}
},
// 设备分类
ecate: {
list: {