应用层PC端前端服务

login.vue 160B

123456789101112131415161718
  1. /**
  2. * 数据监控 监控查询
  3. */
  4. <template>
  5. <div>数据监控 监控查询</div>
  6. </template>
  7. <script>
  8. export default {
  9. }
  10. </script>
  11. <style>
  12. </style>