Commit 9f7df6f6 by haojie

音频回调测试

parent 4bb22ea8
...@@ -210,6 +210,12 @@ export const processTextCallback = () => { ...@@ -210,6 +210,12 @@ export const processTextCallback = () => {
// 是洗稿任务 // 是洗稿任务
return currentConfuseId.value; return currentConfuseId.value;
} }
// 测试用
let isTest = true;
if (isTest) {
// uuid写死
return '';
}
console.log('store uuid', createLiveInfo.value[createLiveKeys.scriptUuid]); console.log('store uuid', createLiveInfo.value[createLiveKeys.scriptUuid]);
return createLiveInfo.value[createLiveKeys.scriptUuid]; return createLiveInfo.value[createLiveKeys.scriptUuid];
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment