From 8c9db36978d945ec78b6337a83de26452725807a Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 17 Jun 2024 16:04:46 +0800 Subject: [PATCH] =?UTF-8?q?copilot=E5=8A=A9=E6=89=8B=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=9F=8B=E7=82=B9?= 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 749f1e0a..ed55e47d 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -189,6 +189,9 @@ + + +
@@ -328,7 +331,8 @@ export default { appQRCode, customLogin, base, - guide + guide, + copilot } } = this if (type == 'mp') { @@ -337,7 +341,7 @@ export default { const {desc} = sysInfo sysInfo.desc = JSON.parse(desc || null) sysInfo.ssl = sysInfo.ssl?.replace(/"/g, "'") - this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode, base} + this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode, base, copilot} } else if (type == 'wxwork') { this.form.extra = {isSingleService, homePage, hmt, customLogin, base} }