From 0e967c072099b9959264c8cc324091c1d0472251 Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期二, 10 十二月 2024 10:55:25 +0800 Subject: [PATCH] 调整工具类中给对象赋值的接口 --- Source/plt-web/plt-web-ui/src/config/iconList.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/config/iconList.js b/Source/plt-web/plt-web-ui/src/config/iconList.js index 1aa4194..366df8e 100644 --- a/Source/plt-web/plt-web-ui/src/config/iconList.js +++ b/Source/plt-web/plt-web-ui/src/config/iconList.js @@ -149,5 +149,6 @@ "iconfont icon-iframe", "iconfont icon-huanyingye", ] - } + }, + ...fontIconList ] -- Gitblit v1.9.3