曹睿
2025-04-24 79210c2f29c65499e5ff8e4abc0c802b7b1c4065
src/pages/index/index.vue
@@ -32,7 +32,7 @@
    </wd-grid>
    <!-- 数据统计 -->
    <wd-grid :column="2" :gutter="2">
    <!-- <wd-grid :column="2" :gutter="2">
      <wd-grid-item use-slot custom-class="custom-item">
        <view class="flex justify-start pl-5">
          <view class="flex-center">
@@ -55,7 +55,7 @@
          </view>
        </view>
      </wd-grid-item>
    </wd-grid>
    </wd-grid> -->
    <wd-card>
      <template #title>
@@ -201,8 +201,8 @@
};
onReady(() => {
  loadVisitStatsData();
  loadVisitTrendData();
  // loadVisitStatsData();
  // loadVisitTrendData();
});
</script>