diff --git a/docs/1.示例/照片类作品示例.md b/docs/1.示例/照片类作品示例.md index 4d3808ef..e0501310 100644 --- a/docs/1.示例/照片类作品示例.md +++ b/docs/1.示例/照片类作品示例.md @@ -10,7 +10,7 @@ import { ref, onMounted } from 'vue' const list = ref([]) onMounted(async () => { - const res = await fetch('https://api.pengzhanbo.cn/wallpaper/bing/list/zh/').then((res) => res.json()) + const res = await fetch('https://api.pengzhanbo.cn/wallpaper/bing/zh/').then((res) => res.json()) list.value = res.map(item => ({ title: item.title, image: item.url,