feat(projects): 添加系统管理的页面
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
<h3>d3</h3>
|
||||
</div>
|
||||
<div>权限管理</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
7
src/views/management/role/index.vue
Normal file
7
src/views/management/role/index.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div>角色管理</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
7
src/views/management/route/index.vue
Normal file
7
src/views/management/route/index.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div>路由管理</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
7
src/views/management/user/index.vue
Normal file
7
src/views/management/user/index.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div>用户管理</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
Reference in New Issue
Block a user