Explorar o código

修正播放按钮失效问题

lawrencehj %!s(int64=4) %!d(string=hai) anos
pai
achega
d27164bf20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      web_src/src/components/channelList.vue

+ 1 - 1
web_src/src/components/channelList.vue

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