You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
277 B
19 lines
277 B
|
|
let HotCity = [
|
|
{
|
|
"py": "hzs",
|
|
"code": 330100,
|
|
"cityInitial": "H",
|
|
"cityName": "杭州市",
|
|
"pinYin": "hang zhou shi",
|
|
},
|
|
{
|
|
"py": "lys",
|
|
"code": 410300,
|
|
"cityInitial": "L",
|
|
"cityName": "洛阳市",
|
|
"pinYin": "luo yang shi",
|
|
}
|
|
]
|
|
|
|
export default HotCity
|