From 670d3da752f13dd8fd37e3feb88bdfdf83a14721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 27 Oct 2023 17:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=9B=E5=BE=AE=E8=96=AA=E8=B5=84=E6=A0=B8?= =?UTF-8?q?=E7=AE=97iframe=E8=A1=A8=E6=A0=BC-?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/CustomIcon/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/CustomIcon/index.tsx b/src/lib/CustomIcon/index.tsx index b7d4212..cbb4149 100644 --- a/src/lib/CustomIcon/index.tsx +++ b/src/lib/CustomIcon/index.tsx @@ -13,7 +13,7 @@ const hrmSalaryUrl = "/spa/hrmSalary/hrmSalaryCalculateDetail/"; const Icon = createFromIconfontCN({ scriptUrl: [ // @ts-ignore - `${process.env.NODE_ENV === "dev" ? Util.getPublicPath() : hrmSalaryUrl}css/iconfont/iconfont.js` + `${process.env.NODE_ENV === "development" ? Util.getPublicPath() : hrmSalaryUrl}css/iconfont/iconfont.js` ] });