648540858
2020-11-16 0898c63ca3de75669f88354b23eeb2798d1db471
web_src/src/components/channelList.vue
@@ -234,6 +234,12 @@
            }).then(function (res) {
                console.log(JSON.stringify(res));
                that.initData();
            }).catch(function (error) {
              if (error.response.status == 402) { // 已经停止过
                that.initData();
              }else {
                console.log(e)
              }
            });
        },