mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
refactor: 移动端禁用跳转
This commit is contained in:
parent
1740e4901d
commit
be94b177a0
@ -213,7 +213,9 @@ export default {
|
|||||||
jumpCount++
|
jumpCount++
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
jumpCount && trackMenuInfo.push('jump')
|
if (this.scaleCoefficientType === 'pc') {
|
||||||
|
jumpCount && trackMenuInfo.push('jump')
|
||||||
|
}
|
||||||
linkageCount && trackMenuInfo.push('linkage')
|
linkageCount && trackMenuInfo.push('linkage')
|
||||||
this.drillFields.length && trackMenuInfo.push('drill')
|
this.drillFields.length && trackMenuInfo.push('drill')
|
||||||
return trackMenuInfo
|
return trackMenuInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user