From 15fa0bfd384380671d90f91f00991a0cc6aaf826 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 17 Jan 2023 11:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=BA=E5=AE=9E=E9=99=85?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E8=AE=BE=E7=BD=AE=E7=9A=84=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E6=A0=B9=E7=9B=AE=E5=BD=95baseURL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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) {