1
jhzh
2025-11-12 1bd03f5c2e7b9fa9cc80c4e673e18132da411333
src/page/home/newList.vue
@@ -1,6 +1,6 @@
<template>
  <div class="new_list">
    <tab-head :title="$t('hj6')"></tab-head>
    <!-- <tab-head :title="$t('hj6')"></tab-head> -->
    <news-item v-for="item in newsList" :key="item.id" :item="item"></news-item>