fix: 修复调试不能播放问题
This commit is contained in:
parent
4ad2ec5268
commit
7cb355777c
@ -14,6 +14,7 @@
|
||||
</el-tooltip>
|
||||
<el-divider direction="vertical" />
|
||||
</span>
|
||||
<span v-if="applicationId">
|
||||
<el-tooltip effect="dark" content="换个答案" placement="top">
|
||||
<el-button :disabled="chat_loading" text @click="regeneration">
|
||||
<el-icon><RefreshRight /></el-icon>
|
||||
@ -67,6 +68,7 @@
|
||||
<AppIcon iconName="app-oppose-color"></AppIcon>
|
||||
</el-button>
|
||||
</el-tooltip>
|
||||
</span>
|
||||
</div>
|
||||
<!-- 先渲染,不然不能播放 -->
|
||||
<audio ref="audioPlayer" controls hidden="hidden"></audio>
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
</el-button>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="item.write_ed && props.appId && 500 != item.status" class="flex-between">
|
||||
<div v-if="item.write_ed && 500 != item.status" class="flex-between">
|
||||
<OperationButton
|
||||
:tts="props.data.tts_model_enable"
|
||||
:tts_type="props.data.tts_type"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user