From f8786ec96675a2f9bd6c2337e3dce26ad66ea56b Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 24 十月 2024 11:35:36 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 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