|
@@ -82,8 +82,10 @@
|
|
|
<svg-icon icon-class="selflearning" class="tabIcon4" />
|
|
|
<span class="no-show" v-show="MyNo != 3">{{ $t('studentWeb.type.activity') }}</span>
|
|
|
</MenuItem>
|
|
|
- <!-- 错题本 -->
|
|
|
- <MenuItem v-if="userInfo.scope === 'student'" name="8" to="/studentWeb/practice/wrongQues" :title="$t('studentWeb.type.wrongTopic')"
|
|
|
+ <!-- 错题本(搭配学校卖出,限制学生才能使用) -->
|
|
|
+ <!-- 先放开醍摩豆登录限制,方便老师体验试用 -->
|
|
|
+ <!-- <MenuItem v-if="userInfo.scope === 'student'" name="8" to="/studentWeb/practice/wrongQues" :title="$t('studentWeb.type.wrongTopic')" -->
|
|
|
+ <MenuItem name="8" to="/studentWeb/practice/wrongQues" :title="$t('studentWeb.type.wrongTopic')"
|
|
|
v-show="getNowCourse && getNowCourse.id && selectClass && !onlySystem && getNowCourse.subject && !isScale">
|
|
|
<Icon custom="iconfont icon-cuotiji" size="17" class="tabIcon1" />
|
|
|
<span class="no-show" v-show="MyNo != 8">{{ $t('studentWeb.type.wrongTopic') }}</span>
|