diff --git a/packages/uni-app-plus/dist/index.v3.js b/packages/uni-app-plus/dist/index.v3.js index 19bb500c9525777f4fc58869e9d42e2aaab93be2..e6634a778bc8e05efac5e0f08c743041ef72193e 100644 --- a/packages/uni-app-plus/dist/index.v3.js +++ b/packages/uni-app-plus/dist/index.v3.js @@ -8117,7 +8117,7 @@ var serviceContext = (function () { for (const key in provider) { if (Object.hasOwnProperty.call(provider, key)) { const item = provider[key]; - if (!isFn(item) && typeof item !== 'undefined') { + if (typeof item !== 'undefined') { const _key = key === 'nativeClient' || key === 'serviceReady' ? 'isAppExist'