fuliqi
2024-08-07 7094168e0cfb963646cde6f9b9eb4329aaf3d10d
src/api/platform/home.js
@@ -40,4 +40,12 @@
    url: '/home/ywUnitCount',
    method: 'get'
  })
}
// 核算报表
export function calculate() {
  return request({
    url: '/home/calculate',
    method: 'get'
  })
}