提交 42572844 编写于 作者: d-u-a's avatar d-u-a

fix: 上次提交的错误判断

上级 f2622618
......@@ -101,7 +101,7 @@ export const options: UniMiniProgramPluginOptions = {
subpackages: true,
plugins: true,
normalize(appJson) {
if ((process.env.UNI_MP_UNIAD = true)) {
if (process.env.UNI_MP_UNIAD == true) {
uniadAppJson(appJson)
}
return appJson
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册