diff --git a/api/api.js b/api/api.js index 6279b50..f26c117 100644 --- a/api/api.js +++ b/api/api.js @@ -23,6 +23,16 @@ const config = { url: '/api/index/getActorDetail', method: 'GET' }, + //发布演员接口 + publishActor: { + url: '/api/index/releaseActorSet', + method: 'POST' + }, + //发布动态接口 + publishDynamicState: { + url: '/api/index/releaseTrends', + method: 'POST' + }, //获取认证演员 indexGetActorList: { url: '/api/index/getActorList', diff --git a/components/toast/confirmationPopup.vue b/components/toast/confirmationPopup.vue index 13bda7e..8858c0b 100644 --- a/components/toast/confirmationPopup.vue +++ b/components/toast/confirmationPopup.vue @@ -1,8 +1,5 @@