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