feat: 角色管理

This commit is contained in:
kailong321200875
2023-08-05 20:34:55 +08:00
parent c72b3a33aa
commit 47016a535f
13 changed files with 398 additions and 106 deletions

5
src/api/role/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import request from '@/config/axios'
export const getRoleListApi = () => {
return request.get({ url: '/role/table' })
}