提交 23184e6c 编写于 作者: fxy060608's avatar fxy060608

chore: build

上级 89593384
......@@ -16496,7 +16496,10 @@ const getProvider = defineAsyncApi(API_GET_PROVIDER, ({ service }, { resolve, re
if (Object.hasOwnProperty.call(provider, key)) {
const item = provider[key];
if (!isFunction(item) && typeof item !== 'undefined') {
returnProvider[key] = item;
const _key = key === 'nativeClient' || key === 'serviceReady'
? 'isAppExist'
: key;
returnProvider[_key] = item;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册