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