#
luxiaotao1123
2024-05-14 4f1728a730b2cf93e9e9f8cfade46a0559e34287
src/api/report/index.js
@@ -6,4 +6,12 @@
        return res.data.data;
    }
    return Promise.reject(new Error(res.data.msg));
}
export async function getLocCharts(_params) {
    const res = await request.get('/digital/charts/loccharts', _params);
    if (res.data.code === 200) {
        return res.data.data;
    }
    return Promise.reject(new Error(res.data.msg));
}