Commit d35551b9 by 李宏达

lhd

parent eaf00799
...@@ -326,20 +326,29 @@ axios.get("/vue/comp/base").then(function(res){ ...@@ -326,20 +326,29 @@ axios.get("/vue/comp/base").then(function(res){
},1500); },1500);
}else if(v== "创新人才发现"){ }else if(v== "创新人才发现"){
// this.typeHome = false; this.typeHome = false;
window.open("https://gct.aminer.cn/"); this.loadingHome = true;
// this.loadingHome = true; var url = encodeURIComponent("https://gct.aminer.cn/");
// 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== "知识产权运营"){ }else if(v== "知识产权运营"){
// this.typeHome = false; this.typeHome = false;
window.open("https://www.cnuip.com/"); this.loadingHome = true;
var url = encodeURIComponent("https://www.cnuip.com/");
this.pushx({name:"/iframehtml",title:"知识产权运营",params:{url:url}});
setTimeout(()=>{
this.loadingHome = false;
},1500);
}else if(v== "智能采集"){ }else if(v== "智能采集"){
// this.typeHome = false; this.typeHome = false;
window.open("http://47.104.94.221:8001/wiki"); this.loadingHome = true;
var url = encodeURIComponent("http://47.104.94.221:8001/wiki");
this.pushx({name:"/iframehtml",title:"智能采集",params:{url:url}});
setTimeout(()=>{
this.loadingHome = false;
},1500);
}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