panlinlin
2021-04-22 118e42884e677a99dbdd20349eaad85c96bafeb4
web_src/src/components/StreamProxyList.vue
@@ -180,7 +180,6 @@
            
         },
         deleteStreamProxy: function(row){
            console.log(1111)
            let that = this;
            this.getListLoading = true;
            that.$axios({
@@ -212,7 +211,16 @@
            }).then(function (res) {
               that.getListLoading = false;
               that.startBtnLaoding = false;
              if (res.data == "success"){
               that.initData()
          }else {
            that.$message({
              showClose: true,
              message: "保存失败,请检查地址是否可用!",
              type: "error",
            });
          }
            }).catch(function (error) {
               console.log(error);
               that.getListLoading = false;