diff --git a/api/api.js b/api/api.js index e431edb..92f4c18 100644 --- a/api/api.js +++ b/api/api.js @@ -16,17 +16,20 @@ const config = { //获取banner列表 indexGetBanner: { url: '/api/index/getBanner', - method: 'GET' + method: 'GET', + showLoading : true, }, //获取演员集详情接口 indexGetActorDetail: { url: '/api/index/getActorDetail', - method: 'GET' + method: 'GET', + showLoading : true, }, //获取认证演员 indexGetActorList: { url: '/api/index/getActorList', - method: 'GET' + method: 'GET', + showLoading : true, }, //获取动态列表带分页 indexGetTrendsPage: { @@ -51,10 +54,11 @@ const config = { url: '/api/index/getComplaintReason', method: 'GET' }, - //获取投诉原因 + //获取作品列表 indexGetGetWorkPage: { url: '/api/index/getWorkPage', - method: 'GET' + method: 'GET', + showLoading : true, }, //获取置顶列表 indexTopPayList: {