合并绑定客户页面,去掉导航icon,对话生产首次发送弹出提示

This commit is contained in:
X1627315083
2025-12-01 09:38:16 +08:00
parent 281359eaf9
commit c4e8b0daea
10 changed files with 41 additions and 29 deletions

View File

@@ -25,7 +25,8 @@
<SvgIcon
class="audio-icon"
:name="isRecording ? 'pause' : 'audio'"
size="52"
size="35"
color="#6D6868"
@click="handleClickAudio"
/>
</div>
@@ -74,6 +75,7 @@ const handleSendMessage = () => {
showToast('Please enter a message')
return
}
showToast('Voice-to-text conversion has been completed.')
router.push({
path: '/asistant',
query: message ? { message } : undefined
@@ -238,6 +240,7 @@ onUnmounted(() => {
width: 7.6rem;
height: 7.6rem;
background-color: #fff;
border-radius: 1rem;
}
}
}