Newer
Older
smartwell_front / src / views / home / device / count / components / imgData.ts
lyg on 22 Aug 412 bytes 设备统计模块
export const img = {
  online: new URL('@/assets/images/device/count/online.png', import.meta.url),
  offline: new URL('@/assets/images/device/count/offline.png', import.meta.url),
  stop: new URL('@/assets/images/device/count/stop.png', import.meta.url),
  upkeep: new URL('@/assets/images/device/count/stop.png', import.meta.url),
  backup: new URL('@/assets/images/device/count/stop.png', import.meta.url),
}