处理问题

This commit is contained in:
2026-01-17 02:33:39 +08:00
parent 9ea4f0e999
commit 32993ff52c
10 changed files with 54 additions and 28 deletions

View File

@@ -138,10 +138,10 @@ export function fetchDashboard(data : {}) {
}
// export function fetchUserInfo(data : {}) {
// return request({
// url: '/index/dashboard',
// data: data,
// method: 'POST'
// });
// }
export function fetchUserInfo(data : {}) {
return request({
url: '/index/userInfo',
data: data,
method: 'POST'
});
}