first commit

This commit is contained in:
zhangchuanlong
2022-01-08 17:20:46 +08:00
commit 8d0158be7c
80 changed files with 5240 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<template>
<h1>权限管理</h1>
</template>

5
src/views/user/index.vue Normal file
View File

@@ -0,0 +1,5 @@
<script setup></script>
<template>
<h1>用户管理</h1>
</template>