export const japanCities = { countryId: 'japan', cityIds: ['tokyo', 'osaka', 'kyoto', 'sapporo'], // 4 城市,1 页 } export default japanCities