Commit d27164bf20154b6053ce61418b6275fdc512a0cc

Authored by lawrencehj
1 parent 344994c7

修正播放按钮失效问题

web_src/src/components/channelList.vue
... ... @@ -224,7 +224,7 @@ export default {
224 224 if (error.response.status == 402) { // 已经停止过
225 225 that.initData();
226 226 }else {
227   - console.log(e)
  227 + console.log(error)
228 228 }
229 229 });
230 230 },
... ...