panlinlin
2021-04-11 a004a978fa54779425d7498b4737c970b8c71f7b
web_src/src/components/PushVideoList.vue
@@ -155,7 +155,7 @@
         },
         removeFromGB: function(row){
            var that = this;
            that.$axios.post(`/api/push/removeFormGB`, row)
            that.$axios.post(`/api/push/remove_form_gb`, row)
               .then(function (res) {
                  console.log(res);
                  console.log(res.data == "success");