Refactor(首页):改版重构-接口对接

This commit is contained in:
lifizer
2024-07-31 21:38:49 +08:00
parent b9c3ff756c
commit 46b4f05a6b
5 changed files with 110 additions and 21 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ export function getSplashScreen() {
* 首页
* @returns {*}
*/
export function getHomeData() {
return request.get("index", {}, {
export function getHomeData(params) {
return request.get("index", params, {
login: false
});
}