var txt="33";
this.Axios.post("/api/Event/get_serve_name",data,{headers:{"Authorization":localStorage.gw_token}}).then(res=>{
console.log(res)
txt=res.data.HttpData.data[0].txt;
})
return txt;
33