小程序设置单服务

This commit is contained in:
aixianling
2022-11-02 17:51:48 +08:00
parent dfbc0ee705
commit 6021b64cd7

View File

@@ -283,7 +283,7 @@ export default {
form: {type, appId, embeddedAppIdList, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode} form: {type, appId, embeddedAppIdList, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode}
} = this } = this
if (type == 'mp') { if (type == 'mp') {
this.form.extra = {tabBar, appId, embeddedAppIdList} this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService}
} else if (type == 'web') { } else if (type == 'web') {
const {desc} = sysInfo const {desc} = sysInfo
sysInfo.desc = JSON.parse(desc || null) sysInfo.desc = JSON.parse(desc || null)