yangyin
2024-11-14 e2b2d9175832558abc80a5a0d4cc2278d0665cf9
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') {