Newer
Older
smartwell_front / src / views / home / device / count / components / imgData.ts
lyg on 13 Sep 416 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/upkeep.png', import.meta.url),
  backup: new URL('@/assets/images/device/count/backup.png', import.meta.url),
}