This commit is contained in:
2025-09-22 14:50:02 +08:00
parent 98a67fb648
commit 4f4f93383b
9 changed files with 354 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>保安题库</h1>
</div>
</template>
<script>
export default {
name: "SecurityQuestionBank"
};
</script>