提交 d2694b7c 编写于 作者: 雪洛's avatar 雪洛

fix: is secure network enable error

上级 a91375e6
......@@ -97,7 +97,7 @@ export function isEnableSecureNetwork(
) {
const manifest = parseManifestJsonOnce(inputDir)
if (platform === 'app') {
return !!manifest[platform]?.modules?.SecureNetwork
return !!manifest['app-plus']?.modules?.SecureNetwork
}
return manifest[platform]?.secureNetwork?.enable === true
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册