QYF-GitLab1
2025-03-03 f2b450b76a1b161728c6008de07671f14631b34d
1
2
3
4
5
6
7
8
9
10
11
<template>
  <div class="kinematic">
    <RouterView />
  </div>
</template>
 
<script setup lang="ts">
</script>
 
<style lang="less" scoped>
</style>