info.vue 212 B

123456789101112131415161718192021
  1. <template>
  2. <view>
  3. </view>
  4. </template>
  5. <script>
  6. import * as API from '@/apis/pagejs/pagesInspection.js'
  7. export default {
  8. data() {
  9. return {
  10. };
  11. }
  12. }
  13. </script>
  14. <style lang="scss">
  15. </style>