大宝管理后台代码
jhzh
2024-05-11 4d4b17e353c062a9ff0874bca2d66a24946679a6
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>