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