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

feat: 判断App安全网络是否开启

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