Newer
Older
carbon-metering-front / src / utils / fullScreenUrl.ts
liyaguang on 12 Jun 2023 391 bytes fix(*): 山海鲸地址替换
// 山海经数据可视化大屏地址
export function getDataUrl() {
  return [
    {
      name: '碳足迹监测',
      url: 'https://share.shanhaibi.com/6482e0dc0987c/',
    },
    {
      name: '碳足迹评价',
      url: 'https://share.shanhaibi.com/6482d1b93886b/',
    },
    {
      name: '碳足迹预警',
      url: 'https://share.shanhaibi.com/64867d25bd589/',
    },
  ]
}