648540858
2022-08-22 ecf4fbb68445cf412d5e946f67f92c9928df8273
web_src/src/components/dialog/pushStreamEdit.vue
@@ -112,7 +112,7 @@
          url:`/api/push/save_to_gb`,
          data: this.proxyParam
        }).then( (res) => {
          if (res.data == "success") {
          if (res.data.code === 0) {
            this.$message({
              showClose: true,
              message: "保存成功",