baseInfoEdit.vue 142 B

123456789101112
  1. <template>
  2. <Info></Info>
  3. </template>
  4. <script setup>
  5. import Info from '@/pagesA/info/index'
  6. </script>
  7. <style lang="scss" scoped>
  8. </style>