import { queryPage } from './base'; const root = 'log'; export const list = (example) => { return queryPage(root, example); };