import api from './api' export function indexCount(data) { return api.get('/crm/index/getCount', data, { login: false }) }