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

Revert "feat(uniCloud): secure network config"

This reverts commit cc589783.
上级 1ddfb077
...@@ -184,9 +184,7 @@ export default () => [ ...@@ -184,9 +184,7 @@ export default () => [
const isSecureNetworkEnabled = isEnableSecureNetwork(inputDir, platform) const isSecureNetworkEnabled = isEnableSecureNetwork(inputDir, platform)
return { return {
define: { define: {
'process.env.UNI_SECURE_NETWORK_ENABLE': isSecureNetworkEnabled, 'process.env.UNI_SECURE_NETWORK': isSecureNetworkEnabled,
'process.env.UNI_SECURE_NETWORK_CONFIG':
process.env.UNI_SECURE_NETWORK_CONFIG,
}, },
} }
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册