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