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}