处理个人中心 以及数据看板

This commit is contained in:
2026-01-16 16:39:07 +08:00
parent 7bff4f6191
commit ccacfdb4e9
15 changed files with 103 additions and 38 deletions

View File

@@ -125,4 +125,11 @@ export function fetchDayOrderList(data : {}) {
data: data,
method: 'POST'
});
}
}
export function fetchDashboard(data : {}) {
return request({
url: '/index/dashboard',
data: data,
method: 'POST'
});
}