Commit b7351251 by 李宏达

lhd

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