|
@@ -34,8 +34,8 @@
|
|
|
<button class="mm_btn mb_10" :class="{ active: activeBtn === pathOne }"
|
|
<button class="mm_btn mb_10" :class="{ active: activeBtn === pathOne }"
|
|
|
@click="toPage(pathOne)">成绩分析</button>
|
|
@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 }"
|
|
<button class="mm_btn" :class="{ active: activeBtn === pathThree }"
|
|
|
@click="toPage(pathThree)">个人画像</button>
|
|
@click="toPage(pathThree)">个人画像</button>
|
|
|
</div>
|
|
</div>
|