Newer
Older
sensorHubPlusFront / src / views / data / statistics / components / imgData.ts
liyaguang 8 days ago 262 bytes 统计分析页面搭建
export const img = {
  online: new URL('@/assets/images/device/count/online.png', import.meta.url),
  backup: new URL('@/assets/images/device/count/backup.png', import.meta.url),
  offline: new URL('@/assets/images/device/count/offline.png', import.meta.url),
}