perf: 优化动态路由

This commit is contained in:
kailong321200875
2023-08-27 09:03:39 +08:00
parent 1452a1afc7
commit 879358821d
14 changed files with 118 additions and 98 deletions

View File

@@ -30,5 +30,5 @@ export const getAdminRoleApi = (
}
export const getTestRoleApi = (params: RoleParams): Promise<IResponse<string[]>> => {
return request.get({ url: '/role/list', params })
return request.get({ url: '/role/list2', params })
}