riku
2024-06-12 58a5242ff58523f5d048da13fc543ffba5065414
src/views/HomeView.vue
@@ -1,6 +1,8 @@
<template>
  <el-row> 系统标题、时间、天气等信息 </el-row>
  <router-view></router-view>
  <core-header></core-header>
  <div class="fy-body">
    <router-view></router-view>
  </div>
</template>
<script setup></script>