echats样式修改
This commit is contained in:
18
src/api/device-boot/communicate.ts
Normal file
18
src/api/device-boot/communicate.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 事件分析 获取数据
|
||||
export function getRunOnlineRateData(data) {
|
||||
return request({
|
||||
url: "/device-boot/communicate/getRunOnlineRateData",
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
}
|
||||
// 事件分析 运行状态 获取数据
|
||||
export function getComFlagInfoData(data) {
|
||||
return request({
|
||||
url: "/device-boot/communicate/getComFlagInfoData",
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user