Sfoglia il codice sorgente

隐藏个性化错题

吴朋磊 3 mesi fa
parent
commit
1ecda19692
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/analysisReport/studentPage/mainPage.vue

+ 2 - 2
src/views/analysisReport/studentPage/mainPage.vue

@@ -34,8 +34,8 @@
                                 <button class="mm_btn mb_10" :class="{ active: activeBtn === pathOne }"
                                     @click="toPage(pathOne)">成绩分析</button>
 
-                                <button class="mm_btn" :class="{ active: activeBtn === pathTwo }"
-                                    @click="toPage(pathTwo)">个性化错题</button>
+                                <!-- <button class="mm_btn" :class="{ active: activeBtn === pathTwo }"
+                                    @click="toPage(pathTwo)">个性化错题</button> -->
                                 <button class="mm_btn" :class="{ active: activeBtn === pathThree }"
                                     @click="toPage(pathThree)">个人画像</button>
                             </div>