This commit is contained in:
yanran200730
2022-06-13 18:05:12 +08:00
parent e401022ed5
commit f3c861d0b0
2 changed files with 1 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ export default {
{
title: '音频录制',
text: '音频文件的录制',
path: './AppResourcesManage/addPlay?type=1',
path: './AppResourcesManage/addMedia?type=1',
imgUrl: require('./img/bigHorn-icon33@2x.png'),
bgClass: 'bg-E5B565'
},

View File

@@ -252,14 +252,6 @@
let formData = {}
formData = new FormData()
formData.append('file', new window.File([blob], `${(new Date).getTime()}` ))
// this.$u.toast('播发成功')
// this.recordList.push({
// src: (window.URL || webkitURL).createObjectURL(blob),
// isPlay: false,
// duration: (duration / 1000).toFixed(0)
// })
// this.isShowRecord = true
// return
this.$loading()
this.$http.post(`/app/appdlbresource/uploadDlbFile`, formData).then(res => {