Newer
Older
carbon-metering-front / src / utils / fullScreenUrl.ts
liyaguang on 8 Jun 2023 391 bytes fix(*): 节点详情
// 山海经数据可视化大屏地址
export function getDataUrl() {
  return [
    {
      name: '碳足迹监测',
      url: 'https://share.shanhaibi.com/64812707b1f6b/',
    },
    {
      name: '碳足迹评价',
      url: 'https://share.shanhaibi.com/64812707b1f6b/',
    },
    {
      name: '碳足迹预警',
      url: 'https://share.shanhaibi.com/64812707b1f6b/',
    },
  ]
}