修正播放按钮失效问题

pull/80/head
lawrencehj 2021-04-13 10:06:36 +08:00
parent 344994c7f0
commit d27164bf20
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ export default {
if (error.response.status == 402) { //
that.initData();
}else {
console.log(e)
console.log(error)
}
});
},