“dzb”
2022-09-29 dc04c05b22a5323925218092a0687555a2a5c9c1
src/views/layout/components/Main/index.vue
@@ -10,12 +10,12 @@
</template>
<script>
import MyFooter from "../Footer"
// import MyFooter from "../Footer"
import NavBar from "../NavBar"
export default {
  name: "Main",
  components: {
    MyFooter,
    // MyFooter,
    NavBar
  }
};