fix:em接口声明执行采集数据方法
This commit is contained in:
parent
770edefcb9
commit
1c67395b24
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue