From 229f8ca2f1f281ef0788bb70cc62ef5c0da69e93 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Wed, 8 Sep 2021 19:07:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/6.inject.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/6.inject.js b/src/core/6.inject.js index ad3df0317..b60093e31 100644 --- a/src/core/6.inject.js +++ b/src/core/6.inject.js @@ -128,7 +128,7 @@ fn(providers[type]); continue; } - BI.Plugin.configWidget(type, fn); + BI.Plugin.configWidget(type, fn, conf.opt); } }; BI.config = BI.config || function (type, configFn, opt) {