This commit is contained in:
yanran200730
2023-03-02 13:45:09 +08:00
2 changed files with 2 additions and 0 deletions

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}

View File

@@ -191,6 +191,7 @@ export default {
overflow-y: auto;
display: flex;
flex-direction: column;
background: #f3f6f9;
.w100 {
width: 100%;