获取token修改
This commit is contained in:
@@ -23,3 +23,11 @@ export function del(data: any) {
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export function roleList(id: number) {
|
||||
return createAxios({
|
||||
url: '/user-boot/role/selectRoleDetail?id=' + id,
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user