From 452051c70e7567626994f16cbc08512e9d4f6d8b Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Tue, 10 Sep 2024 15:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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: {