const citys = ['广州', '深圳', '北京', '上海'] const cityCodes = ['1001', '1014', '1101', '1201'] const proportions = ['5%', '6%', '7%', '8%', '9%', '10%', '11%', '12%'] module.exports = { citys: citys, cityCodes: cityCodes, proportions: proportions }