| | |
| | | <!-- <MapLocation></MapLocation> --> |
| | | <SceneSearch></SceneSearch> |
| | | <MapScene></MapScene> |
| | | <el-button |
| | | <!-- <el-button |
| | | @click="satelliteImportVisible = !satelliteImportVisible" |
| | | type="primary" |
| | | class="el-button-custom satellite-right-top p-events-auto" |
| | |
| | | type="primary" |
| | | class="el-button-custom aod-right-top p-events-auto" |
| | | >AOD数据导入</el-button |
| | | > |
| | | > --> |
| | | <ProductManage class="satellite-right-top"></ProductManage> |
| | | </el-row> |
| | | <!-- <CoreMenu></CoreMenu> --> |
| | | <router-view></router-view> |
| | |
| | | import { ref } from 'vue'; |
| | | import SatelliteImport from './satellitetelemetry/component/SatelliteImport.vue'; |
| | | import AODImport from './satellitetelemetry/component/AODImport.vue'; |
| | | import ProductManage from './dataproduct/ProductManage.vue'; |
| | | const satelliteImportVisible = ref(false); |
| | | const aodImportVisible = ref(false); |
| | | </script> |