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>