From 230ce1822f640fc750ca09cee79fb79dc25cda74 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 2 Mar 2023 10:47:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B8=85=E6=B4=97=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 427f8fca..c9a90f43 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -332,6 +332,7 @@ export default { } else if (type == 'web') { const {desc} = sysInfo sysInfo.desc = JSON.parse(desc || null) + sysInfo.ssl = sysInfo.ssl.replace(/"/g, "'") 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, base} From 2d71a5601175dc6bcf9d28a75edd97d9815dc117 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 2 Mar 2023 11:17:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/AppConsole/AppConsole.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/project/xiushan/apps/AppConsole/AppConsole.vue b/project/xiushan/apps/AppConsole/AppConsole.vue index dbaaef9d..26a110e4 100644 --- a/project/xiushan/apps/AppConsole/AppConsole.vue +++ b/project/xiushan/apps/AppConsole/AppConsole.vue @@ -191,6 +191,7 @@ export default { overflow-y: auto; display: flex; flex-direction: column; + background: #f3f6f9; .w100 { width: 100%;