fix(areaData): fix incorrect area code (#10041)

This commit is contained in:
neverland 2021-12-14 09:54:27 +08:00 committed by GitHub
parent 217326e3a0
commit 03fa2d4389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@vant/area-data", "name": "@vant/area-data",
"version": "1.1.3", "version": "1.1.5",
"description": "Vant 省市区数据", "description": "Vant 省市区数据",
"main": "./lib/index.js", "main": "./lib/index.js",
"typings": "./lib/index.d.ts", "typings": "./lib/index.d.ts",

View File

@ -1290,8 +1290,8 @@ export const areaList = {
330110: '余杭区', 330110: '余杭区',
330111: '富阳区', 330111: '富阳区',
330112: '临安区', 330112: '临安区',
330113: '钱塘区', 330113: '临平区',
330114: '临平区', 330114: '钱塘区',
330122: '桐庐县', 330122: '桐庐县',
330127: '淳安县', 330127: '淳安县',
330182: '建德市', 330182: '建德市',