Commit 54f8d42f authored by 张洋's avatar 张洋

修改时空服务注册

parent d3f549ba
......@@ -1599,7 +1599,7 @@ export default {
this.activeBtn == 1 &&
!this.is_portal &&
window.serviceConfig &&
window.serviceConfig.state == "needLogin"
window.serviceConfig.state == "needLogin"
) {
this.addPortalItem();
} else {
......@@ -1822,7 +1822,9 @@ export default {
});
this.btnList = arr;
let skfwRadios = this.btnList[1].childDomains;
skfwRadios.splice(2, 1);
skfwRadios = skfwRadios.filter(function(item) {
return item.name != "地图" && item.name != "三维地图";
});
this.skfwRadios = skfwRadios;
this.skfwQqt = this.skfwRadios[0].id;
this.optionsZhyy = this.btnList[4].childDomains;
......
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