From 42572844bb207255c9e4311ce54a5246778cfb1b Mon Sep 17 00:00:00 2001 From: handongxun Date: Sat, 7 May 2022 15:38:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8A=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/uni-mp-weixin/src/compiler/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uni-mp-weixin/src/compiler/options.ts b/packages/uni-mp-weixin/src/compiler/options.ts index e67014b09..781a92fb3 100644 --- a/packages/uni-mp-weixin/src/compiler/options.ts +++ b/packages/uni-mp-weixin/src/compiler/options.ts @@ -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 -- GitLab