diff --git a/pages/work/index.vue b/pages/work/index.vue index ca6c207..4d78c74 100644 --- a/pages/work/index.vue +++ b/pages/work/index.vue @@ -98,7 +98,7 @@ import {getCurrentInstance, ref} from "vue" const {proxy} = getCurrentInstance() const current = ref(0) const swiperDotIndex = ref(0) -const data = ref([{image: '/static/images/banner/banner02.jpg'}, {image: '/static/images/banner/banner03.jpg'}]) +const data = ref([{image: '/static/images/banner/background.jpg'}]) function clickBannerItem(item) { console.info(item) diff --git a/static/images/banner/background.jpg b/static/images/banner/background.jpg new file mode 100644 index 0000000..c001b96 Binary files /dev/null and b/static/images/banner/background.jpg differ