mayisheng
2022-08-06 55a073e6dba5d3c7cd72f3699593cb547f7e9cf8
src/components/leftNav/index.vue
@@ -158,7 +158,7 @@
                    for (const key in LeftNavLayer) {
                        if (LeftNavLayer[key] != null) {
                            LeftNavLayer[key].eachOverlay((item) => {
                                item.position = new global.DC.Position(Number(item.attr.params.jd), Number(item.attr.params.wd), 0)
                                item.position = new global.DC.Position(Number(item.attr.params.jd), Number(item.attr.params.wd), 50)
                            })
                        }
                    }