diff --git a/src/api/SystemCharter/index.ts b/src/api/SystemCharter/index.ts index 28fef3c..76b727c 100644 --- a/src/api/SystemCharter/index.ts +++ b/src/api/SystemCharter/index.ts @@ -69,3 +69,8 @@ export const deleteTaskAPI = (taskId: string) => { export const checkCloneTaskAPI = (roleId: string) => { return request.get(`/system/charter/checkCloneTask/${roleId}`); }; + +// 添加激活声音接口 +export const activateVoiceAPI = (roleId: string) => { + return request.post(`/system/charter/activateVoice/${roleId}`); +}; diff --git a/src/pages/SystemCharter/index.vue b/src/pages/SystemCharter/index.vue index 53c6794..97fa782 100644 --- a/src/pages/SystemCharter/index.vue +++ b/src/pages/SystemCharter/index.vue @@ -50,7 +50,10 @@
编辑 - 克隆音频 +
@@ -163,8 +166,8 @@