diff --git a/pages/careerfair/careerfair copy.vue b/pages/careerfair/careerfair copy.vue deleted file mode 100644 index bba0907..0000000 --- a/pages/careerfair/careerfair copy.vue +++ /dev/null @@ -1,544 +0,0 @@ - - - - - diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue deleted file mode 100644 index b31d38f..0000000 --- a/pages/index/components/index-one.vue +++ /dev/null @@ -1,911 +0,0 @@ - - - - - diff --git a/pages/index/index.vue b/pages/index/index.vue index c4fc364..b88d688 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -18,25 +18,11 @@ v-for="(_, index) in 2" :key="index" > - - - - - - @@ -61,7 +47,6 @@ import { reactive, inject, watch, ref, onMounted } from 'vue'; import Tabbar from '@/components/tabbar/midell-box.vue'; import { onLoad, onShow } from '@dcloudio/uni-app'; import IndexRefactor from './components/index-refactor.vue'; -import IndexOne from './components/index-one.vue'; import IndexTwo from './components/index-two.vue'; import useScreenStore from '@/stores/useScreenStore' @@ -71,7 +56,6 @@ const {isWideScreen} = screenStore const loadedMap = reactive([false, false]); const swiperRefs = [ref(null), ref(null)]; -// const components = [IndexOne, IndexTwo]; const components = [IndexRefactor, IndexTwo]; import { storeToRefs } from 'pinia'; import { useReadMsg } from '@/stores/useReadMsg';