@@ -219,6 +219,9 @@ export default {
const index = this.scorllTopList.findIndex(
e => scrollTop >= e.start && scrollTop < e.end
)
+ if (this.code === 'project_dispatch') {
+ return
+ }
this.active = index
if (e.target.scrollTop === 0) {
this.active = 0