src/components/iconSelector/index.vue
@@ -179,7 +179,7 @@ // 阿里字体图标使用 `yw xxx` if (state.fontIconList.yw.length > 0) return; initIconfont.yw().then((res: any) => { state.fontIconList.yw = res.map((i: string) => `ywicon ${i}`); state.fontIconList.yw = res.map((i: string) => `ywifont ${i}`); }); } else if (name === 'ali') {