inleft
2022-01-15 41b36f013d4103ffc59fd58feb6b6177ee5b04f7
src/components/swichLabel/main3-show.vue
File was renamed from src/components/layouts/main3-show.vue
@@ -2,10 +2,10 @@
   <div class="blog-main">
      <a-row>
         <a-col v-bind="colApiLeft">
            <music :searchType="searchType"></music>
            <box7 :searchType="searchType"></box7>
         </a-col>
         <a-col v-bind="colApiMain ">
            <boxModule></boxModule>
            <box9></box9>
            <!-- <boxLeft></boxLeft> -->
         </a-col>
         <a-col v-bind="colApiRight">
@@ -15,16 +15,16 @@
</template>
<script>
   import music from "./music.vue"
   import musicPanal from "./musicPanal.vue"
   import boxLeft from "./boxLeft.vue"
   import boxModule from "./module.vue"
   import box7 from "../mini/box7-search.vue"
   import box8 from "../mini/box8-panal.vue"
   import box9 from "../mini/box9-netFile.vue"
   import boxLeft from "../group/boxLeft.vue"
   export default {
      components: {
         music,
         musicPanal,
         box7,
         box8,
         box9,
         boxLeft,
         boxModule,
      },
      data() {