From 4f33e1e616e2a59112a6265073124abd7f0e81ed Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 25 二月 2025 16:00:27 +0800 Subject: [PATCH] 修改地图 --- src/components/iconSelector/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/iconSelector/index.vue b/src/components/iconSelector/index.vue index d2f7cc2..089974f 100644 --- a/src/components/iconSelector/index.vue +++ b/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') { -- Gitblit v1.9.3