panlinlin
2021-04-12 27df8bd84cfceb4154bb7543a7d1fc58fc8d1b04
web_src/src/components/dialog/addStreamTOGB.vue
@@ -90,7 +90,7 @@
      console.log("onSubmit");
      var that = this;
      that.$axios
        .post(`/api/push/saveToGB`, that.proxyParam)
        .post(`/api/push/save_to_gb`, that.proxyParam)
        .then(function (res) {
          console.log(res);
          console.log(res.data == "success");