Commit 2a69e611 by 蒋勇

d

parent 3e5e31ac
......@@ -114,6 +114,10 @@ Object.keys(routePath.bizs).map((k) => {
if (isp == 0) {
if (pathTmp == "/") {
tmp.components[pathTmp] = componentFactory("moreservice");
if (companyinfo.company.sitename=="公司宝"){
tmp.components[pathTmp] = componentFactory("bycquerytm");
}
tmp["query"] = { "itemtype": "ip" };
console.log("ppppppppppppppppppppppppppppppppp", tmp);
}
......@@ -1050,6 +1054,7 @@ var app = new Vue({
},
backhome(name) {
location.href="https://www.gongsibao.com";
if (name == 'policyShop') {
return window.open( location.protocol+ "?paramtheme=policy#/");
}
......
......@@ -351,6 +351,7 @@
this.moreservice("ip");
}
},500);
},
created:function(){
/*this.$root.pushx({
......
......@@ -306,6 +306,7 @@
}
},
mounted:function(){
this.$root.showHeadLogo();
this.$root.headerRowType = true;
window.addEventListener('scroll', this.handleScroll, 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