var vue=new Vue({el:"#proDetail",data:{proDetail:{},techparam:[]},created:function(){var n=this.getId(),t=this.getParam();$this=this;n>0&&axios({method:"post",url:"/Home/ProductDetailApi",params:{id:n,vk:t.vk}}).then(function(n){n.status===200&&n.data.statecode===200?($this.proDetail=n.data.data,$this.techparam=JSON.parse(n.data.data.EsTechParam)):window.location.href="/Error/Index"}).catch(function(){window.location.href="/Error/Index"})},methods:{getId:function(){var t=window.location.pathname,n=t.split("/");return n.length===4?n[3]:null},getParam:function(){var t=window.location.search,i={},r,n;if(t.indexOf("?")!=-1)for(r=t.substr(1),strs=r.split("&"),n=0;n