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

chore(mp): remove unipush

上级 59d32583
......@@ -33,7 +33,12 @@ export function mergeMiniProgramAppJson(
Object.keys(platformJson).forEach((name) => {
if (
!isMiniProgramProjectJsonKey(name) &&
!['usingComponents', 'optimization', 'scopedSlotsCompiler'].includes(name)
![
'unipush',
'usingComponents',
'optimization',
'scopedSlotsCompiler',
].includes(name)
) {
appJson[name] = platformJson[name]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册