Merge pull request #1555 from dataease/feat-mobile-reset

refactor: 移动端禁用跳转
This commit is contained in:
王嘉豪 2021-12-29 16:43:47 +08:00 committed by GitHub
commit daa03411b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,9 @@ export default {
jumpCount++
}
})
jumpCount && trackMenuInfo.push('jump')
if (this.scaleCoefficientType === 'pc') {
jumpCount && trackMenuInfo.push('jump')
}
linkageCount && trackMenuInfo.push('linkage')
this.drillFields.length && trackMenuInfo.push('drill')
return trackMenuInfo