wlzboy
2025-10-26 ff6f22859f2293cc823818813c1c4874bdd53b6f
app/api/system/user.js
@@ -39,3 +39,12 @@
    filePath: data.filePath
  })
}
// 查询用户列表
export function listUser(query) {
  return request({
    url: '/system/user/list',
    method: 'get',
    params: query
  })
}