Commit 341e96e6 by 李宏达

lhd

parent 50d1bfeb
...@@ -327,13 +327,19 @@ axios.get("/vue/comp/base").then(function(res){ ...@@ -327,13 +327,19 @@ axios.get("/vue/comp/base").then(function(res){
}else if(v== "创新人才发现"){ }else if(v== "创新人才发现"){
this.typeHome = false; this.typeHome = false;
// window.open("http://58.213.198.76:10012/pmes2/login"); window.open("https://gct.aminer.cn/");
this.loadingHome = true; // this.loadingHome = true;
var url = encodeURIComponent("http://58.213.198.76:10012/pmes2/login"); // var url = encodeURIComponent("http://58.213.198.76:10012/pmes2/login");
this.pushx({name:"/iframehtml",title:"智能推送",params:{url:url}}); // this.pushx({name:"/iframehtml",title:"智能推送",params:{url:url}});
setTimeout(()=>{ // setTimeout(()=>{
this.loadingHome = false; // this.loadingHome = false;
},1500); // },1500);
}else if(v== "知识产权运营"){
this.typeHome = false;
window.open("https://www.cnuip.com/");
}else if(v== "智能采集"){
this.typeHome = false;
window.open("http://47.104.94.221:8001/wiki");
}else if(v== "创新资源共享"){ }else if(v== "创新资源共享"){
this.typeHome = false; this.typeHome = false;
this.loadingHome = true; this.loadingHome = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment