| | |
| | | title: '图上量算', |
| | | component: measure, |
| | | }, |
| | | { |
| | | icon: 'fa fa-bar-chart', |
| | | title: '空间分析', |
| | | }, |
| | | // { |
| | | // icon: 'fa fa-bar-chart', |
| | | // title: '空间分析', |
| | | // }, |
| | | { |
| | | name: 'location', |
| | | icon: 'fa fa-map-pin', |
| | | title: '坐标定位', |
| | | component: location |
| | | }, |
| | | { |
| | | icon: 'fa fa-paper-plane', |
| | | title: '地区导航', |
| | | }, |
| | | { |
| | | icon: 'fa fa-edit', |
| | | title: '我的标记', |
| | | }, |
| | | { |
| | | icon: 'fa fa-tags', |
| | | title: '视角书签', |
| | | }, |
| | | // { |
| | | // icon: 'fa fa-paper-plane', |
| | | // title: '地区导航', |
| | | // }, |
| | | // { |
| | | // icon: 'fa fa-edit', |
| | | // title: '我的标记', |
| | | // }, |
| | | // { |
| | | // icon: 'fa fa-tags', |
| | | // title: '视角书签', |
| | | // }, |
| | | { |
| | | name: 'exportScene', |
| | | icon: 'fa fa-download', |
| | | title: '场景导出', |
| | | component: exportScene |
| | | }, |
| | | { |
| | | icon: 'fa fa-object-group', |
| | | title: '图上标绘', |
| | | }, |
| | | { |
| | | icon: 'fa fa-helicopter', |
| | | title: '飞行漫游', |
| | | }, |
| | | { |
| | | icon: 'fa fa-level-up', |
| | | title: '路线导航', |
| | | }, |
| | | { |
| | | icon: 'fa fa-columns', |
| | | title: '卷帘对比', |
| | | component: curtain |
| | | }, |
| | | { |
| | | icon: 'fa fa-window-restore', |
| | | title: '分屏对比', |
| | | }, |
| | | // { |
| | | // icon: 'fa fa-object-group', |
| | | // title: '图上标绘', |
| | | // }, |
| | | // { |
| | | // icon: 'fa fa-helicopter', |
| | | // title: '飞行漫游', |
| | | // }, |
| | | // { |
| | | // icon: 'fa fa-level-up', |
| | | // title: '路线导航', |
| | | // }, |
| | | // { |
| | | // icon: 'fa fa-columns', |
| | | // title: '卷帘对比', |
| | | // component: curtain |
| | | // }, |
| | | // { |
| | | // icon: 'fa fa-window-restore', |
| | | // title: '分屏对比', |
| | | // }, |
| | | ] |
| | | |
| | | const showComponent = (component) => { |