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