mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-06 16:26:04 +08:00
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