dashboard
repositories
filestore
activity
search
login
main
/
gtqtOut
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
应急队伍管理弹窗
13937891274
2022-07-05
7f325436d9e2390bc9b14b3101e077dd6d551662
[gtqtOut.git]
/
src
/
api
/
role
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
import request from '/@/utils/request';
export function useRoleApi() {
return {
getRoleList: () => {
return request({
url: `/role/list`,
method: 'post',
});
},
};
}