@ -1,6 +1,6 @@
{
"name": "@gcpaas/data-room-ui",
"version": "1.0.1-2023082902-Alpha",
"version": "1.0.1-2023083002-Alpha",
"description": "自定义大屏",
"author": "gcpaas",
"license": "MIT",
@ -224,7 +224,6 @@ export default {
speechBroadcast (text) {
if (this.speech.hasBrowserSupport()) {
this.speech.setLanguage('zh-CN')
this.speech.pitch = 1
this.speech.init()
this.speech.speak({ text: text })
} else {