Newer
Older
smartwell_front / src / views / home / dashboard / components / imgData.ts
lyg on 25 Sep 1 KB 事件地图
export const img = {
  bjtj: new URL('@/assets/images/dashboard/bjtj.png', import.meta.url),
  czjc: new URL('@/assets/images/dashboard/czjc.png', import.meta.url),
  dqbj: new URL('@/assets/images/dashboard/dqbj.png', import.meta.url),
  guanxian: new URL('@/assets/images/dashboard/guanxian.png', import.meta.url),
  gxjc: new URL('@/assets/images/dashboard/gxjc.png', import.meta.url),
  lixian: new URL('@/assets/images/dashboard/lixian.png', import.meta.url),
  ssgl: new URL('@/assets/images/dashboard/ssgl.png', import.meta.url),

  tiaoya: new URL('@/assets/images/dashboard/tiaoya.png', import.meta.url),
  tingyong: new URL('@/assets/images/dashboard/tingyong.png', import.meta.url),
  well: new URL('@/assets/images/dashboard/well.png', import.meta.url),
  zaixian: new URL('@/assets/images/dashboard/zaixian.png', import.meta.url),
  zjjc: new URL('@/assets/images/dashboard/zjjc.png', import.meta.url),

  fm: new URL('@/assets/images/dashboard/fm.png', import.meta.url),
  tyz: new URL('@/assets/images/dashboard/tyz.png', import.meta.url),
  tyx: new URL('@/assets/images/dashboard/tyx.png', import.meta.url),
  zy: new URL('@/assets/images/dashboard/zy.png', import.meta.url),
  dy: new URL('@/assets/images/dashboard/dy.png', import.meta.url),
  shaobing: new URL('@/assets/images/dashboard/shaobing.png', import.meta.url),
  yuntai: new URL('@/assets/images/dashboard/yuntai.png', import.meta.url),
  ranqi: new URL('@/assets/images/dashboard/ranqi.png', import.meta.url),
  alarm: new URL('@/assets/images/spread.gif', import.meta.url),
}