From 8bd754064ed274b19c85126f744dab1682ca067f Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Mar 2023 09:59:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=AF=E4=BF=A1=E8=AF=81?= =?UTF-8?q?=E4=B9=A6=E5=BC=82=E5=B8=B8=E6=8A=9B=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index c9a90f43..ed91b34e 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -332,7 +332,7 @@ export default { } else if (type == 'web') { const {desc} = sysInfo sysInfo.desc = JSON.parse(desc || null) - sysInfo.ssl = sysInfo.ssl.replace(/"/g, "'") + 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}