Browse Source

refactor: 修改版本号:1.0.1-2023083002-Alpha

wu.jian2 1 year ago
parent
commit
544583c474
1 changed files with 0 additions and 1 deletions
  1. 0 1
      data-room-ui/packages/BasicComponents/Marquee/index.vue

+ 0 - 1
data-room-ui/packages/BasicComponents/Marquee/index.vue

@@ -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 {