diff --git a/src/api/common/index.ts b/src/api/common/index.ts index 5a8e4ec..4a53511 100644 --- a/src/api/common/index.ts +++ b/src/api/common/index.ts @@ -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, });