手机APP导航栏埋点
This commit is contained in:
@@ -247,13 +247,13 @@ export default {
|
|||||||
submit() {
|
submit() {
|
||||||
this.$refs.AddForm.validate(v => {
|
this.$refs.AddForm.validate(v => {
|
||||||
if (v) {
|
if (v) {
|
||||||
const {tabBar, form: {type, appId, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo}} = this
|
const {tabBar, form: {type, appId, isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode}} = this
|
||||||
if (type == 'mp') {
|
if (type == 'mp') {
|
||||||
this.form.extra = {tabBar, appId}
|
this.form.extra = {tabBar, appId}
|
||||||
} 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)
|
||||||
this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo}
|
this.form.extra = {isSingleService, homePage, hmt, dv, downloadCenter, showTool, helpDoc, customerService, sysInfo, appQRCode}
|
||||||
} else if (type == 'wxwork') {
|
} else if (type == 'wxwork') {
|
||||||
this.form.extra = {isSingleService, homePage, hmt}
|
this.form.extra = {isSingleService, homePage, hmt}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user