清洗数据

This commit is contained in:
aixianling
2023-03-02 10:47:00 +08:00
parent a4476570bd
commit 230ce1822f

View File

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