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 => {