Commit e2112798 by 蒋勇

d

parent c08be3b5
...@@ -521,7 +521,7 @@ function addCSS(csspath) { ...@@ -521,7 +521,7 @@ function addCSS(csspath) {
this.pushx({ this.pushx({
title:"区域专利监控", title:"区域专利监控",
name:"/iframehtmlone", name:"/iframehtmlone",
params:{url: 'https://magic.gongsibao.com/#/regionalpatentmonitoring'} params:{url: 'https://zhuanzhidao.gongsibao.com/#/regionalpatentmonitoring'}
}) })
// this.loadingHome = true; // this.loadingHome = true;
// setTimeout(()=>{ // setTimeout(()=>{
...@@ -534,7 +534,7 @@ function addCSS(csspath) { ...@@ -534,7 +534,7 @@ function addCSS(csspath) {
this.pushx({ this.pushx({
title:"企业决策", title:"企业决策",
name:"/iframehtmltwo", name:"/iframehtmltwo",
params:{url: 'https://magic.gongsibao.com/#/businessdecisions'} params:{url: 'https://zhuanzhidao.gongsibao.com/#/businessdecisions'}
}) })
return false; return false;
} }
...@@ -1395,7 +1395,7 @@ function addCSS(csspath) { ...@@ -1395,7 +1395,7 @@ function addCSS(csspath) {
this.pushx({ this.pushx({
title:"区域专利监控", title:"区域专利监控",
name:"/iframehtml", name:"/iframehtml",
params:{url: 'https://magic.gongsibao.com/#/patentsimplesearch'} params:{url: 'https://zhuanzhidao.gongsibao.com/#/patentsimplesearch'}
}) })
return false; return false;
} }
...@@ -1405,7 +1405,7 @@ function addCSS(csspath) { ...@@ -1405,7 +1405,7 @@ function addCSS(csspath) {
this.pushx({ this.pushx({
title:"区域专利监控", title:"区域专利监控",
name:"/iframehtmlone", name:"/iframehtmlone",
params:{url: 'https://magic.gongsibao.com/#/regionalpatentmonitoring'} params:{url: 'https://zhuanzhidao.gongsibao.com/#/regionalpatentmonitoring'}
}) })
// this.loadingHome = true; // this.loadingHome = true;
// setTimeout(()=>{ // setTimeout(()=>{
...@@ -1418,7 +1418,7 @@ function addCSS(csspath) { ...@@ -1418,7 +1418,7 @@ function addCSS(csspath) {
this.pushx({ this.pushx({
title:"企业决策", title:"企业决策",
name:"/iframehtmltwo", name:"/iframehtmltwo",
params:{url: 'https://magic.gongsibao.com/#/businessdecisions'} params:{url: 'https://zhuanzhidao.gongsibao.com/#/businessdecisions'}
}) })
return false; return false;
} }
......
...@@ -163,25 +163,25 @@ ...@@ -163,25 +163,25 @@
this.$root.pushx({ this.$root.pushx({
title:"区域专利监控", title:"区域专利监控",
name:"/iframehtml", name:"/iframehtml",
params:{url: 'http://magic.gongsibao.com/#/regionalpatentmonitoring'} params:{url: 'http://zhuanzhidao.gongsibao.com/#/regionalpatentmonitoring'}
}); });
}else if (val == 2) { }else if (val == 2) {
this.$root.pushx({ this.$root.pushx({
title:"专利智能检索", title:"专利智能检索",
name:"/iframehtml", name:"/iframehtml",
params:{url: 'http://magic.gongsibao.com/#/patentsimplesearch'} params:{url: 'http://zhuanzhidao.gongsibao.com/#/patentsimplesearch'}
}); });
}else if (val == 3) { }else if (val == 3) {
this.$root.pushx({ this.$root.pushx({
title:"专利高级检索", title:"专利高级检索",
name:"/iframehtml", name:"/iframehtml",
params:{url: 'http://magic.gongsibao.com/#/patentadvancedsearch'} params:{url: 'http://zhuanzhidao.gongsibao.com/#/patentadvancedsearch'}
}); });
}else if (val == 4) { }else if (val == 4) {
this.$root.pushx({ this.$root.pushx({
title:"企业决策", title:"企业决策",
name:"/iframehtml", name:"/iframehtml",
params:{url: 'http://magic.gongsibao.com/#/businessdecisions'} params:{url: 'http://zhuanzhidao.gongsibao.com/#/businessdecisions'}
}); });
} }
}, },
......
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