scorpio 2 년 전
부모
커밋
88249a55a3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/home/component/pro_left.vue

+ 3 - 0
src/views/home/component/pro_left.vue

@@ -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