2
0

fix:仪表盘数据对接修改

This commit is contained in:
zhongzm
2024-12-25 18:51:09 +08:00
parent 248ee105ab
commit 8edc1e19c7
3 changed files with 154 additions and 92 deletions

View File

@@ -95,7 +95,7 @@ export function doGetCheckCode() {
/** Get dashboard gauge data */
export function fetchDashboardData() {
return request<Api.Dashboard.GaugeData>({
url: '/u/cdr/getOne',
url: '/u/account/dashboard',
method: 'get'
});
}