panlinlin
2021-04-22 118e42884e677a99dbdd20349eaad85c96bafeb4
web_src/src/components/dialog/StreamProxyEdit.vue
@@ -151,12 +151,10 @@
        url:`/api/proxy/save`,
        data: that.proxyParam
      }).then(function (res) {
          console.log(res);
          console.log(res.data == "success");
          if (res.data == "success") {
        if (typeof (res.data.code) != "undefined" && res.data.code === 0) {
            that.$message({
              showClose: true,
              message: "保存成功",
            message: res.data.msg,
              type: "success",
            });
            that.showDialog = false;