7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
import { post } from '@/utils/request'
|
|
|
|
export function fetchList() {
|
|
return post('/exam/api/sys/role/list', {})
|
|
}
|
|
|