From c22c5d43dd3528b94812cdc212e8aa002e3ceda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=2EKing-=E7=8E=8B=E5=87=AF=E5=A3=AE?= Date: Mon, 27 May 2024 10:40:44 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-121158=20fix:=E6=8E=A7=E5=88=B6=E5=8F=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fineui/src/core/5.inject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fineui/src/core/5.inject.js b/packages/fineui/src/core/5.inject.js index f9aeacd07..901512a03 100644 --- a/packages/fineui/src/core/5.inject.js +++ b/packages/fineui/src/core/5.inject.js @@ -427,7 +427,7 @@ const providers = {}, export const Providers = { getProvider: (type, config) => { if (!providerInjection[type]) { - _global.console && console.error(`provider: [${type}] undefined`); + _global.console && console.warn(`provider: [${type}] undefined`); } runConfigFunction(type); if (!providers[type]) {