Newer
Older
carbon-metering-front / src / utils / fullScreenUrl.ts
// 山海经数据可视化大屏地址
export function getDataUrl() {
  return [
    {
      name: '碳足迹监测',
      url: 'https://share.shanhaibi.com/645b6b3674e29/',
    },
    {
      name: '碳足迹评价',
      url: 'https://share.shanhaibi.com/645b6ba377610/',
    },
    {
      name: '碳足迹预警',
      url: 'https://share.shanhaibi.com/645b6c6749576/',
    },
  ]
}