riku
2024-07-08 8756117a473facf0bf64c9e28f821b52e46cce85
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>