From 3acf79d55e2edfe7f6938e55087a231b3f2f4451 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 3 Nov 2022 09:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E7=8E=AF=E8=87=AA=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rest/custom/getZip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest/custom/getZip.js b/src/rest/custom/getZip.js index 983adf0..b34b366 100644 --- a/src/rest/custom/getZip.js +++ b/src/rest/custom/getZip.js @@ -14,7 +14,7 @@ module.exports = { const buildPath = { web: 'base-web', wxwork: 'base-wxcp', - mp: '' + mp: 'dvcp_v2_wxmp' }[info.type] || {} const path = `/home/deploy/node-service/${buildPath}`, {dist} = info