fix: cdn url (#8004)

This commit is contained in:
neverland
2021-01-26 14:16:13 +08:00
committed by GitHub
parent 3562148a23
commit 02d743c7ce
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const PRESET_ICONS = [
function getIconURL(icon) {
if (PRESET_ICONS.indexOf(icon) !== -1) {
return `https://img.yzcdn.cn/vant/share-sheet-${icon}.png`;
return `https://img01.yzcdn.cn/vant/share-sheet-${icon}.png`;
}
return icon;
}