From a73d9557f03554225b54ef0dc71841c382f43367 Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Tue, 17 May 2022 14:12:43 +0800 Subject: [PATCH] =?UTF-8?q?cli=20=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/WechatMpPlugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/WechatMpPlugin.js b/plugins/WechatMpPlugin.js index 9b7e384..3b24cd9 100644 --- a/plugins/WechatMpPlugin.js +++ b/plugins/WechatMpPlugin.js @@ -268,7 +268,7 @@ class OakWeChatMpPlugin { MODE.external ); } - break; + continue; } if (getIsOak(c)) { const oakComponent = OakPagePath + c.replace(new RegExp(OakPagePrefix), ''); @@ -282,7 +282,7 @@ class OakWeChatMpPlugin { MODE.oak ); } - return; + continue; } if (mode === MODE.oak) { const component = path