Browse Source

clean

voice
zmt 4 years ago
parent
commit
85ca608fb7
  1. 5
      src/subpackage/device/pages/audio_manage/audio_manage.vue

5
src/subpackage/device/pages/audio_manage/audio_manage.vue

@ -235,12 +235,12 @@
// "token": "f0d5c19b-b87e-11eb-bc7d-5254005df464"
}
//
this.operateReq({
if(_url)this.operateReq({
data: _data
})
},
/// / TODO
/// /
async listenVoice() {
if(this.voicePadConfig.step==0){
//,
@ -255,7 +255,6 @@
console.log('播放录音文件:', innerAudioContext.src);
if(innerAudioContext.src)innerAudioContext.play();
},
//TODO
getDownloadUrl(url) {
console.log('下载录音');
util.showLoad()

Loading…
Cancel
Save