接口添加
This commit is contained in:
parent
54557d1a27
commit
30564cf19d
9
api/system/role.js
Normal file
9
api/system/role.js
Normal file
@ -0,0 +1,9 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
// 查询用户角色列表
|
||||
export function getRoleList() {
|
||||
return request({
|
||||
url: "/system/role/app/select",
|
||||
method: "get"
|
||||
})
|
||||
}
|
Loading…
Reference in New Issue
Block a user