import api from './api' export function getAddressCityList(data) { return api.get(`/system/area/tree`, data, {login: true}) }