- 完成扫码登录的功能

This commit is contained in:
2025-09-21 08:44:44 +08:00
parent 1ba4367c6f
commit 85206f3894
120 changed files with 53 additions and 16971 deletions

View File

@@ -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) {