This commit is contained in:
郭飞 2025-03-11 15:43:04 +08:00
commit 24c36ff871

View File

@ -30,7 +30,7 @@ export function getQueryAccountKBList(queryParams: any) {
export function getQueryAccountPageList(queryParams: any) {
return request({
url: '/api/api/queryPageAccount',
url: '/api/queryPageAccount',
method: 'post',
data: queryParams,
});