fuliqi
2024-12-02 6472b6157839f4a1123b562713db996d443c61e6
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({