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