Skip to content

Commit 77abfed

Browse files
committed
修改图片
1 parent cee2702 commit 77abfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/intro/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ref, onMounted, onUnmounted, reactive } from 'vue'
33
// 初始化图片数组
44
const images = ref<string[]>([])
55
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)
6+
images.value.push(`/img/intro/ct_header_end${i}.webp`)
77
}
88
99
const currentImageIndex = ref(0)

0 commit comments

Comments
 (0)