From a009c8379a8bfb2345673a5f9685514988f11ae5 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 20 Mar 2023 18:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BC=95=E5=AF=BC=E9=A1=B5?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index ed91b34e..749f1e0a 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -113,6 +113,9 @@ + + + 添加 @@ -324,11 +327,12 @@ export default { sysInfo, appQRCode, customLogin, - base + base, + guide } } = this if (type == 'mp') { - this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService} + this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService, guide} } else if (type == 'web') { const {desc} = sysInfo sysInfo.desc = JSON.parse(desc || null)