This commit is contained in:
guanj
2026-03-05 15:42:15 +08:00
parent 30eddd0572
commit 9202da17f1
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ export function queryAllByType(params: any) {
//获取用户
export function selectUserList(data: any) {
return createAxios({
url: '/supervision-boot/userReport/selectUserList',
url: '/device-boot/userReport/selectUserList',
method: 'post',
data
})