diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 6b39e514..2a91a9bc 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -283,7 +283,7 @@ export default { form: {type, appId, embeddedAppIdList, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode} } = this if (type == 'mp') { - this.form.extra = {tabBar, appId, embeddedAppIdList} + this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService} } else if (type == 'web') { const {desc} = sysInfo sysInfo.desc = JSON.parse(desc || null)