- 完成扫码登录的功能
This commit is contained in:
@@ -25,10 +25,7 @@ export async function listRoles(params?: RoleParam) {
|
||||
const res = await request.get<ApiResult<Role[]>>(
|
||||
SERVER_API_URL + '/system/role',
|
||||
{
|
||||
params,
|
||||
headers: {
|
||||
'TenantId': 10560
|
||||
}
|
||||
params
|
||||
}
|
||||
);
|
||||
if (res.data.code === 0 && res.data.data) {
|
||||
|
||||
Reference in New Issue
Block a user