提交 5dc7197c 编写于 作者: Q qiang

chore: build app

上级 45bae809
......@@ -1652,6 +1652,8 @@ var serviceContext = (function () {
{
if (typeof weex === 'object') {
locale = weex.requireModule('plus').getLanguage();
} else {
locale = '';
}
}
......@@ -7495,22 +7497,22 @@ var serviceContext = (function () {
}
}
function configMTLS$1 ({certificates}, callbackId) {
function configMTLS$1 ({ certificates }, callbackId) {
const stream = requireNativePlugin('stream');
stream.configMTLS(certificates, ({type, code, message}) => {
stream.configMTLS(certificates, ({ type, code, message }) => {
switch (type) {
case 'success':
invoke$1(callbackId, {
errMsg: 'configMTLS:ok',
code
});
break;
break
case 'fail':
invoke$1(callbackId, {
errMsg: 'configMTLS:fail ' + message,
code
});
break;
break
}
});
}
......@@ -21836,7 +21838,7 @@ var serviceContext = (function () {
initSubscribeHandlers();
initAppLaunch(Vue);
initAppLaunch(appVm);
// 10s后清理临时文件
setTimeout(clearTempFile, 10000);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册