648540858
2020-11-19 09470bef96d48373219ac03315a4391c24accf98
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)
              }
            });
        },