增加可信证书异常抛出

This commit is contained in:
aixianling
2023-03-07 09:59:28 +08:00
parent 8bce4caa97
commit 8bd754064e

View File

@@ -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}