index.vue 196 Bytes
<template>
  <div>数据概览</div>
</template>
<script>
export default {
  data() {
    return {}
  },
  methods: {},
  mounted() {},
  watch: {},
}
</script>
<style lang="scss" scoped></style>