@ -56,11 +56,11 @@
},
updateChannel(type) {
this.$http(this.API.API_EDITCHANNEL,{channels: this.chanel_id},{showLoading:false}).then(res => {
if(type == 1) {
this.$msg('添加频道成功')
}else {
this.$msg('取消频道成功')
}
// if(type == 1) {
// this.$msg('添加频道成功')
// }else {
// this.$msg('取消频道成功')
// }
}).catch(err => {
})