src/api/newpage.js
@@ -8,6 +8,14 @@
  });
}
// 获取平台在线
export function getPlatform() {
  return request({
    url: "/dashboard/platform",
    method: "get",
  });
}
// 设备数据
export function getDeviceData(dataScope, deptId) {
  return request({