12 2023 档案

摘要:axios.get(process.env.VUE_APP_BASEURL_API + '接口名?fileId=' + this.mbfjxzdiaList[0].fileIdCommon + '&Authorization=' + this.token, {responseType: 'blob' 阅读全文
posted @ 2023-12-26 16:37 peter_168 阅读(86) 评论(0) 推荐(0)
摘要:<template> <button @click="playVoice">播放语音</button> </template> <script> const synth = window.speechSynthesis; const msg = new SpeechSynthesisUtteranc 阅读全文
posted @ 2023-12-14 21:39 peter_168 阅读(90) 评论(0) 推荐(0)