qushaowei
2023-12-13 ff9dfc15ef267fcc5e2343d7bbf6927394bd9948
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
  <div>
    Monitor
  </div>
</template>
 
<script>
export default {
  name: "Monitor"
}
</script>
 
<style scoped>
</style>