feat:初始化工程
This commit is contained in:
11
src/views/Exam.vue
Normal file
11
src/views/Exam.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<h2>考试中心</h2>
|
||||
<p style="color:#94a3b8;margin-top:8px;">按学科进行综合检验,模拟真实考试环境</p>
|
||||
<el-divider />
|
||||
<el-empty description="考试页面 - 待开发" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
Reference in New Issue
Block a user