新增答辩用后台管理系统

This commit is contained in:
2026-06-29 03:08:42 +08:00
parent efd4d03037
commit e61fa6de00
98 changed files with 16022 additions and 420 deletions
+12
View File
@@ -0,0 +1,12 @@
<script setup lang="ts">
</script>
<template>
<router-view />
</template>
<style>
#app {
height: 100%;
}
</style>