wujingjing
2024-11-25 0c576428e9632cb2ffb29957ffe026eef26967d6
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') {