提交 05c0c891 编写于 作者: Q qiang

chore: build

上级 244e0004
......@@ -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'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册