src/components/Screen/bottom.vue
@@ -202,6 +202,9 @@ case "工程展示": this.DisplayCurrentProject(child) break case "项目展示": this.changeProject(child) break default: break } @@ -285,7 +288,7 @@ wkt: item.st_astext, } }) console.log(menu.children.length) } }, async getCountProjectTour() { @@ -299,9 +302,12 @@ wkt: item.wkt, } }) console.log(menu.children.length) } }, changeProject(params) { this.$bus.$emit('changeProject', params.name) } }, } </script>