页面完善

This commit is contained in:
kron
2025-07-13 13:28:21 +08:00
parent 12a24464c2
commit b6d78d6070
4 changed files with 155 additions and 62 deletions

View File

@@ -57,8 +57,8 @@ export const getAppConfig = () => {
return request("GET", "/index/appConfig");
};
export const getHomeData = () => {
return request("GET", "/user/myHome");
export const getHomeData = (seasonId) => {
return request("GET", `/user/myHome?seasonId=${seasonId}`);
};
export const getProvinceData = () => {