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

修改时空服务注册

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