zouyu
2023-09-04 5d4d64bf94fa0b36d97afe25e949c81316965b27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
  <div class="forinspection-father-main">
    <router-view />
  </div>
</template>
 
<script>
export default {
 
}
</script>
 
<style>
 
</style>