riku
2024-06-04 082410a1d196a214265fda2f5ca71bbed5305f88
1
2
3
4
5
6
7
8
<template>
  <el-row> 系统标题、时间、天气等信息 </el-row>
  <router-view></router-view>
</template>
 
<script setup></script>
 
<style scoped></style>