修复bug

This commit is contained in:
2026-01-16 23:04:44 +08:00
parent 5588745ca1
commit 9ea4f0e999
6 changed files with 19 additions and 5 deletions

View File

@@ -126,6 +126,9 @@ export function fetchDayOrderList(data : {}) {
method: 'POST'
});
}
export function fetchDashboard(data : {}) {
return request({
url: '/index/dashboard',
@@ -133,3 +136,12 @@ export function fetchDashboard(data : {}) {
method: 'POST'
});
}
// export function fetchUserInfo(data : {}) {
// return request({
// url: '/index/dashboard',
// data: data,
// method: 'POST'
// });
// }