From 5e9f44e5c42d55976d658cbd1cc76be8321dcf4e Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 29 Dec 2022 09:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E5=BE=AEH5=E5=A2=9E=E5=8A=A0=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E7=99=BB=E5=BD=95=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oms/apps/develop/AppDeployCustom/add.vue | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 5b6799f6..51ced626 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -145,6 +145,9 @@ + + +
@@ -290,7 +293,22 @@ export default { if (v) { const { tabBar, - form: {type, appId, embeddedAppIdList, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode} + form: { + type, + appId, + embeddedAppIdList, + isSingleService, + homePage, + hmt, + dv, + downloadCenter, + showTool, + helpDoc, + customerService, + sysInfo, + appQRCode, + customLogin + } } = this if (type == 'mp') { this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService} @@ -299,7 +317,7 @@ export default { sysInfo.desc = JSON.parse(desc || null) this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode} } else if (type == 'wxwork') { - this.form.extra = {isSingleService, homePage, hmt} + this.form.extra = {isSingleService, homePage, hmt, customLogin} } this.instance.post("/node/custom/addOrUpdate", this.form).then(res => { if (res?.code == 0) {