This commit is contained in:
lifizer
2023-10-10 23:16:52 +08:00
11 changed files with 312 additions and 988 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ export function getStoryDetail(id) {
* 时令尝鲜首页
* */
export function seasonHomeData() {
return request.get("/seasonalFood/index", {}, {login: true})
return request.get("/seasonalFood/index", {}, {login: false})
}
/**
@@ -57,7 +57,7 @@ export function getSeason(id) {
}
/**
* 时令尝鲜
* 时令尝鲜海报
* */
export function getSeasonPoster(id) {
return request.get("/seasonalFood/poster/" + id, {}, {login: true})