CEES-manage/src/views/modules/h5/student.vue

13 lines
129 B
Vue
Raw Normal View History

2024-04-12 15:34:14 +08:00
<script>
export default {
name: "student"
}
</script>
<template>
<h1>学生管理</h1>
</template>
<style scoped>
</style>