提交 6a41a2bd 编写于 作者: Q qiang

build stat

上级 e698f4b0
......@@ -78,7 +78,8 @@ const getPlatformName = () => {
'mp-alipay': 'ali',
'mp-baidu': 'bd',
'mp-toutiao': 'tt',
'mp-qq': 'qq'
'mp-qq': 'qq',
'mp-kuaishou': 'ks'
};
return platformList[process.env.VUE_APP_PLATFORM];
};
......@@ -380,12 +381,9 @@ const requestData = (done) => {
if (report_status_code === '') {
report_status_code = 1;
}
if (report_status_code === 1) {
typeof done === 'function' && done({
enable: res.enable
});
}
// console.error('统计请求错误');
typeof done === 'function' && done({
enable: report_status_code
});
}
});
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册