1
liuying
2024-04-26 b41e110131cdda31f767016c817d2a0faf6ec990
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
  <div>
    Monitor
  </div>
</template>
 
<script>
export default {
  name: 'Monitor'
}
</script>
 
<style scoped>
 
</style>