修正播放按钮失效问题
parent
344994c7f0
commit
d27164bf20
|
@ -224,7 +224,7 @@ export default {
|
||||||
if (error.response.status == 402) { // 已经停止过
|
if (error.response.status == 402) { // 已经停止过
|
||||||
that.initData();
|
that.initData();
|
||||||
}else {
|
}else {
|
||||||
console.log(e)
|
console.log(error)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue