小程序设置单服务
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}
|
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user