Skip to content

Commit

Permalink
fix cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong committed Dec 15, 2023
1 parent 13cecef commit 837a123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/view/article/article-detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@ export default {
return
}
},
lazyLoadImage: 'https://cdn.jsdelivr.net/npm/vditor/dist/images/img-loading.svg',
cdn:'https://images.igeekfan.cn/js/vditor',
lazyLoadImage: 'https://images.igeekfan.cn/js/vditor/dist/images/img-loading.svg',
})
},
async getQueryArticles() {
Expand Down

0 comments on commit 837a123

Please sign in to comment.