Commit 1f4de49a authored by liujiangnan's avatar liujiangnan

debug

parent cfa850bf
......@@ -32,7 +32,6 @@ new Vue({
},
methods: {
handleAudioSuccess(res, file, index) {
console.log(res, file, index);
// 假设上传接口返回的音频URL在 res.url 中
this.data[index].audio_url = res.url;
this.data[index].audio_name = file.name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment