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

2 weeks ago
  1. let HotCity = [
  2. {
  3. "py": "hzs",
  4. "code": 330100,
  5. "cityInitial": "H",
  6. "cityName": "杭州市",
  7. "pinYin": "hang zhou shi",
  8. },
  9. {
  10. "py": "lys",
  11. "code": 410300,
  12. "cityInitial": "L",
  13. "cityName": "洛阳市",
  14. "pinYin": "luo yang shi",
  15. }
  16. ]
  17. export default HotCity