diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 4f119621..8b83657e 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -154,6 +154,9 @@
+ + + @@ -182,6 +185,9 @@
+ + + @@ -311,7 +317,8 @@ export default { customerService, sysInfo, appQRCode, - customLogin + customLogin, + base } } = this if (type == 'mp') { @@ -319,9 +326,9 @@ export default { } else if (type == 'web') { const {desc} = sysInfo sysInfo.desc = JSON.parse(desc || null) - this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode} + this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode, base} } else if (type == 'wxwork') { - this.form.extra = {isSingleService, homePage, hmt, customLogin} + this.form.extra = {isSingleService, homePage, hmt, customLogin, base} } this.instance.post("/node/custom/addOrUpdate", this.form).then(res => { if (res?.code == 0) {