增加可信证书异常抛出
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user