src/api/platform/home.js @@ -41,3 +41,11 @@ method: 'get' }) } // 核算报表 export function calculate() { return request({ url: '/home/calculate', method: 'get' }) }