chore: area data using ts (#8257)

This commit is contained in:
neverland
2021-03-04 09:58:25 +08:00
committed by GitHub
parent 845cc59f86
commit 41b6004678
7 changed files with 2 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
export default {
province_list: {
110000: '北京市',
120000: '天津市',
},
city_list: {
110100: '北京市',
110200: '县',
120100: '天津市',
120200: '县',
},
county_list: {
110101: '东城区',
110102: '西城区',
110228: '密云县',
110229: '延庆县',
120101: '和平区',
120102: '河东区',
120225: '蓟县',
},
};