From fe10b76872ffc70df53c6c5432661a754e36bee7 Mon Sep 17 00:00:00 2001 From: DESKTOP-ROY\Administrator <1027869635@qq.com> Date: Mon, 3 Nov 2025 17:05:15 +0800 Subject: [PATCH] feat:推荐条件修改 --- src/views/Home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index 650ff56..32280d7 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -372,13 +372,13 @@ export default { this.yxAxios .post(`${this.yanxueUrl}/api/SchoolManage/SchoolStudyBaseList`, { provinceName: '浙江省', - cityName: '', + cityName: '绍兴市', areaName: this.provinceTabList[this.provinceActive].text, levelName: '', type: 0, StartPeopleCount: '-1', EndPeopleCount: '-1', - stype: 1, + stype: 0, pageIndex: 1, pageSize: 6, }) -- libgit2 0.21.0