index.vue 111 B

123456789
  1. <template>
  2. <div>权限管理</div>
  3. </template>
  4. <script setup lang="tsx">
  5. </script>
  6. <style scoped></style>