GuLiMmo
2024-03-08 016de324c0145632532fcd5450b96a2d1291dac6
src/components/GMap.vue
@@ -736,6 +736,7 @@
      </DroneControlPanel>
    </div>
    <waylineTool />
    <routeProfile />
  </div>
</template>
@@ -784,6 +785,7 @@
import { convertTimestampToDate } from '/@/utils/time'
import { cesiumOperation } from '/@/hooks/use-cesium-tsa'
import waylineTool from './waylinetool/index.vue'
import routeProfile from './waylinetool/route-profile.vue'
export default defineComponent({
  components: {
    BorderOutlined,
@@ -809,7 +811,8 @@
    CarryOutOutlined,
    RocketOutlined,
    DesktopOutlined,
    waylineTool
    waylineTool,
    routeProfile
  },
  name: 'GMap',
  props: {},