648540858
2020-11-17 4cdeeb4a3656a35c4b91cbcdd99d8b7c679f5e84
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)
              }
            });
        },