From 1f4081e2bb785f55ef20566bc31c245f76763dad Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 8 Aug 2022 15:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BBsaas=E7=89=88=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=BA=94=E7=94=A8=E8=BF=9B=E5=85=A5=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oms/apps/develop/AppDeployCustom/add.vue | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index b184d60d..2ba65e6e 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -57,12 +57,18 @@ @@ -164,7 +170,7 @@ export default { const {tabBar, form: {type, appId, isSingleService, homePage}} = this if (type == 'mp') { this.form.extra = {tabBar, appId} - } else if (v == 'wxwork') { + } else if (type == 'wxwork') { this.form.extra = {isSingleService, homePage} } this.instance.post("/node/custom/addOrUpdate", this.form).then(res => {