forked from drone/command-center-dashboard

chenyao
2025-03-28 9b178c3f200efa15fbfee7aa67d09177bca84d47
src/views/Home/Home.vue
@@ -1,22 +1,21 @@
<template>
    <HomeLeft></HomeLeft>
    <!-- <div>中间搜索</div> -->
    <HomeRight></HomeRight>
  <HomeLeft></HomeLeft>
  <!-- <div>中间搜索</div> -->
  <HomeRight></HomeRight>
  <SearchBox />
</template>
<script setup>
import HomeRight from './components/HomeRight/HomeRight.vue';
import HomeLeft from '@/views/Home/components/HomeLeft/HomeLeft.vue';
import { getAggregation } from '@/views/Home/aggregation';
import SearchBox from '@/views/Home/SearchBox.vue';
onMounted(() => {
  nextTick(() => {
    getAggregation()
  })
})
    getAggregation();
  });
});
</script>
<style scoped lang="scss">
</style>
<style scoped lang="scss"></style>