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

Loading…
Cancel
Save