From d8fcd77b4fcfd9f58eceb21fd7929d338550ec2c Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 24 Aug 2022 14:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E5=9F=8B=E7=82=B9=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 2 ++ 1 file changed, 2 insertions(+) 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} }