工作台入库埋点设置

This commit is contained in:
aixianling
2022-08-24 14:43:43 +08:00
parent 95d22d59f6
commit d8fcd77b4f

View File

@@ -193,6 +193,8 @@ export default {
const {tabBar, form: {type, appId, isSingleService, homePage}} = this
if (type == 'mp') {
this.form.extra = {tabBar, appId}
} else if (type == 'web') {
this.form.extra = {isSingleService, homePage}
} else if (type == 'wxwork') {
this.form.extra = {isSingleService, homePage}
}