diff --git a/cds-fontend-2025.V1/src/views/home/modules/header-banner.vue b/cds-fontend-2025.V1/src/views/home/modules/header-banner.vue index 862dab1..5f22f41 100644 --- a/cds-fontend-2025.V1/src/views/home/modules/header-banner.vue +++ b/cds-fontend-2025.V1/src/views/home/modules/header-banner.vue @@ -14,29 +14,29 @@ const authStore = useAuthStore(); const gap = computed(() => (appStore.isMobile ? 0 : 16)); -interface StatisticData { - id: number; - label: string; - value: string; -} - -const statisticData = computed(() => [ - { - id: 0, - label: $t('page.home.projectCount'), - value: '25' - }, - { - id: 1, - label: $t('page.home.todo'), - value: '4/16' - }, - { - id: 2, - label: $t('page.home.message'), - value: '12' - } -]); +// interface StatisticData { +// id: number; +// label: string; +// value: string; +// } +// +// const statisticData = computed(() => [ +// { +// id: 0, +// label: $t('page.home.projectCount'), +// value: '25' +// }, +// { +// id: 1, +// label: $t('page.home.todo'), +// value: '4/16' +// }, +// { +// id: 2, +// label: $t('page.home.message'), +// value: '12' +// } +// ]);