We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee2702 commit 77abfedCopy full SHA for 77abfed
src/views/intro/index.vue
@@ -3,7 +3,7 @@ import { ref, onMounted, onUnmounted, reactive } from 'vue'
3
// 初始化图片数组
4
const images = ref<string[]>([])
5
for (let i = 1; i <= 76; i++) {
6
- images.value.push(new URL(`/assets/img/intro/ct_header_end${i}.webp`, import.meta.url).href)
+ images.value.push(`/img/intro/ct_header_end${i}.webp`)
7
}
8
9
const currentImageIndex = ref(0)
0 commit comments