小程序设置单服务
This commit is contained in:
@@ -283,7 +283,7 @@ export default {
|
||||
form: {type, appId, embeddedAppIdList, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode}
|
||||
} = this
|
||||
if (type == 'mp') {
|
||||
this.form.extra = {tabBar, appId, embeddedAppIdList}
|
||||
this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService}
|
||||
} else if (type == 'web') {
|
||||
const {desc} = sysInfo
|
||||
sysInfo.desc = JSON.parse(desc || null)
|
||||
|
||||
Reference in New Issue
Block a user