lawrencehj
2021-04-13 d27164bf20154b6053ce61418b6275fdc512a0cc
修正播放按钮失效问题
1个文件已修改
2 ■■■ 已修改文件
web_src/src/components/channelList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/channelList.vue
@@ -224,7 +224,7 @@
              if (error.response.status == 402) { // 已经停止过
                that.initData();
              }else {
                console.log(e)
                console.log(error)
              }
            });
        },