import { getPositionTreeClick } from '@/api/common/index' // 埋点 export const buryingPoint = async (params) => { await getPositionTreeClick(params) }