From 6021b64cd79cb2510f657ff3f9fc3b5f06ccf7b5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 2 Nov 2022 17:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=8D=95=E6=9C=8D=E5=8A=A1?= 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, 1 insertion(+), 1 deletion(-) 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)