Feat:旅居页面调整

This commit is contained in:
LinCyJang
2026-01-31 13:34:59 +08:00
parent 0072ccb2d1
commit 3da6899db0
4 changed files with 143 additions and 120 deletions
+9 -1
View File
@@ -78,4 +78,12 @@ export function getRecipe(params) {
*/
export function getBanner() {
return request.get("/wellness/exhibition/banner")
}
}
/**
* 康养生活-康养旅居顶部配置
* @returns
*/
export function getWellnessTopImage() {
return request.get("/wellness/topImage")
}