zhangwei
2025-12-29 8edec205baf395715c044a86067505d58455b1c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
  <div>
 <router-view />
  </div>
</template>
 
 
 
<script setup>
 
</script>
 
<style lang="scss">
@use '@/static/css/comm.scss';
</style>