feat(projects): 添加系统管理的页面

This commit is contained in:
Soybean
2022-07-14 23:32:19 +08:00
parent 711a4ae34f
commit c33b5ebfef
11 changed files with 191 additions and 43 deletions

View File

@ -1,7 +1,5 @@
<template>
<div>
<h3>d3</h3>
</div>
<div>权限管理</div>
</template>
<script setup lang="ts"></script>

View File

@ -0,0 +1,7 @@
<template>
<div>角色管理</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>

View File

@ -0,0 +1,7 @@
<template>
<div>路由管理</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>

View File

@ -0,0 +1,7 @@
<template>
<div>用户管理</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>