移动系统liao
2025-05-01 a247547df86f0fad8f03aebb91de68d3f2bc7918
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--
 * @FilePath: App.vue
 * @Author: 小飞侠
 * @Date: 2025-03-17 09:36:48
 * @LastEditors: Please set LastEditors
 * @LastEditTime: 2025-03-27 13:20:03
 * Copyright: 2025  MinTinge CO.,LTD. All Rights Reserved.
 * @Descripttion: 写入你的描述
-->
<script setup lang="ts">
import { RouterLink, RouterView } from 'vue-router'
</script>
 
<template>
 
<div  style=" background-color: gainsboro;">
  <RouterView />
</div>
 
 
 
 
</template>
 
<style lang="scss">
 
</style>