diff --git a/epdc-resident-mp-yushan/subpages/safety/utils/api.js b/epdc-resident-mp-yushan/subpages/safety/utils/api.js index fec4490..c1c3b83 100644 --- a/epdc-resident-mp-yushan/subpages/safety/utils/api.js +++ b/epdc-resident-mp-yushan/subpages/safety/utils/api.js @@ -4,7 +4,7 @@ const request = require('../../../utils/request') */ export function getBannerList () { return request.get('news/banner/list',{ - "position":'0', + "position":'2', "sectionCode":"safety_living" }) }