@@ -433,13 +433,6 @@
{{ item.typeName }}({{ item.count }}题)
</div>
</template>
- <template v-for="item in state.error.errorList">
- <div
- class="mistake-tag rounded-full bg-red-100 px-2 py-1 text-xs whitespace-nowrap text-red-800"
- >
- {{ item.typeName }}({{ item.count }}题)
- </div>
- </template>