| | |
| | | YXState: true, |
| | | yxImg: require("../../assets/img/Screen/yximg.png"), |
| | | currMenu: "项目展示", |
| | | currProject: "全球管网图", |
| | | currProject: "", |
| | | searchName: "", |
| | | menuList: [ |
| | | { |
| | | menuName: "项目展示", |
| | | children: [ |
| | | { |
| | | name: "全国管网图", |
| | | id: "qggwt", |
| | | }, |
| | | { |
| | | name: "全球管网图", |
| | | id: "qqgwt", |
| | | }, |
| | | // { |
| | | // name: "全国管网图", |
| | | // id: "qggwt", |
| | | // }, |
| | | // { |
| | | // name: "全球管网图", |
| | | // id: "qqgwt", |
| | | // }, |
| | | { |
| | | name: "全国项目", |
| | | id: "qgxm", |
| | |
| | | case "工程展示": |
| | | this.DisplayCurrentProject(child) |
| | | break |
| | | case "项目展示": |
| | | this.changeProject(child) |
| | | break |
| | | default: |
| | | break |
| | | } |
| | |
| | | return { |
| | | name: item.projname, |
| | | id: item.projname, |
| | | wkt: item.st_astext, |
| | | wkt: item.wkt, |
| | | } |
| | | }) |
| | | console.log(menu.children.length) |
| | | |
| | | } |
| | | }, |
| | | async getCountProjectTour() { |
| | |
| | | wkt: item.wkt, |
| | | } |
| | | }) |
| | | console.log(menu.children.length) |
| | | |
| | | } |
| | | }, |
| | | changeProject(params) { |
| | | this.$bus.$emit('changeProject', params.name) |
| | | } |
| | | }, |
| | | } |
| | | </script> |