yangyin
2024-10-14 32e433e28a3b779874f2317b80c4cef81957ff43
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') {