diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index e7aaad92..3effe1ec 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -193,6 +193,8 @@ export default { const {tabBar, form: {type, appId, isSingleService, homePage}} = this if (type == 'mp') { this.form.extra = {tabBar, appId} + } else if (type == 'web') { + this.form.extra = {isSingleService, homePage} } else if (type == 'wxwork') { this.form.extra = {isSingleService, homePage} }