commit d10c17827d8ead9a2a9b22788f0f4795eb1d2c8e Author: zoujiandong <10130823232@qq.com> Date: Tue Dec 2 14:39:05 2025 +0800 init diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..f0dafb6 --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +# VITE_BASE_URL="http://dev.edu.igandan.com/gdxz-h5/" +VITE_BASE_URL="https://h5.ixuanjiao.com/api/" \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..f0dafb6 --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +# VITE_BASE_URL="http://dev.edu.igandan.com/gdxz-h5/" +VITE_BASE_URL="https://h5.ixuanjiao.com/api/" \ No newline at end of file diff --git a/.env.test b/.env.test new file mode 100644 index 0000000..f7a8ad8 --- /dev/null +++ b/.env.test @@ -0,0 +1,2 @@ +# VITE_BASE_URL="https://twx.igandan.org/" +VITE_BASE_URL="http://dev.edu.igandan.com/gdxz-h5/" \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2303a42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env.local +.env.development.local +.env.test.local +.env.production.local + +# vercel +.vercel + +# typescript +*.tsbuildinfo + + +# eslint +.eslintcache + +# stylelint +.stylelintcache + +dist +dist-ssr +*.local +/dist* + +stats.html \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..971f5e7 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +全景平台 \ No newline at end of file diff --git a/auto-imports.d.ts b/auto-imports.d.ts new file mode 100644 index 0000000..9959df6 --- /dev/null +++ b/auto-imports.d.ts @@ -0,0 +1,65 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// noinspection JSUnusedGlobalSymbols +// Generated by unplugin-auto-import +export {} +declare global { + const EffectScope: typeof import('vue')['EffectScope'] + const computed: typeof import('vue')['computed'] + const createApp: typeof import('vue')['createApp'] + const customRef: typeof import('vue')['customRef'] + const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] + const defineComponent: typeof import('vue')['defineComponent'] + const effectScope: typeof import('vue')['effectScope'] + const getCurrentInstance: typeof import('vue')['getCurrentInstance'] + const getCurrentScope: typeof import('vue')['getCurrentScope'] + const h: typeof import('vue')['h'] + const inject: typeof import('vue')['inject'] + const isProxy: typeof import('vue')['isProxy'] + const isReactive: typeof import('vue')['isReactive'] + const isReadonly: typeof import('vue')['isReadonly'] + const isRef: typeof import('vue')['isRef'] + const markRaw: typeof import('vue')['markRaw'] + const nextTick: typeof import('vue')['nextTick'] + const onActivated: typeof import('vue')['onActivated'] + const onBeforeMount: typeof import('vue')['onBeforeMount'] + const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] + const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] + const onDeactivated: typeof import('vue')['onDeactivated'] + const onErrorCaptured: typeof import('vue')['onErrorCaptured'] + const onMounted: typeof import('vue')['onMounted'] + const onRenderTracked: typeof import('vue')['onRenderTracked'] + const onRenderTriggered: typeof import('vue')['onRenderTriggered'] + const onScopeDispose: typeof import('vue')['onScopeDispose'] + const onServerPrefetch: typeof import('vue')['onServerPrefetch'] + const onUnmounted: typeof import('vue')['onUnmounted'] + const onUpdated: typeof import('vue')['onUpdated'] + const provide: typeof import('vue')['provide'] + const reactive: typeof import('vue')['reactive'] + const readonly: typeof import('vue')['readonly'] + const ref: typeof import('vue')['ref'] + const resolveComponent: typeof import('vue')['resolveComponent'] + const shallowReactive: typeof import('vue')['shallowReactive'] + const shallowReadonly: typeof import('vue')['shallowReadonly'] + const shallowRef: typeof import('vue')['shallowRef'] + const toRaw: typeof import('vue')['toRaw'] + const toRef: typeof import('vue')['toRef'] + const toRefs: typeof import('vue')['toRefs'] + const toValue: typeof import('vue')['toValue'] + const triggerRef: typeof import('vue')['triggerRef'] + const unref: typeof import('vue')['unref'] + const useAttrs: typeof import('vue')['useAttrs'] + const useCssModule: typeof import('vue')['useCssModule'] + const useCssVars: typeof import('vue')['useCssVars'] + const useSlots: typeof import('vue')['useSlots'] + const watch: typeof import('vue')['watch'] + const watchEffect: typeof import('vue')['watchEffect'] + const watchPostEffect: typeof import('vue')['watchPostEffect'] + const watchSyncEffect: typeof import('vue')['watchSyncEffect'] +} +// for type re-export +declare global { + // @ts-ignore + export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' +} diff --git a/components.d.ts b/components.d.ts new file mode 100644 index 0000000..2c1c7b6 --- /dev/null +++ b/components.d.ts @@ -0,0 +1,37 @@ +/* eslint-disable */ +/* prettier-ignore */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} + +declare module 'vue' { + export interface GlobalComponents { + Department: typeof import('./src/views/department.vue')['default'] + DoctorInfo: typeof import('./src/views/doctor-info.vue')['default'] + EducationCentre: typeof import('./src/views/education-centre.vue')['default'] + FeedbackHistory: typeof import('./src/views/feedback-history.vue')['default'] + HeadBar: typeof import('./src/components/headBar.vue')['default'] + Information: typeof import('./src/views/information.vue')['default'] + Interact: typeof import('./src/views/interact.vue')['default'] + InteractSearch: typeof import('./src/views/interact-search.vue')['default'] + LeaveMessage: typeof import('./src/views/leave-message.vue')['default'] + Live: typeof import('./src/views/live.vue')['default'] + Loading: typeof import('./src/components/loading/loading.vue')['default'] + My: typeof import('./src/views/my.vue')['default'] + PaperList: typeof import('./src/components/paperList.vue')['default'] + PersonalData: typeof import('./src/views/personal-data.vue')['default'] + PrivateRecords: typeof import('./src/views/private-records.vue')['default'] + Questionnaire: typeof import('./src/views/questionnaire.vue')['default'] + RouterLink: typeof import('vue-router')['RouterLink'] + RouterView: typeof import('vue-router')['RouterView'] + Search: typeof import('./src/components/search.vue')['default'] + Searchblue: typeof import('./src/components/searchblue.vue')['default'] + Searchthings: typeof import('./src/views/searchthings.vue')['default'] + Searchview: typeof import('./src/views/searchview.vue')['default'] + TabTools: typeof import('./src/components/tabTools.vue')['default'] + Video: typeof import('./src/views/video.vue')['default'] + VisitingInformation: typeof import('./src/views/visiting-information.vue')['default'] + WebsView: typeof import('./src/views/webs-view.vue')['default'] + } +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..7576df1 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + + <%- title %> + + +
+ + + diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..709c3f8 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "target": "ES6", + "module": "commonjs", + "allowSyntheticDefaultImports": true, + "baseUrl": "./", + "paths": { + "@/*": ["src/*"] + } + }, + "exclude": [ + "node_modules" + ] +} diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..f039858 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,4640 @@ +{ + "name": "wxapp-home", + "version": "0.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "wxapp-home", + "version": "0.0.0", + "dependencies": { + "@nutui/nutui": "^4.1.4", + "axios": "^1.5.0", + "cheerio": "^1.0.0-rc.12", + "reset-css": "^5.0.2", + "tdesign-mobile-vue": "^1.0.3", + "vconsole": "^3.15.1", + "vue": "^3.3.4", + "vue-lazyload": "^3.0.0", + "vue-router": "^4.2.4", + "vue3-seamless-scroll": "^2.0.1", + "vxe-table": "^4.5.12", + "weixin-js-sdk": "^1.6.0", + "xe-utils": "^3.5.13" + }, + "devDependencies": { + "@types/node": "^20.4.5", + "@vitejs/plugin-vue": "^4.2.3", + "rollup-plugin-external-globals": "^0.8.0", + "rollup-plugin-visualizer": "^5.9.2", + "terser": "^5.19.1", + "unplugin-auto-import": "^0.16.6", + "unplugin-vue-components": "^0.25.1", + "vite": "^4.4.5", + "vite-plugin-compression": "^0.5.1", + "vite-plugin-html": "^3.2.0" + } + }, + "node_modules/@antfu/utils": { + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.6.tgz", + "integrity": "sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==", + "devOptional": true + }, + "node_modules/@babel/parser": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.5.tgz", + "integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==", + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.5.tgz", + "integrity": "sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==", + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", + "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "devOptional": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "devOptional": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "devOptional": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nutui/icons-vue": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@nutui/icons-vue/-/icons-vue-0.1.1.tgz", + "integrity": "sha512-ekn6R9GNHWNUcV4pxdhQzrI1g1VhZ5zknklXoUJrCzt0RkRRLU0bUXX3ouWT0sl0U3MNJClnXAzZe7iPAvgPtw==" + }, + "node_modules/@nutui/nutui": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@nutui/nutui/-/nutui-4.2.3.tgz", + "integrity": "sha512-ti9yzEYTtlsJNVMtOBp14U359kCjQKpBa+lj/KS5JKvVoryaIde65DhQpz2bUUIR7ROUhfQ0iwg0+KrjEW3Wbg==", + "dependencies": { + "@nutui/icons-vue": "^0.1.1", + "sass": "^1.50.0" + }, + "peerDependencies": { + "unplugin-vue-components": "^0.25.1" + }, + "peerDependenciesMeta": { + "unplugin-vue-components": { + "optional": true + } + } + }, + "node_modules/@rollup/pluginutils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", + "devOptional": true, + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "devOptional": true + }, + "node_modules/@types/lodash": { + "version": "4.14.202", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz", + "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==" + }, + "node_modules/@types/node": { + "version": "20.10.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.3.tgz", + "integrity": "sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/validator": { + "version": "13.11.7", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.7.tgz", + "integrity": "sha512-q0JomTsJ2I5Mv7dhHhQLGjMvX0JJm5dyZ1DXQySIUzU1UlwzB8bt+R6+LODUbz0UDIOvEzGc28tk27gBJw2N8Q==" + }, + "node_modules/@types/web-bluetooth": { + "version": "0.0.20", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", + "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==" + }, + "node_modules/@use-gesture/core": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@use-gesture/core/-/core-10.3.0.tgz", + "integrity": "sha512-rh+6MND31zfHcy9VU3dOZCqGY511lvGcfyJenN4cWZe0u1BH6brBpBddLVXhF2r4BMqWbvxfsbL7D287thJU2A==" + }, + "node_modules/@use-gesture/vanilla": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@use-gesture/vanilla/-/vanilla-10.3.0.tgz", + "integrity": "sha512-hehZWLaNyNc+TWAbhJpj84yumD8ZBp/eet6HGg3xztPcchuNNTGEu5LEEdSg69SXHzS7exWE6j5VnsZ3VXVFxQ==", + "dependencies": { + "@use-gesture/core": "10.3.0" + } + }, + "node_modules/@vitejs/plugin-vue": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.1.tgz", + "integrity": "sha512-DaUzYFr+2UGDG7VSSdShKa9sIWYBa1LL8KC0MNOf2H5LjcTPjob0x8LbkqXWmAtbANJCkpiQTj66UVcQkN2s3g==", + "dev": true, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "peerDependencies": { + "vite": "^4.0.0 || ^5.0.0", + "vue": "^3.2.25" + } + }, + "node_modules/@vue/compiler-core": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.9.tgz", + "integrity": "sha512-+/Lf68Vr/nFBA6ol4xOtJrW+BQWv3QWKfRwGSm70jtXwfhZNF4R/eRgyVJYoxFRhdCTk/F6g99BP0ffPgZihfQ==", + "dependencies": { + "@babel/parser": "^7.23.3", + "@vue/shared": "3.3.9", + "estree-walker": "^2.0.2", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-dom": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.9.tgz", + "integrity": "sha512-nfWubTtLXuT4iBeDSZ5J3m218MjOy42Vp2pmKVuBKo2/BLcrFUX8nCSr/bKRFiJ32R8qbdnnnBgRn9AdU5v0Sg==", + "dependencies": { + "@vue/compiler-core": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "node_modules/@vue/compiler-sfc": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.9.tgz", + "integrity": "sha512-wy0CNc8z4ihoDzjASCOCsQuzW0A/HP27+0MDSSICMjVIFzk/rFViezkR3dzH+miS2NDEz8ywMdbjO5ylhOLI2A==", + "dependencies": { + "@babel/parser": "^7.23.3", + "@vue/compiler-core": "3.3.9", + "@vue/compiler-dom": "3.3.9", + "@vue/compiler-ssr": "3.3.9", + "@vue/reactivity-transform": "3.3.9", + "@vue/shared": "3.3.9", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.5", + "postcss": "^8.4.31", + "source-map-js": "^1.0.2" + } + }, + "node_modules/@vue/compiler-ssr": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.9.tgz", + "integrity": "sha512-NO5oobAw78R0G4SODY5A502MGnDNiDjf6qvhn7zD7TJGc8XDeIEw4fg6JU705jZ/YhuokBKz0A5a/FL/XZU73g==", + "dependencies": { + "@vue/compiler-dom": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "node_modules/@vue/devtools-api": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.1.tgz", + "integrity": "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==" + }, + "node_modules/@vue/reactivity": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.9.tgz", + "integrity": "sha512-VmpIqlNp+aYDg2X0xQhJqHx9YguOmz2UxuUJDckBdQCNkipJvfk9yA75woLWElCa0Jtyec3lAAt49GO0izsphw==", + "dependencies": { + "@vue/shared": "3.3.9" + } + }, + "node_modules/@vue/reactivity-transform": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.9.tgz", + "integrity": "sha512-HnUFm7Ry6dFa4Lp63DAxTixUp8opMtQr6RxQCpDI1vlh12rkGIeYqMvJtK+IKyEfEOa2I9oCkD1mmsPdaGpdVg==", + "dependencies": { + "@babel/parser": "^7.23.3", + "@vue/compiler-core": "3.3.9", + "@vue/shared": "3.3.9", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.5" + } + }, + "node_modules/@vue/runtime-core": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.9.tgz", + "integrity": "sha512-xxaG9KvPm3GTRuM4ZyU8Tc+pMVzcu6eeoSRQJ9IE7NmCcClW6z4B3Ij6L4EDl80sxe/arTtQ6YmgiO4UZqRc+w==", + "dependencies": { + "@vue/reactivity": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "node_modules/@vue/runtime-dom": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.9.tgz", + "integrity": "sha512-e7LIfcxYSWbV6BK1wQv9qJyxprC75EvSqF/kQKe6bdZEDNValzeRXEVgiX7AHI6hZ59HA4h7WT5CGvm69vzJTQ==", + "dependencies": { + "@vue/runtime-core": "3.3.9", + "@vue/shared": "3.3.9", + "csstype": "^3.1.2" + } + }, + "node_modules/@vue/server-renderer": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.9.tgz", + "integrity": "sha512-w0zT/s5l3Oa3ZjtLW88eO4uV6AQFqU8X5GOgzq7SkQQu6vVr+8tfm+OI2kDBplS/W/XgCBuFXiPw6T5EdwXP0A==", + "dependencies": { + "@vue/compiler-ssr": "3.3.9", + "@vue/shared": "3.3.9" + }, + "peerDependencies": { + "vue": "3.3.9" + } + }, + "node_modules/@vue/shared": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.9.tgz", + "integrity": "sha512-ZE0VTIR0LmYgeyhurPTpy4KzKsuDyQbMSdM49eKkMnT5X4VfFBLysMzjIZhLEFQYjjOVVfbvUDHckwjDFiO2eA==" + }, + "node_modules/@vueuse/core": { + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.6.1.tgz", + "integrity": "sha512-Pc26IJbqgC9VG1u6VY/xrXXfxD33hnvxBnKrLlA2LJlyHII+BSrRoTPJgGYq7qZOu61itITFUnm6QbacwZ4H8Q==", + "dependencies": { + "@types/web-bluetooth": "^0.0.20", + "@vueuse/metadata": "10.6.1", + "@vueuse/shared": "10.6.1", + "vue-demi": ">=0.14.6" + } + }, + "node_modules/@vueuse/metadata": { + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.6.1.tgz", + "integrity": "sha512-qhdwPI65Bgcj23e5lpGfQsxcy0bMjCAsUGoXkJ7DsoeDUdasbZ2DBa4dinFCOER3lF4gwUv+UD2AlA11zdzMFw==" + }, + "node_modules/@vueuse/shared": { + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.6.1.tgz", + "integrity": "sha512-TECVDTIedFlL0NUfHWncf3zF9Gc4VfdxfQc8JFwoVZQmxpONhLxFrlm0eHQeidHj4rdTPL3KXJa0TZCk1wnc5Q==", + "dependencies": { + "vue-demi": ">=0.14.6" + } + }, + "node_modules/acorn": { + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", + "devOptional": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/async": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", + "dev": true + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/axios": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "dependencies": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "devOptional": true + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "engines": { + "node": ">=8" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + }, + "node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "devOptional": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/cheerio": { + "version": "1.0.0-rc.12", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz", + "integrity": "sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==", + "dependencies": { + "cheerio-select": "^2.1.0", + "dom-serializer": "^2.0.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "htmlparser2": "^8.0.1", + "parse5": "^7.0.0", + "parse5-htmlparser2-tree-adapter": "^7.0.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/cheerio-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", + "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", + "dependencies": { + "boolbase": "^1.0.0", + "css-select": "^5.1.0", + "css-what": "^6.1.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1" + } + }, + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/clean-css": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", + "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", + "dev": true, + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 10.0" + } + }, + "node_modules/clean-css/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/consola": { + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", + "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==", + "dev": true + }, + "node_modules/copy-text-to-clipboard": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz", + "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==", + "engines": { + "node": ">=12" + } + }, + "node_modules/core-js": { + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.3.tgz", + "integrity": "sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==", + "hasInstallScript": true + }, + "node_modules/css-select": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", + "nth-check": "^2.0.1" + } + }, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/csstype": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + }, + "node_modules/dayjs": { + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + }, + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "devOptional": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + } + }, + "node_modules/dom-zindex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dom-zindex/-/dom-zindex-1.0.1.tgz", + "integrity": "sha512-M/MERVDZ8hguvjl6MAlLWSLYLS7PzEyXaTb5gEeJ+SF+e9iUC0sdvlzqe91MMDHBoy+nqw7wKcUOrDSyvMCrRg==" + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dependencies": { + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/domutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "dependencies": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + } + }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/dotenv": { + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/dotenv-expand": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-8.0.3.tgz", + "integrity": "sha512-SErOMvge0ZUyWd5B0NXMQlDkN+8r+HhVUsxgOO7IoPDOdDRD2JjExpN6y3KnFR66jsJMwSn1pqIivhU5rcJiNg==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/ejs": { + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", + "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", + "dev": true, + "dependencies": { + "jake": "^10.8.5" + }, + "bin": { + "ejs": "bin/cli.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + } + }, + "node_modules/esbuild": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, + "node_modules/escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "devOptional": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "devOptional": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "dev": true, + "dependencies": { + "minimatch": "^5.0.1" + } + }, + "node_modules/filelist/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/follow-redirects": { + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "devOptional": true + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "devOptional": true, + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true, + "bin": { + "he": "bin/he" + } + }, + "node_modules/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, + "dependencies": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/html-minifier-terser/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/htmlparser2": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "entities": "^4.4.0" + } + }, + "node_modules/immutable": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==" + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "devOptional": true, + "dependencies": { + "hasown": "^2.0.0" + } + }, + "node_modules/is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-reference": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz", + "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==", + "dev": true, + "dependencies": { + "@types/estree": "*" + } + }, + "node_modules/is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "dependencies": { + "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jake": { + "version": "10.8.7", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", + "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", + "dev": true, + "dependencies": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.4", + "minimatch": "^3.1.2" + }, + "bin": { + "jake": "bin/cli.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jake/node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/jake/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "dev": true + }, + "node_modules/jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "dependencies": { + "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/local-pkg": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", + "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", + "dev": true, + "dependencies": { + "mlly": "^1.4.2", + "pkg-types": "^1.0.3" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/magic-string": { + "version": "0.30.5", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz", + "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.15" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "devOptional": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "devOptional": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "devOptional": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/mlly": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.4.2.tgz", + "integrity": "sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==", + "dev": true, + "dependencies": { + "acorn": "^8.10.0", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "ufo": "^1.3.0" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "devOptional": true + }, + "node_modules/mutation-observer": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/mutation-observer/-/mutation-observer-1.0.3.tgz", + "integrity": "sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==" + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/node-html-parser": { + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-5.4.2.tgz", + "integrity": "sha512-RaBPP3+51hPne/OolXxcz89iYvQvKOydaqoePpOgXcrOKZhjVIzmpKZz+Hd/RBO2/zN2q6CNJhQzucVz+u3Jyw==", + "dev": true, + "dependencies": { + "css-select": "^4.2.1", + "he": "1.2.0" + } + }, + "node_modules/node-html-parser/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + } + }, + "node_modules/node-html-parser/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + } + }, + "node_modules/node-html-parser/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/node-html-parser/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + } + }, + "node_modules/node-html-parser/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dependencies": { + "boolbase": "^1.0.0" + } + }, + "node_modules/open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "dev": true, + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dependencies": { + "entities": "^4.4.0" + } + }, + "node_modules/parse5-htmlparser2-tree-adapter": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz", + "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==", + "dependencies": { + "domhandler": "^5.0.2", + "parse5": "^7.0.0" + } + }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "devOptional": true + }, + "node_modules/pathe": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.1.tgz", + "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==", + "dev": true + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + } + }, + "node_modules/pkg-types": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz", + "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==", + "dev": true, + "dependencies": { + "jsonc-parser": "^3.2.0", + "mlly": "^1.2.0", + "pathe": "^1.1.0" + } + }, + "node_modules/postcss": { + "version": "8.4.32", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", + "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "devOptional": true + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" + }, + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/reset-css": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/reset-css/-/reset-css-5.0.2.tgz", + "integrity": "sha512-YtgUGSq5z5W0NPSjsBW7ys7rtWa8P8AiE7S6Fg3d1TQCPpAodgYyLuZYlU0AOsLtprk/fC9ormHN/0pAavVIDw==" + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "devOptional": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "devOptional": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rollup": { + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", + "dev": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=14.18.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/rollup-plugin-external-globals": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-external-globals/-/rollup-plugin-external-globals-0.8.0.tgz", + "integrity": "sha512-c65c7hPMCE//cLzC4dLVE25XkuHsBqSkZp+/5pvtZ1MFwqgQLRRkIfuCvI3PnI7Yj8HoXqYtdsRN9gYF5a4tVQ==", + "dev": true, + "dependencies": { + "@rollup/pluginutils": "^5.0.2", + "estree-walker": "^3.0.3", + "is-reference": "^3.0.1", + "magic-string": "^0.30.0" + }, + "peerDependencies": { + "rollup": "^2.25.0 || ^3.3.0" + } + }, + "node_modules/rollup-plugin-external-globals/node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dev": true, + "dependencies": { + "@types/estree": "^1.0.0" + } + }, + "node_modules/rollup-plugin-visualizer": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.10.0.tgz", + "integrity": "sha512-N4AkNL0qFvipegbDJ0kupS+8eKGjL0q+lYwV46NflLX/B8Rh73wz3kCIdg50bR6XVhNcaMA4Eb519xtm90Ckfg==", + "dev": true, + "dependencies": { + "open": "^8.4.0", + "picomatch": "^2.3.1", + "source-map": "^0.7.4", + "yargs": "^17.5.1" + }, + "bin": { + "rollup-plugin-visualizer": "dist/bin/cli.js" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "rollup": "2.x || 3.x || 4.x" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "devOptional": true, + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/sass": { + "version": "1.69.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", + "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/scule": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/scule/-/scule-1.1.1.tgz", + "integrity": "sha512-sHtm/SsIK9BUBI3EFT/Gnp9VoKfY6QLvlkvAE6YK7454IF8FSgJEAnJpVdSC7K5/pjI5NfxhzBLW2JAfYA/shQ==", + "dev": true + }, + "node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-literal": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.3.0.tgz", + "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==", + "dev": true, + "dependencies": { + "acorn": "^8.10.0" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "devOptional": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/tdesign-icons-vue-next": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/tdesign-icons-vue-next/-/tdesign-icons-vue-next-0.2.2.tgz", + "integrity": "sha512-ZKleBME7ZF1IVgnRXmIBPjfNa2Mef1nrK56f2xwn1Aa5mvXxB3fSxEzwhObR7bhzf/K42mz/Knnbll5Y7vCBjg==", + "dependencies": { + "@babel/runtime": "^7.16.3" + }, + "peerDependencies": { + "vue": "^3.0.0" + } + }, + "node_modules/tdesign-mobile-vue": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/tdesign-mobile-vue/-/tdesign-mobile-vue-1.0.7.tgz", + "integrity": "sha512-aH57g5LQ0pVDSoecX5y7SueB165m8gKgWSAd38eqMz2lEzvnz7XvItcRtHEreiaYAX1pqwdHALYsz4FdjmgHjQ==", + "dependencies": { + "@babel/runtime": "^7.16.5", + "@types/lodash": "^4.14.178", + "@types/validator": "^13.6.3", + "@use-gesture/vanilla": "^10.3.0", + "@vueuse/core": "^10.4.1", + "dayjs": "^1.10.7", + "lodash": "^4.17.21", + "tdesign-icons-vue-next": "^0.2.0", + "validator": "^13.5.1" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "vue": "^3.2.6" + } + }, + "node_modules/terser": { + "version": "5.24.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.24.0.tgz", + "integrity": "sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==", + "dev": true, + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/throttle-debounce": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz", + "integrity": "sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==", + "engines": { + "node": ">=12.22" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "dev": true + }, + "node_modules/ufo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.3.2.tgz", + "integrity": "sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==", + "dev": true + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "node_modules/unimport": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.6.0.tgz", + "integrity": "sha512-yXW3Z30yk1vX8fxO8uHlq9wY9K+L56LHp4Hlbv8i7tW+NENSOv8AaFJUPtOQchxlT7/JBAzCtkrBtcVjKIr1VQ==", + "dev": true, + "dependencies": { + "@rollup/pluginutils": "^5.0.5", + "escape-string-regexp": "^5.0.0", + "fast-glob": "^3.3.2", + "local-pkg": "^0.5.0", + "magic-string": "^0.30.5", + "mlly": "^1.4.2", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "scule": "^1.1.0", + "strip-literal": "^1.3.0", + "unplugin": "^1.5.1" + } + }, + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } + }, + "node_modules/unplugin": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.5.1.tgz", + "integrity": "sha512-0QkvG13z6RD+1L1FoibQqnvTwVBXvS4XSPwAyinVgoOCl2jAgwzdUKmEj05o4Lt8xwQI85Hb6mSyYkcAGwZPew==", + "devOptional": true, + "dependencies": { + "acorn": "^8.11.2", + "chokidar": "^3.5.3", + "webpack-sources": "^3.2.3", + "webpack-virtual-modules": "^0.6.0" + } + }, + "node_modules/unplugin-auto-import": { + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-0.16.7.tgz", + "integrity": "sha512-w7XmnRlchq6YUFJVFGSvG1T/6j8GrdYN6Em9Wf0Ye+HXgD/22kont+WnuCAA0UaUoxtuvRR1u/mXKy63g/hfqQ==", + "dev": true, + "dependencies": { + "@antfu/utils": "^0.7.6", + "@rollup/pluginutils": "^5.0.5", + "fast-glob": "^3.3.1", + "local-pkg": "^0.5.0", + "magic-string": "^0.30.5", + "minimatch": "^9.0.3", + "unimport": "^3.4.0", + "unplugin": "^1.5.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@nuxt/kit": "^3.2.2", + "@vueuse/core": "*" + }, + "peerDependenciesMeta": { + "@nuxt/kit": { + "optional": true + }, + "@vueuse/core": { + "optional": true + } + } + }, + "node_modules/unplugin-vue-components": { + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz", + "integrity": "sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==", + "devOptional": true, + "dependencies": { + "@antfu/utils": "^0.7.5", + "@rollup/pluginutils": "^5.0.2", + "chokidar": "^3.5.3", + "debug": "^4.3.4", + "fast-glob": "^3.3.0", + "local-pkg": "^0.4.3", + "magic-string": "^0.30.1", + "minimatch": "^9.0.3", + "resolve": "^1.22.2", + "unplugin": "^1.4.0" + }, + "engines": { + "node": ">=14" + }, + "peerDependencies": { + "@babel/parser": "^7.15.8", + "@nuxt/kit": "^3.2.2", + "vue": "2 || 3" + }, + "peerDependenciesMeta": { + "@babel/parser": { + "optional": true + }, + "@nuxt/kit": { + "optional": true + } + } + }, + "node_modules/unplugin-vue-components/node_modules/local-pkg": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.3.tgz", + "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==", + "devOptional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/validator": { + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz", + "integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/vconsole": { + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/vconsole/-/vconsole-3.15.1.tgz", + "integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==", + "dependencies": { + "@babel/runtime": "^7.17.2", + "copy-text-to-clipboard": "^3.0.1", + "core-js": "^3.11.0", + "mutation-observer": "^1.0.3" + } + }, + "node_modules/vite": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", + "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "dev": true, + "dependencies": { + "esbuild": "^0.18.10", + "postcss": "^8.4.27", + "rollup": "^3.27.1" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vite-plugin-compression": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz", + "integrity": "sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.2", + "debug": "^4.3.3", + "fs-extra": "^10.0.0" + }, + "peerDependencies": { + "vite": ">=2.0.0" + } + }, + "node_modules/vite-plugin-html": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/vite-plugin-html/-/vite-plugin-html-3.2.0.tgz", + "integrity": "sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==", + "dev": true, + "dependencies": { + "@rollup/pluginutils": "^4.2.0", + "colorette": "^2.0.16", + "connect-history-api-fallback": "^1.6.0", + "consola": "^2.15.3", + "dotenv": "^16.0.0", + "dotenv-expand": "^8.0.2", + "ejs": "^3.1.6", + "fast-glob": "^3.2.11", + "fs-extra": "^10.0.1", + "html-minifier-terser": "^6.1.0", + "node-html-parser": "^5.3.3", + "pathe": "^0.2.0" + }, + "peerDependencies": { + "vite": ">=2.0.0" + } + }, + "node_modules/vite-plugin-html/node_modules/@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "dev": true, + "dependencies": { + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/vite-plugin-html/node_modules/pathe": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.2.0.tgz", + "integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==", + "dev": true + }, + "node_modules/vue": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.3.9.tgz", + "integrity": "sha512-sy5sLCTR8m6tvUk1/ijri3Yqzgpdsmxgj6n6yl7GXXCXqVbmW2RCXe9atE4cEI6Iv7L89v5f35fZRRr5dChP9w==", + "dependencies": { + "@vue/compiler-dom": "3.3.9", + "@vue/compiler-sfc": "3.3.9", + "@vue/runtime-dom": "3.3.9", + "@vue/server-renderer": "3.3.9", + "@vue/shared": "3.3.9" + }, + "peerDependencies": { + "typescript": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/vue-demi": { + "version": "0.14.6", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.6.tgz", + "integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==", + "hasInstallScript": true, + "bin": { + "vue-demi-fix": "bin/vue-demi-fix.js", + "vue-demi-switch": "bin/vue-demi-switch.js" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "@vue/composition-api": "^1.0.0-rc.1", + "vue": "^3.0.0-0 || ^2.6.0" + }, + "peerDependenciesMeta": { + "@vue/composition-api": { + "optional": true + } + } + }, + "node_modules/vue-lazyload": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/vue-lazyload/-/vue-lazyload-3.0.0.tgz", + "integrity": "sha512-h2keL/Rj550dLgesgOtXJS9qOiSMmuJNeVlfNAYV1/IYwOQYaWk5mFJlwRxmZDK9YC5gECcFLYYj7z1lKSf9ug==" + }, + "node_modules/vue-router": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.5.tgz", + "integrity": "sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==", + "dependencies": { + "@vue/devtools-api": "^6.5.0" + }, + "peerDependencies": { + "vue": "^3.2.0" + } + }, + "node_modules/vue3-seamless-scroll": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/vue3-seamless-scroll/-/vue3-seamless-scroll-2.0.1.tgz", + "integrity": "sha512-mI3BaDU3pjcPUhVSw3/xNKdfPBDABTi/OdZaZqKysx4cSdNfGRbVvGNDzzptBbJ5S7imv5T55l6x/SqgnxKreg==", + "dependencies": { + "throttle-debounce": "5.0.0" + } + }, + "node_modules/vxe-table": { + "version": "4.5.13", + "resolved": "https://registry.npmjs.org/vxe-table/-/vxe-table-4.5.13.tgz", + "integrity": "sha512-CKsyUhDYIcO4TSXoO0I2YVkKEWjQLUq24PN6MhmFmvyFRdfj80cgLZ4iEjihLieW4aRqPcLHqkw83hCAyzvO8w==", + "dependencies": { + "dom-zindex": "^1.0.1", + "xe-utils": "^3.5.13" + }, + "peerDependencies": { + "vue": "^3.2.28", + "xe-utils": "^3.5.0" + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "devOptional": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack-virtual-modules": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz", + "integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==", + "devOptional": true + }, + "node_modules/weixin-js-sdk": { + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/weixin-js-sdk/-/weixin-js-sdk-1.6.5.tgz", + "integrity": "sha512-Gph1WAWB2YN/lMOFB/ymb+hbU/wYazzJgu6PMMktCy9cSCeW5wA6Zwt0dpahJbJ+RJEwtTv2x9iIu0U4enuVSQ==" + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/xe-utils": { + "version": "3.5.14", + "resolved": "https://registry.npmjs.org/xe-utils/-/xe-utils-3.5.14.tgz", + "integrity": "sha512-Xq6mS8dWwHBQsQUEBXcZYSaBV0KnNLoVWd0vRRDI3nKpbNxfs/LSCK0W21g1edLFnXYfKqg7hh5dakr3RtYY0A==" + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } + } + }, + "dependencies": { + "@antfu/utils": { + "version": "0.7.6", + "resolved": "https://registry.npmjs.org/@antfu/utils/-/utils-0.7.6.tgz", + "integrity": "sha512-pvFiLP2BeOKA/ZOS6jxx4XhKzdVLHDhGlFEaZ2flWWYf2xOqVniqpk38I04DFRyz+L0ASggl7SkItTc+ZLju4w==", + "devOptional": true + }, + "@babel/parser": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.5.tgz", + "integrity": "sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==" + }, + "@babel/runtime": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.5.tgz", + "integrity": "sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==", + "requires": { + "regenerator-runtime": "^0.14.0" + } + }, + "@esbuild/android-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + "dev": true, + "optional": true + }, + "@esbuild/android-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + "dev": true, + "optional": true + }, + "@esbuild/android-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + "dev": true, + "optional": true + }, + "@esbuild/darwin-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + "dev": true, + "optional": true + }, + "@esbuild/freebsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-loong64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + "dev": true, + "optional": true + }, + "@esbuild/linux-mips64el": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-ppc64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + "dev": true, + "optional": true + }, + "@esbuild/linux-riscv64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + "dev": true, + "optional": true + }, + "@esbuild/linux-s390x": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + "dev": true, + "optional": true + }, + "@esbuild/linux-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + "dev": true, + "optional": true + }, + "@esbuild/netbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + "dev": true, + "optional": true + }, + "@esbuild/openbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + "dev": true, + "optional": true + }, + "@esbuild/sunos-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + "dev": true, + "optional": true + }, + "@esbuild/win32-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + "dev": true, + "optional": true + }, + "@esbuild/win32-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + "dev": true, + "optional": true + }, + "@esbuild/win32-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + "dev": true, + "optional": true + }, + "@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "dev": true + }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true + }, + "@jridgewell/source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" + }, + "@jridgewell/trace-mapping": { + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", + "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "devOptional": true, + "requires": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "devOptional": true + }, + "@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "devOptional": true, + "requires": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + } + }, + "@nutui/icons-vue": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@nutui/icons-vue/-/icons-vue-0.1.1.tgz", + "integrity": "sha512-ekn6R9GNHWNUcV4pxdhQzrI1g1VhZ5zknklXoUJrCzt0RkRRLU0bUXX3ouWT0sl0U3MNJClnXAzZe7iPAvgPtw==" + }, + "@nutui/nutui": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/@nutui/nutui/-/nutui-4.2.3.tgz", + "integrity": "sha512-ti9yzEYTtlsJNVMtOBp14U359kCjQKpBa+lj/KS5JKvVoryaIde65DhQpz2bUUIR7ROUhfQ0iwg0+KrjEW3Wbg==", + "requires": { + "@nutui/icons-vue": "^0.1.1", + "sass": "^1.50.0" + } + }, + "@rollup/pluginutils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", + "devOptional": true, + "requires": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^2.3.1" + } + }, + "@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "devOptional": true + }, + "@types/lodash": { + "version": "4.14.202", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz", + "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==" + }, + "@types/node": { + "version": "20.10.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.3.tgz", + "integrity": "sha512-XJavIpZqiXID5Yxnxv3RUDKTN5b81ddNC3ecsA0SoFXz/QU8OGBwZGMomiq0zw+uuqbL/krztv/DINAQ/EV4gg==", + "dev": true, + "requires": { + "undici-types": "~5.26.4" + } + }, + "@types/validator": { + "version": "13.11.7", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.11.7.tgz", + "integrity": "sha512-q0JomTsJ2I5Mv7dhHhQLGjMvX0JJm5dyZ1DXQySIUzU1UlwzB8bt+R6+LODUbz0UDIOvEzGc28tk27gBJw2N8Q==" + }, + "@types/web-bluetooth": { + "version": "0.0.20", + "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", + "integrity": "sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==" + }, + "@use-gesture/core": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@use-gesture/core/-/core-10.3.0.tgz", + "integrity": "sha512-rh+6MND31zfHcy9VU3dOZCqGY511lvGcfyJenN4cWZe0u1BH6brBpBddLVXhF2r4BMqWbvxfsbL7D287thJU2A==" + }, + "@use-gesture/vanilla": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@use-gesture/vanilla/-/vanilla-10.3.0.tgz", + "integrity": "sha512-hehZWLaNyNc+TWAbhJpj84yumD8ZBp/eet6HGg3xztPcchuNNTGEu5LEEdSg69SXHzS7exWE6j5VnsZ3VXVFxQ==", + "requires": { + "@use-gesture/core": "10.3.0" + } + }, + "@vitejs/plugin-vue": { + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.1.tgz", + "integrity": "sha512-DaUzYFr+2UGDG7VSSdShKa9sIWYBa1LL8KC0MNOf2H5LjcTPjob0x8LbkqXWmAtbANJCkpiQTj66UVcQkN2s3g==", + "dev": true, + "requires": {} + }, + "@vue/compiler-core": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-core/-/compiler-core-3.3.9.tgz", + "integrity": "sha512-+/Lf68Vr/nFBA6ol4xOtJrW+BQWv3QWKfRwGSm70jtXwfhZNF4R/eRgyVJYoxFRhdCTk/F6g99BP0ffPgZihfQ==", + "requires": { + "@babel/parser": "^7.23.3", + "@vue/shared": "3.3.9", + "estree-walker": "^2.0.2", + "source-map-js": "^1.0.2" + } + }, + "@vue/compiler-dom": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-dom/-/compiler-dom-3.3.9.tgz", + "integrity": "sha512-nfWubTtLXuT4iBeDSZ5J3m218MjOy42Vp2pmKVuBKo2/BLcrFUX8nCSr/bKRFiJ32R8qbdnnnBgRn9AdU5v0Sg==", + "requires": { + "@vue/compiler-core": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "@vue/compiler-sfc": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-sfc/-/compiler-sfc-3.3.9.tgz", + "integrity": "sha512-wy0CNc8z4ihoDzjASCOCsQuzW0A/HP27+0MDSSICMjVIFzk/rFViezkR3dzH+miS2NDEz8ywMdbjO5ylhOLI2A==", + "requires": { + "@babel/parser": "^7.23.3", + "@vue/compiler-core": "3.3.9", + "@vue/compiler-dom": "3.3.9", + "@vue/compiler-ssr": "3.3.9", + "@vue/reactivity-transform": "3.3.9", + "@vue/shared": "3.3.9", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.5", + "postcss": "^8.4.31", + "source-map-js": "^1.0.2" + } + }, + "@vue/compiler-ssr": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/compiler-ssr/-/compiler-ssr-3.3.9.tgz", + "integrity": "sha512-NO5oobAw78R0G4SODY5A502MGnDNiDjf6qvhn7zD7TJGc8XDeIEw4fg6JU705jZ/YhuokBKz0A5a/FL/XZU73g==", + "requires": { + "@vue/compiler-dom": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "@vue/devtools-api": { + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.5.1.tgz", + "integrity": "sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==" + }, + "@vue/reactivity": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.3.9.tgz", + "integrity": "sha512-VmpIqlNp+aYDg2X0xQhJqHx9YguOmz2UxuUJDckBdQCNkipJvfk9yA75woLWElCa0Jtyec3lAAt49GO0izsphw==", + "requires": { + "@vue/shared": "3.3.9" + } + }, + "@vue/reactivity-transform": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/reactivity-transform/-/reactivity-transform-3.3.9.tgz", + "integrity": "sha512-HnUFm7Ry6dFa4Lp63DAxTixUp8opMtQr6RxQCpDI1vlh12rkGIeYqMvJtK+IKyEfEOa2I9oCkD1mmsPdaGpdVg==", + "requires": { + "@babel/parser": "^7.23.3", + "@vue/compiler-core": "3.3.9", + "@vue/shared": "3.3.9", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.5" + } + }, + "@vue/runtime-core": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/runtime-core/-/runtime-core-3.3.9.tgz", + "integrity": "sha512-xxaG9KvPm3GTRuM4ZyU8Tc+pMVzcu6eeoSRQJ9IE7NmCcClW6z4B3Ij6L4EDl80sxe/arTtQ6YmgiO4UZqRc+w==", + "requires": { + "@vue/reactivity": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "@vue/runtime-dom": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/runtime-dom/-/runtime-dom-3.3.9.tgz", + "integrity": "sha512-e7LIfcxYSWbV6BK1wQv9qJyxprC75EvSqF/kQKe6bdZEDNValzeRXEVgiX7AHI6hZ59HA4h7WT5CGvm69vzJTQ==", + "requires": { + "@vue/runtime-core": "3.3.9", + "@vue/shared": "3.3.9", + "csstype": "^3.1.2" + } + }, + "@vue/server-renderer": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/server-renderer/-/server-renderer-3.3.9.tgz", + "integrity": "sha512-w0zT/s5l3Oa3ZjtLW88eO4uV6AQFqU8X5GOgzq7SkQQu6vVr+8tfm+OI2kDBplS/W/XgCBuFXiPw6T5EdwXP0A==", + "requires": { + "@vue/compiler-ssr": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "@vue/shared": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.3.9.tgz", + "integrity": "sha512-ZE0VTIR0LmYgeyhurPTpy4KzKsuDyQbMSdM49eKkMnT5X4VfFBLysMzjIZhLEFQYjjOVVfbvUDHckwjDFiO2eA==" + }, + "@vueuse/core": { + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-10.6.1.tgz", + "integrity": "sha512-Pc26IJbqgC9VG1u6VY/xrXXfxD33hnvxBnKrLlA2LJlyHII+BSrRoTPJgGYq7qZOu61itITFUnm6QbacwZ4H8Q==", + "requires": { + "@types/web-bluetooth": "^0.0.20", + "@vueuse/metadata": "10.6.1", + "@vueuse/shared": "10.6.1", + "vue-demi": ">=0.14.6" + } + }, + "@vueuse/metadata": { + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-10.6.1.tgz", + "integrity": "sha512-qhdwPI65Bgcj23e5lpGfQsxcy0bMjCAsUGoXkJ7DsoeDUdasbZ2DBa4dinFCOER3lF4gwUv+UD2AlA11zdzMFw==" + }, + "@vueuse/shared": { + "version": "10.6.1", + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-10.6.1.tgz", + "integrity": "sha512-TECVDTIedFlL0NUfHWncf3zF9Gc4VfdxfQc8JFwoVZQmxpONhLxFrlm0eHQeidHj4rdTPL3KXJa0TZCk1wnc5Q==", + "requires": { + "vue-demi": ">=0.14.6" + } + }, + "acorn": { + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", + "devOptional": true + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "async": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", + "dev": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "axios": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", + "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "requires": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "devOptional": true + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" + }, + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "devOptional": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "requires": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "cheerio": { + "version": "1.0.0-rc.12", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz", + "integrity": "sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==", + "requires": { + "cheerio-select": "^2.1.0", + "dom-serializer": "^2.0.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "htmlparser2": "^8.0.1", + "parse5": "^7.0.0", + "parse5-htmlparser2-tree-adapter": "^7.0.0" + } + }, + "cheerio-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", + "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", + "requires": { + "boolbase": "^1.0.0", + "css-select": "^5.1.0", + "css-what": "^6.1.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1" + } + }, + "chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "requires": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "fsevents": "~2.3.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + } + }, + "clean-css": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", + "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "connect-history-api-fallback": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", + "dev": true + }, + "consola": { + "version": "2.15.3", + "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", + "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==", + "dev": true + }, + "copy-text-to-clipboard": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/copy-text-to-clipboard/-/copy-text-to-clipboard-3.2.0.tgz", + "integrity": "sha512-RnJFp1XR/LOBDckxTib5Qjr/PMfkatD0MUCQgdpqS8MdKiNUzBjAQBEN6oUy+jW7LI93BBG3DtMB2KOOKpGs2Q==" + }, + "core-js": { + "version": "3.33.3", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.3.tgz", + "integrity": "sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==" + }, + "css-select": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "requires": { + "boolbase": "^1.0.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", + "nth-check": "^2.0.1" + } + }, + "css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==" + }, + "csstype": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" + }, + "dayjs": { + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "devOptional": true, + "requires": { + "ms": "2.1.2" + } + }, + "define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + }, + "dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "requires": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + } + }, + "dom-zindex": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dom-zindex/-/dom-zindex-1.0.1.tgz", + "integrity": "sha512-M/MERVDZ8hguvjl6MAlLWSLYLS7PzEyXaTb5gEeJ+SF+e9iUC0sdvlzqe91MMDHBoy+nqw7wKcUOrDSyvMCrRg==" + }, + "domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==" + }, + "domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "requires": { + "domelementtype": "^2.3.0" + } + }, + "domutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "requires": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + } + }, + "dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "dotenv": { + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "dev": true + }, + "dotenv-expand": { + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-8.0.3.tgz", + "integrity": "sha512-SErOMvge0ZUyWd5B0NXMQlDkN+8r+HhVUsxgOO7IoPDOdDRD2JjExpN6y3KnFR66jsJMwSn1pqIivhU5rcJiNg==", + "dev": true + }, + "ejs": { + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz", + "integrity": "sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==", + "dev": true, + "requires": { + "jake": "^10.8.5" + } + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==" + }, + "esbuild": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", + "dev": true, + "requires": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true + }, + "escape-string-regexp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz", + "integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==", + "dev": true + }, + "estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==" + }, + "fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "devOptional": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + } + }, + "fastq": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", + "devOptional": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "filelist": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", + "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", + "dev": true, + "requires": { + "minimatch": "^5.0.1" + }, + "dependencies": { + "minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "follow-redirects": { + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==" + }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "fs-extra": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", + "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "optional": true + }, + "function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "devOptional": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "requires": { + "is-glob": "^4.0.1" + } + }, + "graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "devOptional": true, + "requires": { + "function-bind": "^1.1.2" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true + }, + "html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, + "requires": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + }, + "dependencies": { + "commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true + } + } + }, + "htmlparser2": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "requires": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "entities": "^4.4.0" + } + }, + "immutable": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==" + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "devOptional": true, + "requires": { + "hasown": "^2.0.0" + } + }, + "is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "is-reference": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-reference/-/is-reference-3.0.2.tgz", + "integrity": "sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==", + "dev": true, + "requires": { + "@types/estree": "*" + } + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "dev": true, + "requires": { + "is-docker": "^2.0.0" + } + }, + "jake": { + "version": "10.8.7", + "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.7.tgz", + "integrity": "sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==", + "dev": true, + "requires": { + "async": "^3.2.3", + "chalk": "^4.0.2", + "filelist": "^1.0.4", + "minimatch": "^3.1.2" + }, + "dependencies": { + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "dev": true + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "local-pkg": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.5.0.tgz", + "integrity": "sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==", + "dev": true, + "requires": { + "mlly": "^1.4.2", + "pkg-types": "^1.0.3" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "requires": { + "tslib": "^2.0.3" + } + }, + "magic-string": { + "version": "0.30.5", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz", + "integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", + "requires": { + "@jridgewell/sourcemap-codec": "^1.4.15" + } + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "devOptional": true + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "devOptional": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, + "minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "devOptional": true, + "requires": { + "brace-expansion": "^2.0.1" + } + }, + "mlly": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.4.2.tgz", + "integrity": "sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==", + "dev": true, + "requires": { + "acorn": "^8.10.0", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "ufo": "^1.3.0" + } + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "devOptional": true + }, + "mutation-observer": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/mutation-observer/-/mutation-observer-1.0.3.tgz", + "integrity": "sha512-M/O/4rF2h776hV7qGMZUH3utZLO/jK7p8rnNgGkjKUw8zCGjRQPxB8z6+5l8+VjRUQ3dNYu4vjqXYLr+U8ZVNA==" + }, + "nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==" + }, + "no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "requires": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node-html-parser": { + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/node-html-parser/-/node-html-parser-5.4.2.tgz", + "integrity": "sha512-RaBPP3+51hPne/OolXxcz89iYvQvKOydaqoePpOgXcrOKZhjVIzmpKZz+Hd/RBO2/zN2q6CNJhQzucVz+u3Jyw==", + "dev": true, + "requires": { + "css-select": "^4.2.1", + "he": "1.2.0" + }, + "dependencies": { + "css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + } + }, + "dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + } + }, + "domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "requires": { + "domelementtype": "^2.2.0" + } + }, + "domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "requires": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + } + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + } + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "requires": { + "boolbase": "^1.0.0" + } + }, + "open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "dev": true, + "requires": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + } + }, + "param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "requires": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "requires": { + "entities": "^4.4.0" + } + }, + "parse5-htmlparser2-tree-adapter": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz", + "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==", + "requires": { + "domhandler": "^5.0.2", + "parse5": "^7.0.0" + } + }, + "pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "devOptional": true + }, + "pathe": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.1.tgz", + "integrity": "sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==", + "dev": true + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + }, + "pkg-types": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz", + "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==", + "dev": true, + "requires": { + "jsonc-parser": "^3.2.0", + "mlly": "^1.2.0", + "pathe": "^1.1.0" + } + }, + "postcss": { + "version": "8.4.32", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", + "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", + "requires": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + } + }, + "proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "devOptional": true + }, + "readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "requires": { + "picomatch": "^2.2.1" + } + }, + "regenerator-runtime": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" + }, + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true + }, + "reset-css": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/reset-css/-/reset-css-5.0.2.tgz", + "integrity": "sha512-YtgUGSq5z5W0NPSjsBW7ys7rtWa8P8AiE7S6Fg3d1TQCPpAodgYyLuZYlU0AOsLtprk/fC9ormHN/0pAavVIDw==" + }, + "resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "devOptional": true, + "requires": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "devOptional": true + }, + "rollup": { + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", + "dev": true, + "requires": { + "fsevents": "~2.3.2" + } + }, + "rollup-plugin-external-globals": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-external-globals/-/rollup-plugin-external-globals-0.8.0.tgz", + "integrity": "sha512-c65c7hPMCE//cLzC4dLVE25XkuHsBqSkZp+/5pvtZ1MFwqgQLRRkIfuCvI3PnI7Yj8HoXqYtdsRN9gYF5a4tVQ==", + "dev": true, + "requires": { + "@rollup/pluginutils": "^5.0.2", + "estree-walker": "^3.0.3", + "is-reference": "^3.0.1", + "magic-string": "^0.30.0" + }, + "dependencies": { + "estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dev": true, + "requires": { + "@types/estree": "^1.0.0" + } + } + } + }, + "rollup-plugin-visualizer": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/rollup-plugin-visualizer/-/rollup-plugin-visualizer-5.10.0.tgz", + "integrity": "sha512-N4AkNL0qFvipegbDJ0kupS+8eKGjL0q+lYwV46NflLX/B8Rh73wz3kCIdg50bR6XVhNcaMA4Eb519xtm90Ckfg==", + "dev": true, + "requires": { + "open": "^8.4.0", + "picomatch": "^2.3.1", + "source-map": "^0.7.4", + "yargs": "^17.5.1" + } + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "devOptional": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "sass": { + "version": "1.69.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", + "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", + "requires": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + } + }, + "scule": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/scule/-/scule-1.1.1.tgz", + "integrity": "sha512-sHtm/SsIK9BUBI3EFT/Gnp9VoKfY6QLvlkvAE6YK7454IF8FSgJEAnJpVdSC7K5/pjI5NfxhzBLW2JAfYA/shQ==", + "dev": true + }, + "source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true + }, + "source-map-js": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", + "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + } + } + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-literal": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/strip-literal/-/strip-literal-1.3.0.tgz", + "integrity": "sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==", + "dev": true, + "requires": { + "acorn": "^8.10.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "devOptional": true + }, + "tdesign-icons-vue-next": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/tdesign-icons-vue-next/-/tdesign-icons-vue-next-0.2.2.tgz", + "integrity": "sha512-ZKleBME7ZF1IVgnRXmIBPjfNa2Mef1nrK56f2xwn1Aa5mvXxB3fSxEzwhObR7bhzf/K42mz/Knnbll5Y7vCBjg==", + "requires": { + "@babel/runtime": "^7.16.3" + } + }, + "tdesign-mobile-vue": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/tdesign-mobile-vue/-/tdesign-mobile-vue-1.0.7.tgz", + "integrity": "sha512-aH57g5LQ0pVDSoecX5y7SueB165m8gKgWSAd38eqMz2lEzvnz7XvItcRtHEreiaYAX1pqwdHALYsz4FdjmgHjQ==", + "requires": { + "@babel/runtime": "^7.16.5", + "@types/lodash": "^4.14.178", + "@types/validator": "^13.6.3", + "@use-gesture/vanilla": "^10.3.0", + "@vueuse/core": "^10.4.1", + "dayjs": "^1.10.7", + "lodash": "^4.17.21", + "tdesign-icons-vue-next": "^0.2.0", + "validator": "^13.5.1" + } + }, + "terser": { + "version": "5.24.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.24.0.tgz", + "integrity": "sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==", + "dev": true, + "requires": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + } + }, + "throttle-debounce": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz", + "integrity": "sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + }, + "tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "dev": true + }, + "ufo": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/ufo/-/ufo-1.3.2.tgz", + "integrity": "sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==", + "dev": true + }, + "undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "unimport": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/unimport/-/unimport-3.6.0.tgz", + "integrity": "sha512-yXW3Z30yk1vX8fxO8uHlq9wY9K+L56LHp4Hlbv8i7tW+NENSOv8AaFJUPtOQchxlT7/JBAzCtkrBtcVjKIr1VQ==", + "dev": true, + "requires": { + "@rollup/pluginutils": "^5.0.5", + "escape-string-regexp": "^5.0.0", + "fast-glob": "^3.3.2", + "local-pkg": "^0.5.0", + "magic-string": "^0.30.5", + "mlly": "^1.4.2", + "pathe": "^1.1.1", + "pkg-types": "^1.0.3", + "scule": "^1.1.0", + "strip-literal": "^1.3.0", + "unplugin": "^1.5.1" + } + }, + "universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true + }, + "unplugin": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/unplugin/-/unplugin-1.5.1.tgz", + "integrity": "sha512-0QkvG13z6RD+1L1FoibQqnvTwVBXvS4XSPwAyinVgoOCl2jAgwzdUKmEj05o4Lt8xwQI85Hb6mSyYkcAGwZPew==", + "devOptional": true, + "requires": { + "acorn": "^8.11.2", + "chokidar": "^3.5.3", + "webpack-sources": "^3.2.3", + "webpack-virtual-modules": "^0.6.0" + } + }, + "unplugin-auto-import": { + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/unplugin-auto-import/-/unplugin-auto-import-0.16.7.tgz", + "integrity": "sha512-w7XmnRlchq6YUFJVFGSvG1T/6j8GrdYN6Em9Wf0Ye+HXgD/22kont+WnuCAA0UaUoxtuvRR1u/mXKy63g/hfqQ==", + "dev": true, + "requires": { + "@antfu/utils": "^0.7.6", + "@rollup/pluginutils": "^5.0.5", + "fast-glob": "^3.3.1", + "local-pkg": "^0.5.0", + "magic-string": "^0.30.5", + "minimatch": "^9.0.3", + "unimport": "^3.4.0", + "unplugin": "^1.5.0" + } + }, + "unplugin-vue-components": { + "version": "0.25.2", + "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz", + "integrity": "sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==", + "devOptional": true, + "requires": { + "@antfu/utils": "^0.7.5", + "@rollup/pluginutils": "^5.0.2", + "chokidar": "^3.5.3", + "debug": "^4.3.4", + "fast-glob": "^3.3.0", + "local-pkg": "^0.4.3", + "magic-string": "^0.30.1", + "minimatch": "^9.0.3", + "resolve": "^1.22.2", + "unplugin": "^1.4.0" + }, + "dependencies": { + "local-pkg": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/local-pkg/-/local-pkg-0.4.3.tgz", + "integrity": "sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==", + "devOptional": true + } + } + }, + "validator": { + "version": "13.11.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz", + "integrity": "sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==" + }, + "vconsole": { + "version": "3.15.1", + "resolved": "https://registry.npmjs.org/vconsole/-/vconsole-3.15.1.tgz", + "integrity": "sha512-KH8XLdrq9T5YHJO/ixrjivHfmF2PC2CdVoK6RWZB4yftMykYIaXY1mxZYAic70vADM54kpMQF+dYmvl5NRNy1g==", + "requires": { + "@babel/runtime": "^7.17.2", + "copy-text-to-clipboard": "^3.0.1", + "core-js": "^3.11.0", + "mutation-observer": "^1.0.3" + } + }, + "vite": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", + "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "dev": true, + "requires": { + "esbuild": "^0.18.10", + "fsevents": "~2.3.2", + "postcss": "^8.4.27", + "rollup": "^3.27.1" + } + }, + "vite-plugin-compression": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/vite-plugin-compression/-/vite-plugin-compression-0.5.1.tgz", + "integrity": "sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==", + "dev": true, + "requires": { + "chalk": "^4.1.2", + "debug": "^4.3.3", + "fs-extra": "^10.0.0" + } + }, + "vite-plugin-html": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/vite-plugin-html/-/vite-plugin-html-3.2.0.tgz", + "integrity": "sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==", + "dev": true, + "requires": { + "@rollup/pluginutils": "^4.2.0", + "colorette": "^2.0.16", + "connect-history-api-fallback": "^1.6.0", + "consola": "^2.15.3", + "dotenv": "^16.0.0", + "dotenv-expand": "^8.0.2", + "ejs": "^3.1.6", + "fast-glob": "^3.2.11", + "fs-extra": "^10.0.1", + "html-minifier-terser": "^6.1.0", + "node-html-parser": "^5.3.3", + "pathe": "^0.2.0" + }, + "dependencies": { + "@rollup/pluginutils": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", + "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", + "dev": true, + "requires": { + "estree-walker": "^2.0.1", + "picomatch": "^2.2.2" + } + }, + "pathe": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-0.2.0.tgz", + "integrity": "sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==", + "dev": true + } + } + }, + "vue": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/vue/-/vue-3.3.9.tgz", + "integrity": "sha512-sy5sLCTR8m6tvUk1/ijri3Yqzgpdsmxgj6n6yl7GXXCXqVbmW2RCXe9atE4cEI6Iv7L89v5f35fZRRr5dChP9w==", + "requires": { + "@vue/compiler-dom": "3.3.9", + "@vue/compiler-sfc": "3.3.9", + "@vue/runtime-dom": "3.3.9", + "@vue/server-renderer": "3.3.9", + "@vue/shared": "3.3.9" + } + }, + "vue-demi": { + "version": "0.14.6", + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.14.6.tgz", + "integrity": "sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==", + "requires": {} + }, + "vue-lazyload": { + "version": "3.0.0", + "resolved": "https://registry.npmmirror.com/vue-lazyload/-/vue-lazyload-3.0.0.tgz", + "integrity": "sha512-h2keL/Rj550dLgesgOtXJS9qOiSMmuJNeVlfNAYV1/IYwOQYaWk5mFJlwRxmZDK9YC5gECcFLYYj7z1lKSf9ug==" + }, + "vue-router": { + "version": "4.2.5", + "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.2.5.tgz", + "integrity": "sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==", + "requires": { + "@vue/devtools-api": "^6.5.0" + } + }, + "vue3-seamless-scroll": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/vue3-seamless-scroll/-/vue3-seamless-scroll-2.0.1.tgz", + "integrity": "sha512-mI3BaDU3pjcPUhVSw3/xNKdfPBDABTi/OdZaZqKysx4cSdNfGRbVvGNDzzptBbJ5S7imv5T55l6x/SqgnxKreg==", + "requires": { + "throttle-debounce": "5.0.0" + } + }, + "vxe-table": { + "version": "4.5.13", + "resolved": "https://registry.npmjs.org/vxe-table/-/vxe-table-4.5.13.tgz", + "integrity": "sha512-CKsyUhDYIcO4TSXoO0I2YVkKEWjQLUq24PN6MhmFmvyFRdfj80cgLZ4iEjihLieW4aRqPcLHqkw83hCAyzvO8w==", + "requires": { + "dom-zindex": "^1.0.1", + "xe-utils": "^3.5.13" + } + }, + "webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "devOptional": true + }, + "webpack-virtual-modules": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.1.tgz", + "integrity": "sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==", + "devOptional": true + }, + "weixin-js-sdk": { + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/weixin-js-sdk/-/weixin-js-sdk-1.6.5.tgz", + "integrity": "sha512-Gph1WAWB2YN/lMOFB/ymb+hbU/wYazzJgu6PMMktCy9cSCeW5wA6Zwt0dpahJbJ+RJEwtTv2x9iIu0U4enuVSQ==" + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + } + }, + "xe-utils": { + "version": "3.5.14", + "resolved": "https://registry.npmjs.org/xe-utils/-/xe-utils-3.5.14.tgz", + "integrity": "sha512-Xq6mS8dWwHBQsQUEBXcZYSaBV0KnNLoVWd0vRRDI3nKpbNxfs/LSCK0W21g1edLFnXYfKqg7hh5dakr3RtYY0A==" + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "requires": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + } + }, + "yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..e729532 --- /dev/null +++ b/package.json @@ -0,0 +1,40 @@ +{ + "name": "wxapp-home", + "private": true, + "version": "0.0.0", + "type": "module", + "scripts": { + "dev": "vite", + "build": "vite build", + "test": "vite build --mode=test", + "build-prod": "vite build --mode=production", + "preview": "vite preview" + }, + "dependencies": { + "@nutui/nutui": "^4.1.4", + "axios": "^1.5.0", + "cheerio": "^1.0.0-rc.12", + "reset-css": "^5.0.2", + "tdesign-mobile-vue": "^1.0.3", + "vconsole": "^3.15.1", + "vue": "^3.3.4", + "vue-lazyload": "^3.0.0", + "vue-router": "^4.2.4", + "vue3-seamless-scroll": "^2.0.1", + "vxe-table": "^4.5.12", + "weixin-js-sdk": "^1.6.0", + "xe-utils": "^3.5.13" + }, + "devDependencies": { + "@types/node": "^20.4.5", + "@vitejs/plugin-vue": "^4.2.3", + "rollup-plugin-external-globals": "^0.8.0", + "rollup-plugin-visualizer": "^5.9.2", + "terser": "^5.19.1", + "unplugin-auto-import": "^0.16.6", + "unplugin-vue-components": "^0.25.1", + "vite": "^4.4.5", + "vite-plugin-compression": "^0.5.1", + "vite-plugin-html": "^3.2.0" + } +} diff --git a/public/vite.svg b/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue new file mode 100644 index 0000000..928dd0f --- /dev/null +++ b/src/App.vue @@ -0,0 +1,38 @@ + + + + \ No newline at end of file diff --git a/src/assets/back.png b/src/assets/back.png new file mode 100644 index 0000000..01edb95 Binary files /dev/null and b/src/assets/back.png differ diff --git a/src/assets/bigcollect.png b/src/assets/bigcollect.png new file mode 100644 index 0000000..19a6725 Binary files /dev/null and b/src/assets/bigcollect.png differ diff --git a/src/assets/bigcollect1.png b/src/assets/bigcollect1.png new file mode 100644 index 0000000..0034635 Binary files /dev/null and b/src/assets/bigcollect1.png differ diff --git a/src/assets/change_depart.png b/src/assets/change_depart.png new file mode 100644 index 0000000..b341838 Binary files /dev/null and b/src/assets/change_depart.png differ diff --git a/src/assets/close.png b/src/assets/close.png new file mode 100644 index 0000000..5dcad56 Binary files /dev/null and b/src/assets/close.png differ diff --git a/src/assets/collect.png b/src/assets/collect.png new file mode 100644 index 0000000..ee74abe Binary files /dev/null and b/src/assets/collect.png differ diff --git a/src/assets/collectb.png b/src/assets/collectb.png new file mode 100644 index 0000000..98ad2bf Binary files /dev/null and b/src/assets/collectb.png differ diff --git a/src/assets/collects.png b/src/assets/collects.png new file mode 100644 index 0000000..3069bc2 Binary files /dev/null and b/src/assets/collects.png differ diff --git a/src/assets/databg.png b/src/assets/databg.png new file mode 100644 index 0000000..abc4a3a Binary files /dev/null and b/src/assets/databg.png differ diff --git a/src/assets/databgs.png b/src/assets/databgs.png new file mode 100644 index 0000000..746cf8a Binary files /dev/null and b/src/assets/databgs.png differ diff --git a/src/assets/deletes.png b/src/assets/deletes.png new file mode 100644 index 0000000..f35df6f Binary files /dev/null and b/src/assets/deletes.png differ diff --git a/src/assets/department.png b/src/assets/department.png new file mode 100644 index 0000000..18d4a75 Binary files /dev/null and b/src/assets/department.png differ diff --git a/src/assets/departmentn.png b/src/assets/departmentn.png new file mode 100644 index 0000000..da4fec6 Binary files /dev/null and b/src/assets/departmentn.png differ diff --git a/src/assets/edu.png b/src/assets/edu.png new file mode 100644 index 0000000..e70c3c8 Binary files /dev/null and b/src/assets/edu.png differ diff --git a/src/assets/edubg.png b/src/assets/edubg.png new file mode 100644 index 0000000..d0302af Binary files /dev/null and b/src/assets/edubg.png differ diff --git a/src/assets/edubg1.png b/src/assets/edubg1.png new file mode 100644 index 0000000..270cd6d Binary files /dev/null and b/src/assets/edubg1.png differ diff --git a/src/assets/edun.png b/src/assets/edun.png new file mode 100644 index 0000000..576c9dd Binary files /dev/null and b/src/assets/edun.png differ diff --git a/src/assets/first.png b/src/assets/first.png new file mode 100644 index 0000000..96eee50 Binary files /dev/null and b/src/assets/first.png differ diff --git a/src/assets/font/Alibaba_PuHuiTi_2.0_115_Black_115_Black.ttf b/src/assets/font/Alibaba_PuHuiTi_2.0_115_Black_115_Black.ttf new file mode 100644 index 0000000..70281c0 Binary files /dev/null and b/src/assets/font/Alibaba_PuHuiTi_2.0_115_Black_115_Black.ttf differ diff --git a/src/assets/font/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf b/src/assets/font/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf new file mode 100644 index 0000000..b69b510 Binary files /dev/null and b/src/assets/font/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf differ diff --git a/src/assets/font/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf b/src/assets/font/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf new file mode 100644 index 0000000..588a02d Binary files /dev/null and b/src/assets/font/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf differ diff --git a/src/assets/gotosle.png b/src/assets/gotosle.png new file mode 100644 index 0000000..9fee181 Binary files /dev/null and b/src/assets/gotosle.png differ diff --git a/src/assets/his.png b/src/assets/his.png new file mode 100644 index 0000000..08c796b Binary files /dev/null and b/src/assets/his.png differ diff --git a/src/assets/history.png b/src/assets/history.png new file mode 100644 index 0000000..52c1b9a Binary files /dev/null and b/src/assets/history.png differ diff --git a/src/assets/historyb.png b/src/assets/historyb.png new file mode 100644 index 0000000..413c996 Binary files /dev/null and b/src/assets/historyb.png differ diff --git a/src/assets/interact.png b/src/assets/interact.png new file mode 100644 index 0000000..3f74b79 Binary files /dev/null and b/src/assets/interact.png differ diff --git a/src/assets/interactn.png b/src/assets/interactn.png new file mode 100644 index 0000000..6ff12e3 Binary files /dev/null and b/src/assets/interactn.png differ diff --git a/src/assets/liviing.png b/src/assets/liviing.png new file mode 100644 index 0000000..65d0de4 Binary files /dev/null and b/src/assets/liviing.png differ diff --git a/src/assets/my.png b/src/assets/my.png new file mode 100644 index 0000000..9ec5a71 Binary files /dev/null and b/src/assets/my.png differ diff --git a/src/assets/mybg.png b/src/assets/mybg.png new file mode 100644 index 0000000..bd2237a Binary files /dev/null and b/src/assets/mybg.png differ diff --git a/src/assets/myn.png b/src/assets/myn.png new file mode 100644 index 0000000..0908392 Binary files /dev/null and b/src/assets/myn.png differ diff --git a/src/assets/n_bg.png b/src/assets/n_bg.png new file mode 100644 index 0000000..7b41695 Binary files /dev/null and b/src/assets/n_bg.png differ diff --git a/src/assets/notcollect.png b/src/assets/notcollect.png new file mode 100644 index 0000000..6e019ba Binary files /dev/null and b/src/assets/notcollect.png differ diff --git a/src/assets/notice.png b/src/assets/notice.png new file mode 100644 index 0000000..e089b62 Binary files /dev/null and b/src/assets/notice.png differ diff --git a/src/assets/notice_bg.png b/src/assets/notice_bg.png new file mode 100644 index 0000000..08d509a Binary files /dev/null and b/src/assets/notice_bg.png differ diff --git a/src/assets/now.gif b/src/assets/now.gif new file mode 100644 index 0000000..b2eb70d Binary files /dev/null and b/src/assets/now.gif differ diff --git a/src/assets/nowb.gif b/src/assets/nowb.gif new file mode 100644 index 0000000..ea52ea1 Binary files /dev/null and b/src/assets/nowb.gif differ diff --git a/src/assets/popbg.png b/src/assets/popbg.png new file mode 100644 index 0000000..e0c5fcd Binary files /dev/null and b/src/assets/popbg.png differ diff --git a/src/assets/popbg1.png b/src/assets/popbg1.png new file mode 100644 index 0000000..6cb86e3 Binary files /dev/null and b/src/assets/popbg1.png differ diff --git a/src/assets/radio_no.png b/src/assets/radio_no.png new file mode 100644 index 0000000..498db7a Binary files /dev/null and b/src/assets/radio_no.png differ diff --git a/src/assets/radio_sel.png b/src/assets/radio_sel.png new file mode 100644 index 0000000..f3aca4e Binary files /dev/null and b/src/assets/radio_sel.png differ diff --git a/src/assets/read.png b/src/assets/read.png new file mode 100644 index 0000000..f3ba545 Binary files /dev/null and b/src/assets/read.png differ diff --git a/src/assets/readb.png b/src/assets/readb.png new file mode 100644 index 0000000..5afa821 Binary files /dev/null and b/src/assets/readb.png differ diff --git a/src/assets/readed.png b/src/assets/readed.png new file mode 100644 index 0000000..67f1ce2 Binary files /dev/null and b/src/assets/readed.png differ diff --git a/src/assets/readedd.png b/src/assets/readedd.png new file mode 100644 index 0000000..f3ba545 Binary files /dev/null and b/src/assets/readedd.png differ diff --git a/src/assets/rotbot.png b/src/assets/rotbot.png new file mode 100644 index 0000000..280fa92 Binary files /dev/null and b/src/assets/rotbot.png differ diff --git a/src/assets/search.png b/src/assets/search.png new file mode 100644 index 0000000..ae7defb Binary files /dev/null and b/src/assets/search.png differ diff --git a/src/assets/searchb.png b/src/assets/searchb.png new file mode 100644 index 0000000..85954f4 Binary files /dev/null and b/src/assets/searchb.png differ diff --git a/src/assets/second.png b/src/assets/second.png new file mode 100644 index 0000000..5e05684 Binary files /dev/null and b/src/assets/second.png differ diff --git a/src/assets/select_no.png b/src/assets/select_no.png new file mode 100644 index 0000000..0c9f79e Binary files /dev/null and b/src/assets/select_no.png differ diff --git a/src/assets/select_not.png b/src/assets/select_not.png new file mode 100644 index 0000000..41a5ff1 Binary files /dev/null and b/src/assets/select_not.png differ diff --git a/src/assets/select_yes.png b/src/assets/select_yes.png new file mode 100644 index 0000000..ebf9f13 Binary files /dev/null and b/src/assets/select_yes.png differ diff --git a/src/assets/sempty.png b/src/assets/sempty.png new file mode 100644 index 0000000..c68ae4c Binary files /dev/null and b/src/assets/sempty.png differ diff --git a/src/assets/third.png b/src/assets/third.png new file mode 100644 index 0000000..53ab897 Binary files /dev/null and b/src/assets/third.png differ diff --git a/src/assets/toto.png b/src/assets/toto.png new file mode 100644 index 0000000..9136198 Binary files /dev/null and b/src/assets/toto.png differ diff --git a/src/components/headBar.vue b/src/components/headBar.vue new file mode 100644 index 0000000..02392df --- /dev/null +++ b/src/components/headBar.vue @@ -0,0 +1,56 @@ + + + + \ No newline at end of file diff --git a/src/components/loading/index.js b/src/components/loading/index.js new file mode 100644 index 0000000..423afd3 --- /dev/null +++ b/src/components/loading/index.js @@ -0,0 +1,28 @@ +import { createApp } from "vue" + +// 导入写好的Loading.vue文件 +import Loading from "./loading.vue" + +export default { + loading: null, + // 每当这个插件被添加到应用程序中时,如果它是一个对象,就会调用 install 方法。如果它是一个 function,则函数本身将被调用。在这两种情况下——它都会收到两个参数:由 Vue 的 createApp 生成的 app 对象和用户传入的选项。 + install(app) { + if (this.loading) { + // 防止多次载入 + app.config.globalProperties.$loading = this.loading + return + } + // 创建Loading实例,用于挂载 + let instance = createApp(Loading) + // 创建div元素装载Loading对象 + let div = document.createElement("div") + div.setAttribute("id","maskbox") + let body = document.body + // 导入body中 + body.appendChild(div); + + this.loading = instance.mount(div) + // 挂载vue身上 + app.config.globalProperties.$loading = this.loading; + } +} diff --git a/src/components/loading/loading.vue b/src/components/loading/loading.vue new file mode 100644 index 0000000..f003202 --- /dev/null +++ b/src/components/loading/loading.vue @@ -0,0 +1,194 @@ + + + + + \ No newline at end of file diff --git a/src/components/paperList.vue b/src/components/paperList.vue new file mode 100644 index 0000000..d580e6b --- /dev/null +++ b/src/components/paperList.vue @@ -0,0 +1,438 @@ + + + \ No newline at end of file diff --git a/src/components/search.vue b/src/components/search.vue new file mode 100644 index 0000000..440a3c4 --- /dev/null +++ b/src/components/search.vue @@ -0,0 +1,102 @@ + + + \ No newline at end of file diff --git a/src/components/searchblue.vue b/src/components/searchblue.vue new file mode 100644 index 0000000..9b736d7 --- /dev/null +++ b/src/components/searchblue.vue @@ -0,0 +1,93 @@ + + + + \ No newline at end of file diff --git a/src/components/tabTools.vue b/src/components/tabTools.vue new file mode 100644 index 0000000..bf84b4c --- /dev/null +++ b/src/components/tabTools.vue @@ -0,0 +1,88 @@ + + + + \ No newline at end of file diff --git a/src/main.js b/src/main.js new file mode 100644 index 0000000..78b75fa --- /dev/null +++ b/src/main.js @@ -0,0 +1,30 @@ +import { createApp } from 'vue' +import 'reset-css' +import './style.css' +import App from './App.vue' +import router from "@/router/index.js" +import NutUI from "@nutui/nutui"; +import "@nutui/nutui/dist/style.css"; +import TDesign from 'tdesign-mobile-vue'; +import 'tdesign-mobile-vue/es/style/index.css'; +import vue3SeamlessScroll from "vue3-seamless-scroll"; +import VXETable from 'vxe-table' +import 'vxe-table/lib/style.css' +import VueLazyload from 'vue-lazyload' +import Loading from "@/components/loading/index" + //import VConsole from 'vconsole'; + +//const vConsole = new VConsole(); + +const app = createApp(App); +app.use(NutUI); +app.use(router); +app.use(TDesign); +app.use(vue3SeamlessScroll); +app.use(VXETable); +app.use(Loading); +app.use(VueLazyload,{ + preLoad: 1.3, + attempt: 2 +}) +app.mount('#app') diff --git a/src/router/index.js b/src/router/index.js new file mode 100644 index 0000000..af13156 --- /dev/null +++ b/src/router/index.js @@ -0,0 +1,249 @@ +import { createWebHashHistory, createRouter, createWebHistory } from 'vue-router'; +import { defineAsyncComponent } from 'vue' + +// import educationCentre from "@/views/education-centre.vue" +// import department from "@/views/department.vue" +// import interact from "@/views/interact.vue" +// import interactserach from "@/views/interact-search.vue" +// import my from "@/views/my.vue" +// import searchthings from "@/views/searchthings.vue" +// import live from "@/views/live.vue" +// import privateRecords from "@/views/private-records.vue" +// import visitingInformation from "@/views/visiting-information.vue" +// import doctorInfo from "@/views/doctor-info.vue" +// import leaveMessage from "@/views/leave-message.vue" +// import fbhistory from "@/views/feedback-history.vue" +// import information from "@/views/information.vue"; +// import personalData from "@/views/personal-data.vue"; +// import websView from "@/views/webs-view.vue"; +// import video from "@/views/video.vue"; +// import searchview from "@/views/searchview.vue"; +// import questionnaire from "@/views/questionnaire.vue"; +const routes = [ + // { + // path: '/', + // name: 'home', + // component: home, + // children: [{ path: '', component: educationCentre },{ path: '/education-centre', component: educationCentre },{ path: '/my-drugs', namne:'my-drugs',component: myDrugs} + // ] + // }, +{ + path: '/', + redirect: '/education-centre', + }, +{ + path: '/education-centre', + name: 'education-centre', + //component: ()=>import('@/views/education-centre.vue') + component: defineAsyncComponent(() =>import('@/views/education-centre.vue')) + // component: educationCentre, + +}, +{ + path: '/department', + name: 'department', + //component: ()=>import('@/views/department.vue') + component:defineAsyncComponent(() =>import('@/views/department.vue')) + // component: department, + +}, +{ + path: '/interact', + name: 'interact', + component:defineAsyncComponent(() =>import('@/views/interact.vue')) + // component: ()=>import('@/views/interact.vue') + // component: resolve=>(require(["/@/views/interact.vue"],resolve)) + // component: interact, + +}, +{ + path: '/my', + name: 'my', + component:defineAsyncComponent(() =>import('@/views/my.vue')) + // component: ()=>import('@/views/my.vue') + // component: resolve=>(require(["/@/views/my.vue"],resolve)) + // component: my, + +}, +{ + path: '/search-things', + name: 'search-things', + component:defineAsyncComponent(() =>import('@/views/searchthings.vue')) + // component: ()=>import('@/views/searchthings.vue') + // component: resolve=>(require(["/@/views/search-things.vue"],resolve)) + // component: searchthings, + +}, +{ + path: '/live', + name: 'live', + component:defineAsyncComponent(() =>import('@/views/live.vue')) + // component: ()=>import('@/views/live.vue') + // component: resolve=>(require(["/@/views/live.vue"],resolve)) + // component: live, + +}, + +{ + path: '/private-records', + name: 'private-records', + component:defineAsyncComponent(() =>import('@/views/private-records.vue')) + // component: ()=>import('@/views/private-records.vue') + // component: resolve=>(require(["/@/views/private-records.vue"],resolve)) + // component: privateRecords, + +}, +{ + path: '/visiting-information', + name: 'visiting-information', + component:defineAsyncComponent(() =>import('@/views/visiting-information.vue')) + // component: ()=>import('@/views/visiting-information.vue') + // component: resolve=>(require(["/@/views/visiting-information.vue"],resolve)) + // component: visitingInformation, + +}, +{ + path: '/doctor-info', + name: 'doctor-info', + component:defineAsyncComponent(() =>import('@/views/doctor-info.vue')) + // component: ()=>import('@/views/doctor-info.vue') + // component: resolve=>(require(["/@/views/doctor-info.vue"],resolve)) + // component: doctorInfo, + +}, +{ + path: '/leave-message', + name: 'leave-message', + component:defineAsyncComponent(() =>import('@/views/leave-message.vue')) + // component: ()=>import('@/views/leave-message.vue') + // component: resolve=>(require(["/@/views/leave-message.vue"],resolve)) + // component: leaveMessage, + +}, +{ + path: '/feedback-history', + name: 'feedback-history', + component:defineAsyncComponent(() =>import('@/views/feedback-history.vue')) + // component: ()=>import('@/views/feedback-history.vue') + // component: resolve=>(require(["/@/views/feedback-history.vue"],resolve)) + // component: fbhistory, + +}, +{ + path: '/information', + name: 'information', + component:defineAsyncComponent(() =>import('@/views/information.vue')) + // component: ()=>import('@/views/information.vue') + // component: resolve=>(require(["/@/views/information.vue"],resolve)) + // component: information, + +}, +{ + path: '/personal-data', + name: 'personal-data', + component:defineAsyncComponent(() =>import('@/views/personal-data.vue')) + // component: ()=>import('@/views/personal-data.vue') + // component: resolve=>(require(["/@/views/personal-data.vue"],resolve)) + // component: personalData, + +}, +{ + path: '/webs-view', + name: 'webs-view', + component:defineAsyncComponent(() =>import('@/views/webs-view.vue')) + // component: ()=>import('@/views/webs-view.vue') + // component: resolve=>(require(["/@/views/webs-view.vue"],resolve)) + // component: websView, + +}, +{ + path: '/video', + name: 'video', + component:defineAsyncComponent(() =>import('@/views/video.vue')) + // component: ()=>import('@/views/video.vue') + // component: resolve=>(require(["/@/views/video.vue"],resolve)) + // component: video, + +}, +{ + path: '/searchview', + name: 'searchview', + component:defineAsyncComponent(() =>import('@/views/searchview.vue')) + // component: ()=>import('@/views/searchview.vue') + // component: resolve=>(require(["/@/views/searchview.vue"],resolve)) + // component: searchview, + +}, +{ + path: '/questionnaire', + name: 'questionnaire', + component:defineAsyncComponent(() =>import('@/views/questionnaire.vue')) + // component: ()=>import('@/views/questionnaire.vue') + // component: resolve=>(require(["/@/views/questionnaire.vue"],resolve)) + // component: questionnaire, + +}, +{ + path: '/interact-search', + name: 'interactserach', + component:defineAsyncComponent(() =>import('@/views/interact-search.vue')) + // component: ()=>import('@/views/interact-search.vue') + // component: resolve=>(require(["/@/views/interact-search.vue"],resolve)) + // component: interactserach, + +}, +]; +// const routes = [ +// // { +// // path: '/', +// // redirect: '/liver-drugs', +// // }, +// { +// path: '/', +// redirect: '/home', +// }, +// { +// path: '/home', +// name: 'home', +// component: home, +// child:[{ path: '', component: liverDrugs }, +// { +// path: '/liver-drugs', +// // name: 'liver-drugs', +// component: liverDrugs, +// }, +// { path: '/my-drugs', +// // name: 'my-drugs', +// component: myDrugs} ] + +// }, +// { +// path: '/liver-drugs', +// name: 'liver-drugs', +// component: liverDrugs, +// }, +// { +// path: '/liver-tools', +// name: 'liver-tools', +// component: liverTools, +// }, + +// { +// path: '/liver-guidelines', +// name: 'liver-guidelines', +// component: liverGuidelines, +// }, +// { +// path: '/my-drugs', +// name: 'my-drugs', +// component: myDrugs} + +// ]; + +const router = createRouter({ + // createWebHashHistory URL 带井号 + // createWebHistory URL 去井号 + history:createWebHashHistory(), + routes: routes, +}); +export default router; diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..302f805 --- /dev/null +++ b/src/style.css @@ -0,0 +1,21 @@ +body{ + background:#fff; +} +/* @font-face { + font-family: "阿里巴巴普惠体 2.0 65 Medium";font-weight: 500;src: url("//at.alicdn.com/wf/webfont/sgTFboRMJU3n/JxNJC26HiA0D.woff2") format("woff2"), + url("//at.alicdn.com/wf/webfont/sgTFboRMJU3n/T8cUklUUIqA1.woff") format("woff"); + font-display: swap; + } */ +/* 在线链接服务仅供平台体验和调试使用,平台不承诺服务的稳定性,企业客户需下载字体包自行发布使用并做好备份。 */ +@font-face { + font-family:AlibabaPuHuiTiM;; + src:url('../src/assets/font/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf') +} +@font-face { + font-family:AlibabaPuHuiTiR; + src:url('../src/assets/font/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf') +} +@font-face { + font-family:AlibabaPuHuiTiB; + src:url('../src/assets/font/Alibaba_PuHuiTi_2.0_115_Black_115_Black.ttf') +} diff --git a/src/utils/api.js b/src/utils/api.js new file mode 100644 index 0000000..d045e00 --- /dev/null +++ b/src/utils/api.js @@ -0,0 +1,285 @@ +import service from './request'; + +export function getJsapiSignature(appid,url) { + return service({ + url:'/oauth2/getJsapiSignature/'+appid, + method: 'get', + params:{ + url:url, + + } + }) +} +export function oauth2greet(appid,officeId,code) { + return service({ + url:'/oauth2/greet/'+appid+'/'+officeId, + method: 'get', + params:{ + code:code + + } + }) +} +export function getIndex() { + return service({ + url:'/index', + method: 'get' + }) +} +export function queryDepars() { + return service({ + url:'/officeserve/queryDepars', + method: 'get' + }) +} +export function queryPage(pageNum,title) { + return service({ + url:'/interact/queryPage', + method: 'post', + data:{ + pageNum:pageNum, + pageSize :10 , + title:title + + } + }) +} +export function queryNoticeList() { + return service({ + url:'/notice/queryNoticeList', + method: 'get' + }) +} +export function clickArticle(article_id) { + return service({ + url:'/article/clickArticle/'+article_id, + method: 'get' + }) +} +export function Articleread(article_id) { + return service({ + url:'/article/read/'+article_id, + method: 'get' + }) +} +export function Articlecollect(article_id,collect_flag) { + return service({ + url:'/article/collect/'+article_id+'/'+collect_flag, + method: 'get' + }) +} +export function Articledetail(article_id) { + return service({ + url:'/article/detail/'+article_id, + method: 'get' + }) +} +export function queryClickArticle(pageNum) { + return service({ + url:'/article/queryClickArticle', + method: 'post', + data:{ + // ceecId: 0, + pageNum:pageNum, + pageSize :10 , + // tagId:0, + // title:'string' + } + }) +} +export function queryColectArticle() { + return service({ + url:'/article/queryColectArticle', + method: 'post' + }) +} +export function queryReadArticle() { + return service({ + url:'/article/queryReadArticle', + method: 'post' + }) +} +export function getArticleList(url,pageNum,ceecId,title,mediaType,tagId) { + return service({ + url:url, + method: 'post', + data:{ + ceecId:ceecId , + pageNum:pageNum, + pageSize :10 , + tagId:tagId, + title:title, + mediaType:mediaType + } + }) +} +export function getCeecArticleList(pageNum,ceecId,tagId,title) { + return service({ + url:'/ceecArticleList', + method: 'post', + data:{ + ceecId:ceecId , + pageNum:pageNum, + pageSize :10 , + tagId:tagId, + title:title + } + }) +} +export function advise(content) { + return service({ + url:'/advise/add', + method: 'post', + data:{ + content:content , + + } + }) +} +export function advisequeryPage(pageNum) { + return service({ + url:'/advise/queryPage', + method: 'post', + data:{ + pageNum:pageNum, + pageSize :10 , + + } + }) +} +export function queryAddressTime(week) { + return service({ + url:'/outpatient/queryAddressTime', + method: 'post', + data:{ + week:week, + + + } + }) +} +export function getmy() { + return service({ + url:'/user/my', + method: 'get' + }) +} +export function queryList() { + return service({ + url:'/medicalStaff/queryList', + method: 'get' + }) +} +export function medicalStaff(id) { + return service({ + url:'/medicalStaff/get/'+id, + method: 'get' + }) +} +export function userInfo() { + return service({ + url:'/user/info', + method: 'get' + }) +} +export function diseaseList() { + return service({ + url:'/user/diseaseList', + method: 'get' + }) +} +export function educationalList() { + return service({ + url:'/user/educationalList', + method: 'get' + }) +} +export function positionList() { + return service({ + url:'/user/positionList', + method: 'get' + }) +} +// export function userUpdate(birthday,city,disease,district,educational,height,mobile,name,occupation,province,sex,weight) { +// return service({ +// url:'/user/update', +// method: 'post', +// data:{ +// birthday: birthday, +// city:city, +// disease: disease, +// district: district, +// educational:educational, +// height:height, +// mobile: mobile, +// name: name, +// occupation: occupation, +// province: province, +// sex:sex, +// weight: weight +// } +// }) +// } +export function userUpdate(formData){ + return service({ + url:'/user/update', + method: 'post', + data:formData + }) +} +export function medicalStaffqueryPage(pageNum,name) { + return service({ + url:'/medicalStaff/queryPage', + method: 'post', + data:{ + name:name, + pageNum:pageNum, + pageSize :10 , + + } + }) +} +export function livequeryPage(pageNum) { + return service({ + url:'/live/queryPage', + method: 'post', + data:{ + pageNum:pageNum, + pageSize :10 , + + } + }) +} + +export function questionnaire(pageNum) { + return service({ + url:'/questionnaire/queryPage', + method: 'post', + data:{ + pageNum:pageNum, + pageSize :10 , + + } + }) +} + +// export function addCorrection(id,catalog_id,content) { +// return service({ +// url:'/book/drughand/addCorrection', +// method: 'post', +// params:{ +// id:id, +// catalog_id:catalog_id, +// content:content +// } +// }) +// } + +export const imgurl='https://health-edu.oss-cn-beijing.aliyuncs.com/'; +// export const greet="http://dev.edu.igandan.com/gdxz-h5/oauth2/index/"; +export const greet="https://h5.ixuanjiao.com/api/oauth2/index/"; +// export const roootUrl='http://dev.edu.igandan.com/h5/index.html?officeid='; +// export const roootUrl='https://xuanjiao.igandan.com/h5/index.html?officeid='; +export const roootUrl='https://h5.ixuanjiao.com/index.html?officeid='; +export const fromwexin='&frommywexin=wx'; +export const frommywexin='?frommywexin=wx'; \ No newline at end of file diff --git a/src/utils/areaList.js b/src/utils/areaList.js new file mode 100644 index 0000000..cec3ba5 --- /dev/null +++ b/src/utils/areaList.js @@ -0,0 +1,24998 @@ +const areaList = +[ + { + "code": 110000, + "value": "北京市", + "label": "北京市", + "children": [ + { + "code": 110100, + "value": "市辖区", + "label": "市辖区", + "children": [ + { + "code": 110101, + "value": "东城区", + "label": "东城区", + "children": null + }, + { + "code": 110102, + "value": "西城区", + "label": "西城区", + "children": null + }, + { + "code": 110105, + "value": "朝阳区", + "label": "朝阳区", + "children": null + }, + { + "code": 110106, + "value": "丰台区", + "label": "丰台区", + "children": null + }, + { + "code": 110107, + "value": "石景山区", + "label": "石景山区", + "children": null + }, + { + "code": 110108, + "value": "海淀区", + "label": "海淀区", + "children": null + }, + { + "code": 110109, + "value": "门头沟区", + "label": "门头沟区", + "children": null + }, + { + "code": 110111, + "value": "房山区", + "label": "房山区", + "children": null + }, + { + "code": 110112, + "value": "通州区", + "label": "通州区", + "children": null + }, + { + "code": 110113, + "value": "顺义区", + "label": "顺义区", + "children": null + }, + { + "code": 110114, + "value": "昌平区", + "label": "昌平区", + "children": null + }, + { + "code": 110115, + "value": "大兴区", + "label": "大兴区", + "children": null + }, + { + "code": 110116, + "value": "怀柔区", + "label": "怀柔区", + "children": null + }, + { + "code": 110117, + "value": "平谷区", + "label": "平谷区", + "children": null + }, + { + "code": 110118, + "value": "密云区", + "label": "密云区", + "children": null + }, + { + "code": 110119, + "value": "延庆区", + "label": "延庆区", + "children": null + }, + { + "code": 110120, + "value": "中关村科技园区", + "label": "中关村科技园区", + "children": null + } + ] + } + ] + }, + { + "code": 120000, + "value": "天津市", + "label": "天津市", + "children": [ + { + "code": 120100, + "value": "市辖区", + "label": "市辖区", + "children": [ + { + "code": 120101, + "value": "和平区", + "label": "和平区", + "children": null + }, + { + "code": 120102, + "value": "河东区", + "label": "河东区", + "children": null + }, + { + "code": 120103, + "value": "河西区", + "label": "河西区", + "children": null + }, + { + "code": 120104, + "value": "南开区", + "label": "南开区", + "children": null + }, + { + "code": 120105, + "value": "河北区", + "label": "河北区", + "children": null + }, + { + "code": 120106, + "value": "红桥区", + "label": "红桥区", + "children": null + }, + { + "code": 120110, + "value": "东丽区", + "label": "东丽区", + "children": null + }, + { + "code": 120111, + "value": "西青区", + "label": "西青区", + "children": null + }, + { + "code": 120112, + "value": "津南区", + "label": "津南区", + "children": null + }, + { + "code": 120113, + "value": "北辰区", + "label": "北辰区", + "children": null + }, + { + "code": 120114, + "value": "武清区", + "label": "武清区", + "children": null + }, + { + "code": 120115, + "value": "宝坻区", + "label": "宝坻区", + "children": null + }, + { + "code": 120116, + "value": "滨海新区", + "label": "滨海新区", + "children": null + }, + { + "code": 120117, + "value": "宁河区", + "label": "宁河区", + "children": null + }, + { + "code": 120118, + "value": "静海区", + "label": "静海区", + "children": null + }, + { + "code": 120119, + "value": "蓟州区", + "label": "蓟州区", + "children": null + }, + { + "code": 120120, + "value": "滨海高新区", + "label": "滨海高新区", + "children": null + } + ] + } + ] + }, + { + "code": 130000, + "value": "河北省", + "label": "河北省", + "children": [ + { + "code": 130100, + "value": "石家庄市", + "label": "石家庄市", + "children": [ + { + "code": 130102, + "value": "长安区", + "label": "长安区", + "children": null + }, + { + "code": 130104, + "value": "桥西区", + "label": "桥西区", + "children": null + }, + { + "code": 130105, + "value": "新华区", + "label": "新华区", + "children": null + }, + { + "code": 130107, + "value": "井陉矿区", + "label": "井陉矿区", + "children": null + }, + { + "code": 130108, + "value": "裕华区", + "label": "裕华区", + "children": null + }, + { + "code": 130109, + "value": "藁城区", + "label": "藁城区", + "children": null + }, + { + "code": 130110, + "value": "鹿泉区", + "label": "鹿泉区", + "children": null + }, + { + "code": 130111, + "value": "栾城区", + "label": "栾城区", + "children": null + }, + { + "code": 130121, + "value": "井陉县", + "label": "井陉县", + "children": null + }, + { + "code": 130123, + "value": "正定新区", + "label": "正定新区", + "children": null + }, + { + "code": 130125, + "value": "行唐县", + "label": "行唐县", + "children": null + }, + { + "code": 130126, + "value": "灵寿县", + "label": "灵寿县", + "children": null + }, + { + "code": 130127, + "value": "高邑县", + "label": "高邑县", + "children": null + }, + { + "code": 130128, + "value": "深泽县", + "label": "深泽县", + "children": null + }, + { + "code": 130129, + "value": "赞皇县", + "label": "赞皇县", + "children": null + }, + { + "code": 130130, + "value": "无极县", + "label": "无极县", + "children": null + }, + { + "code": 130131, + "value": "平山县", + "label": "平山县", + "children": null + }, + { + "code": 130132, + "value": "元氏县", + "label": "元氏县", + "children": null + }, + { + "code": 130133, + "value": "赵县", + "label": "赵县", + "children": null + }, + { + "code": 130181, + "value": "辛集市", + "label": "辛集市", + "children": null + }, + { + "code": 130183, + "value": "晋州市", + "label": "晋州市", + "children": null + }, + { + "code": 130184, + "value": "新乐市", + "label": "新乐市", + "children": null + }, + { + "code": 130185, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 130186, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 130187, + "value": "循环化工园区", + "label": "循环化工园区", + "children": null + } + ] + }, + { + "code": 130200, + "value": "唐山市", + "label": "唐山市", + "children": [ + { + "code": 130202, + "value": "路南区", + "label": "路南区", + "children": null + }, + { + "code": 130203, + "value": "路北区", + "label": "路北区", + "children": null + }, + { + "code": 130204, + "value": "古冶区", + "label": "古冶区", + "children": null + }, + { + "code": 130205, + "value": "开平区", + "label": "开平区", + "children": null + }, + { + "code": 130207, + "value": "丰南区", + "label": "丰南区", + "children": null + }, + { + "code": 130208, + "value": "丰润区", + "label": "丰润区", + "children": null + }, + { + "code": 130209, + "value": "曹妃甸区", + "label": "曹妃甸区", + "children": null + }, + { + "code": 130224, + "value": "滦南县", + "label": "滦南县", + "children": null + }, + { + "code": 130225, + "value": "乐亭县", + "label": "乐亭县", + "children": null + }, + { + "code": 130227, + "value": "迁西县", + "label": "迁西县", + "children": null + }, + { + "code": 130229, + "value": "玉田县", + "label": "玉田县", + "children": null + }, + { + "code": 130281, + "value": "遵化市", + "label": "遵化市", + "children": null + }, + { + "code": 130283, + "value": "迁安市", + "label": "迁安市", + "children": null + }, + { + "code": 130284, + "value": "滦州市", + "label": "滦州市", + "children": null + }, + { + "code": 130291, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 130292, + "value": "芦台开发区", + "label": "芦台开发区", + "children": null + }, + { + "code": 130293, + "value": "海港经济开发区", + "label": "海港经济开发区", + "children": null + }, + { + "code": 130294, + "value": "汉沽管理区", + "label": "汉沽管理区", + "children": null + } + ] + }, + { + "code": 130300, + "value": "秦皇岛市", + "label": "秦皇岛市", + "children": [ + { + "code": 130302, + "value": "海港区", + "label": "海港区", + "children": null + }, + { + "code": 130303, + "value": "山海关区", + "label": "山海关区", + "children": null + }, + { + "code": 130304, + "value": "北戴河区", + "label": "北戴河区", + "children": null + }, + { + "code": 130306, + "value": "抚宁区", + "label": "抚宁区", + "children": null + }, + { + "code": 130321, + "value": "青龙满族自治县", + "label": "青龙满族自治县", + "children": null + }, + { + "code": 130322, + "value": "昌黎县", + "label": "昌黎县", + "children": null + }, + { + "code": 130324, + "value": "卢龙县", + "label": "卢龙县", + "children": null + }, + { + "code": 130371, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + }, + { + "code": 130372, + "value": "北戴河新区", + "label": "北戴河新区", + "children": null + } + ] + }, + { + "code": 130400, + "value": "邯郸市", + "label": "邯郸市", + "children": [ + { + "code": 130402, + "value": "邯山区", + "label": "邯山区", + "children": null + }, + { + "code": 130403, + "value": "丛台区", + "label": "丛台区", + "children": null + }, + { + "code": 130404, + "value": "复兴区", + "label": "复兴区", + "children": null + }, + { + "code": 130406, + "value": "峰峰矿区", + "label": "峰峰矿区", + "children": null + }, + { + "code": 130407, + "value": "肥乡区", + "label": "肥乡区", + "children": null + }, + { + "code": 130408, + "value": "永年区", + "label": "永年区", + "children": null + }, + { + "code": 130423, + "value": "临漳县", + "label": "临漳县", + "children": null + }, + { + "code": 130424, + "value": "成安县", + "label": "成安县", + "children": null + }, + { + "code": 130425, + "value": "大名县", + "label": "大名县", + "children": null + }, + { + "code": 130426, + "value": "涉县", + "label": "涉县", + "children": null + }, + { + "code": 130427, + "value": "磁县", + "label": "磁县", + "children": null + }, + { + "code": 130430, + "value": "邱县", + "label": "邱县", + "children": null + }, + { + "code": 130431, + "value": "鸡泽县", + "label": "鸡泽县", + "children": null + }, + { + "code": 130432, + "value": "广平县", + "label": "广平县", + "children": null + }, + { + "code": 130433, + "value": "馆陶县", + "label": "馆陶县", + "children": null + }, + { + "code": 130434, + "value": "魏县", + "label": "魏县", + "children": null + }, + { + "code": 130435, + "value": "曲周县", + "label": "曲周县", + "children": null + }, + { + "code": 130481, + "value": "武安市", + "label": "武安市", + "children": null + }, + { + "code": 130482, + "value": "冀南新区", + "label": "冀南新区", + "children": null + }, + { + "code": 130483, + "value": "高新技术产业开发区", + "label": "高新技术产业开发区", + "children": null + } + ] + }, + { + "code": 130500, + "value": "邢台市", + "label": "邢台市", + "children": [ + { + "code": 130502, + "value": "襄都区", + "label": "襄都区", + "children": null + }, + { + "code": 130503, + "value": "信都区", + "label": "信都区", + "children": null + }, + { + "code": 130505, + "value": "任泽区", + "label": "任泽区", + "children": null + }, + { + "code": 130506, + "value": "南和区", + "label": "南和区", + "children": null + }, + { + "code": 130522, + "value": "临城县", + "label": "临城县", + "children": null + }, + { + "code": 130523, + "value": "内丘县", + "label": "内丘县", + "children": null + }, + { + "code": 130524, + "value": "柏乡县", + "label": "柏乡县", + "children": null + }, + { + "code": 130525, + "value": "隆尧县", + "label": "隆尧县", + "children": null + }, + { + "code": 130528, + "value": "宁晋县", + "label": "宁晋县", + "children": null + }, + { + "code": 130529, + "value": "巨鹿县", + "label": "巨鹿县", + "children": null + }, + { + "code": 130530, + "value": "新河县", + "label": "新河县", + "children": null + }, + { + "code": 130531, + "value": "广宗县", + "label": "广宗县", + "children": null + }, + { + "code": 130532, + "value": "平乡县", + "label": "平乡县", + "children": null + }, + { + "code": 130533, + "value": "威县", + "label": "威县", + "children": null + }, + { + "code": 130534, + "value": "清河县", + "label": "清河县", + "children": null + }, + { + "code": 130535, + "value": "临西县", + "label": "临西县", + "children": null + }, + { + "code": 130581, + "value": "南宫市", + "label": "南宫市", + "children": null + }, + { + "code": 130582, + "value": "沙河市", + "label": "沙河市", + "children": null + }, + { + "code": 130583, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 130600, + "value": "保定市", + "label": "保定市", + "children": [ + { + "code": 130602, + "value": "竞秀区", + "label": "竞秀区", + "children": null + }, + { + "code": 130606, + "value": "莲池区", + "label": "莲池区", + "children": null + }, + { + "code": 130607, + "value": "满城区", + "label": "满城区", + "children": null + }, + { + "code": 130608, + "value": "清苑区", + "label": "清苑区", + "children": null + }, + { + "code": 130609, + "value": "徐水区", + "label": "徐水区", + "children": null + }, + { + "code": 130623, + "value": "涞水县", + "label": "涞水县", + "children": null + }, + { + "code": 130624, + "value": "阜平县", + "label": "阜平县", + "children": null + }, + { + "code": 130626, + "value": "定兴县", + "label": "定兴县", + "children": null + }, + { + "code": 130627, + "value": "唐县", + "label": "唐县", + "children": null + }, + { + "code": 130628, + "value": "高阳县", + "label": "高阳县", + "children": null + }, + { + "code": 130629, + "value": "容城县", + "label": "容城县", + "children": null + }, + { + "code": 130630, + "value": "涞源县", + "label": "涞源县", + "children": null + }, + { + "code": 130631, + "value": "望都县", + "label": "望都县", + "children": null + }, + { + "code": 130632, + "value": "安新县", + "label": "安新县", + "children": null + }, + { + "code": 130633, + "value": "易县", + "label": "易县", + "children": null + }, + { + "code": 130634, + "value": "曲阳县", + "label": "曲阳县", + "children": null + }, + { + "code": 130635, + "value": "蠡县", + "label": "蠡县", + "children": null + }, + { + "code": 130636, + "value": "顺平县", + "label": "顺平县", + "children": null + }, + { + "code": 130637, + "value": "博野县", + "label": "博野县", + "children": null + }, + { + "code": 130638, + "value": "雄县", + "label": "雄县", + "children": null + }, + { + "code": 130681, + "value": "涿州市", + "label": "涿州市", + "children": null + }, + { + "code": 130682, + "value": "定州市", + "label": "定州市", + "children": null + }, + { + "code": 130683, + "value": "安国市", + "label": "安国市", + "children": null + }, + { + "code": 130684, + "value": "高碑店市", + "label": "高碑店市", + "children": null + }, + { + "code": 130685, + "value": "雄安新区", + "label": "雄安新区", + "children": null + }, + { + "code": 130686, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 130687, + "value": "白沟新城", + "label": "白沟新城", + "children": null + } + ] + }, + { + "code": 130700, + "value": "张家口市", + "label": "张家口市", + "children": [ + { + "code": 130702, + "value": "桥东区", + "label": "桥东区", + "children": null + }, + { + "code": 130703, + "value": "桥西区", + "label": "桥西区", + "children": null + }, + { + "code": 130705, + "value": "宣化区", + "label": "宣化区", + "children": null + }, + { + "code": 130706, + "value": "下花园区", + "label": "下花园区", + "children": null + }, + { + "code": 130708, + "value": "万全区", + "label": "万全区", + "children": null + }, + { + "code": 130709, + "value": "崇礼区", + "label": "崇礼区", + "children": null + }, + { + "code": 130722, + "value": "张北县", + "label": "张北县", + "children": null + }, + { + "code": 130723, + "value": "康保县", + "label": "康保县", + "children": null + }, + { + "code": 130724, + "value": "沽源县", + "label": "沽源县", + "children": null + }, + { + "code": 130725, + "value": "尚义县", + "label": "尚义县", + "children": null + }, + { + "code": 130726, + "value": "蔚县", + "label": "蔚县", + "children": null + }, + { + "code": 130727, + "value": "阳原县", + "label": "阳原县", + "children": null + }, + { + "code": 130728, + "value": "怀安县", + "label": "怀安县", + "children": null + }, + { + "code": 130730, + "value": "怀来县", + "label": "怀来县", + "children": null + }, + { + "code": 130731, + "value": "涿鹿县", + "label": "涿鹿县", + "children": null + }, + { + "code": 130732, + "value": "赤城县", + "label": "赤城县", + "children": null + }, + { + "code": 130771, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 130772, + "value": "察北管理区", + "label": "察北管理区", + "children": null + }, + { + "code": 130773, + "value": "塞北管理区", + "label": "塞北管理区", + "children": null + } + ] + }, + { + "code": 130800, + "value": "承德市", + "label": "承德市", + "children": [ + { + "code": 130802, + "value": "双桥区", + "label": "双桥区", + "children": null + }, + { + "code": 130803, + "value": "双滦区", + "label": "双滦区", + "children": null + }, + { + "code": 130804, + "value": "鹰手营子矿区", + "label": "鹰手营子矿区", + "children": null + }, + { + "code": 130821, + "value": "承德县", + "label": "承德县", + "children": null + }, + { + "code": 130822, + "value": "兴隆县", + "label": "兴隆县", + "children": null + }, + { + "code": 130824, + "value": "滦平县", + "label": "滦平县", + "children": null + }, + { + "code": 130825, + "value": "隆化县", + "label": "隆化县", + "children": null + }, + { + "code": 130826, + "value": "丰宁满族自治县", + "label": "丰宁满族自治县", + "children": null + }, + { + "code": 130827, + "value": "宽城满族自治县", + "label": "宽城满族自治县", + "children": null + }, + { + "code": 130828, + "value": "围场满族蒙古族自治县", + "label": "围场满族蒙古族自治县", + "children": null + }, + { + "code": 130881, + "value": "平泉市", + "label": "平泉市", + "children": null + }, + { + "code": 130882, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 130900, + "value": "沧州市", + "label": "沧州市", + "children": [ + { + "code": 130902, + "value": "新华区", + "label": "新华区", + "children": null + }, + { + "code": 130903, + "value": "运河区", + "label": "运河区", + "children": null + }, + { + "code": 130921, + "value": "沧县", + "label": "沧县", + "children": null + }, + { + "code": 130922, + "value": "青县", + "label": "青县", + "children": null + }, + { + "code": 130923, + "value": "东光县", + "label": "东光县", + "children": null + }, + { + "code": 130924, + "value": "海兴县", + "label": "海兴县", + "children": null + }, + { + "code": 130925, + "value": "盐山县", + "label": "盐山县", + "children": null + }, + { + "code": 130926, + "value": "肃宁县", + "label": "肃宁县", + "children": null + }, + { + "code": 130927, + "value": "南皮县", + "label": "南皮县", + "children": null + }, + { + "code": 130928, + "value": "吴桥县", + "label": "吴桥县", + "children": null + }, + { + "code": 130929, + "value": "献县", + "label": "献县", + "children": null + }, + { + "code": 130930, + "value": "孟村回族自治县", + "label": "孟村回族自治县", + "children": null + }, + { + "code": 130981, + "value": "泊头市", + "label": "泊头市", + "children": null + }, + { + "code": 130982, + "value": "任丘市", + "label": "任丘市", + "children": null + }, + { + "code": 130983, + "value": "黄骅市", + "label": "黄骅市", + "children": null + }, + { + "code": 130984, + "value": "河间市", + "label": "河间市", + "children": null + }, + { + "code": 130985, + "value": "渤海新区", + "label": "渤海新区", + "children": null + }, + { + "code": 130986, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 130987, + "value": "临港开发区", + "label": "临港开发区", + "children": null + } + ] + }, + { + "code": 131000, + "value": "廊坊市", + "label": "廊坊市", + "children": [ + { + "code": 131002, + "value": "安次区", + "label": "安次区", + "children": null + }, + { + "code": 131003, + "value": "广阳区", + "label": "广阳区", + "children": null + }, + { + "code": 131022, + "value": "固安县", + "label": "固安县", + "children": null + }, + { + "code": 131023, + "value": "永清县", + "label": "永清县", + "children": null + }, + { + "code": 131024, + "value": "香河县", + "label": "香河县", + "children": null + }, + { + "code": 131025, + "value": "大城县", + "label": "大城县", + "children": null + }, + { + "code": 131026, + "value": "文安县", + "label": "文安县", + "children": null + }, + { + "code": 131028, + "value": "大厂回族自治县", + "label": "大厂回族自治县", + "children": null + }, + { + "code": 131081, + "value": "霸州市", + "label": "霸州市", + "children": null + }, + { + "code": 131082, + "value": "三河市", + "label": "三河市", + "children": null + }, + { + "code": 131083, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + } + ] + }, + { + "code": 131100, + "value": "衡水市", + "label": "衡水市", + "children": [ + { + "code": 131102, + "value": "桃城区", + "label": "桃城区", + "children": null + }, + { + "code": 131103, + "value": "冀州区", + "label": "冀州区", + "children": null + }, + { + "code": 131121, + "value": "枣强县", + "label": "枣强县", + "children": null + }, + { + "code": 131122, + "value": "武邑县", + "label": "武邑县", + "children": null + }, + { + "code": 131123, + "value": "武强县", + "label": "武强县", + "children": null + }, + { + "code": 131124, + "value": "饶阳县", + "label": "饶阳县", + "children": null + }, + { + "code": 131125, + "value": "安平县", + "label": "安平县", + "children": null + }, + { + "code": 131126, + "value": "故城县", + "label": "故城县", + "children": null + }, + { + "code": 131127, + "value": "景县", + "label": "景县", + "children": null + }, + { + "code": 131128, + "value": "阜城县", + "label": "阜城县", + "children": null + }, + { + "code": 131182, + "value": "深州市", + "label": "深州市", + "children": null + }, + { + "code": 131183, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 131184, + "value": "滨湖新区", + "label": "滨湖新区", + "children": null + } + ] + } + ] + }, + { + "code": 140000, + "value": "山西省", + "label": "山西省", + "children": [ + { + "code": 140100, + "value": "太原市", + "label": "太原市", + "children": [ + { + "code": 140105, + "value": "小店区", + "label": "小店区", + "children": null + }, + { + "code": 140106, + "value": "迎泽区", + "label": "迎泽区", + "children": null + }, + { + "code": 140107, + "value": "杏花岭区", + "label": "杏花岭区", + "children": null + }, + { + "code": 140108, + "value": "尖草坪区", + "label": "尖草坪区", + "children": null + }, + { + "code": 140109, + "value": "万柏林区", + "label": "万柏林区", + "children": null + }, + { + "code": 140110, + "value": "晋源区", + "label": "晋源区", + "children": null + }, + { + "code": 140121, + "value": "清徐县", + "label": "清徐县", + "children": null + }, + { + "code": 140122, + "value": "阳曲县", + "label": "阳曲县", + "children": null + }, + { + "code": 140123, + "value": "娄烦县", + "label": "娄烦县", + "children": null + }, + { + "code": 140181, + "value": "古交市", + "label": "古交市", + "children": null + }, + { + "code": 140182, + "value": "高新阳曲园区", + "label": "高新阳曲园区", + "children": null + }, + { + "code": 140183, + "value": "高新汾东园区", + "label": "高新汾东园区", + "children": null + }, + { + "code": 140184, + "value": "高新姚村园区", + "label": "高新姚村园区", + "children": null + } + ] + }, + { + "code": 140200, + "value": "大同市", + "label": "大同市", + "children": [ + { + "code": 140212, + "value": "新荣区", + "label": "新荣区", + "children": null + }, + { + "code": 140213, + "value": "平城区", + "label": "平城区", + "children": null + }, + { + "code": 140214, + "value": "云冈区", + "label": "云冈区", + "children": null + }, + { + "code": 140215, + "value": "云州区", + "label": "云州区", + "children": null + }, + { + "code": 140221, + "value": "阳高县", + "label": "阳高县", + "children": null + }, + { + "code": 140222, + "value": "天镇县", + "label": "天镇县", + "children": null + }, + { + "code": 140223, + "value": "广灵县", + "label": "广灵县", + "children": null + }, + { + "code": 140224, + "value": "灵丘县", + "label": "灵丘县", + "children": null + }, + { + "code": 140225, + "value": "浑源县", + "label": "浑源县", + "children": null + }, + { + "code": 140226, + "value": "左云县", + "label": "左云县", + "children": null + }, + { + "code": 140228, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 140300, + "value": "阳泉市", + "label": "阳泉市", + "children": [ + { + "code": 140302, + "value": "城区", + "label": "城区", + "children": null + }, + { + "code": 140303, + "value": "矿区", + "label": "矿区", + "children": null + }, + { + "code": 140311, + "value": "郊区", + "label": "郊区", + "children": null + }, + { + "code": 140321, + "value": "平定县", + "label": "平定县", + "children": null + }, + { + "code": 140322, + "value": "盂县", + "label": "盂县", + "children": null + } + ] + }, + { + "code": 140400, + "value": "长治市", + "label": "长治市", + "children": [ + { + "code": 140403, + "value": "潞州区", + "label": "潞州区", + "children": null + }, + { + "code": 140404, + "value": "上党区", + "label": "上党区", + "children": null + }, + { + "code": 140405, + "value": "屯留区", + "label": "屯留区", + "children": null + }, + { + "code": 140406, + "value": "潞城区", + "label": "潞城区", + "children": null + }, + { + "code": 140423, + "value": "襄垣县", + "label": "襄垣县", + "children": null + }, + { + "code": 140425, + "value": "平顺县", + "label": "平顺县", + "children": null + }, + { + "code": 140426, + "value": "黎城县", + "label": "黎城县", + "children": null + }, + { + "code": 140427, + "value": "壶关县", + "label": "壶关县", + "children": null + }, + { + "code": 140428, + "value": "长子县", + "label": "长子县", + "children": null + }, + { + "code": 140429, + "value": "武乡县", + "label": "武乡县", + "children": null + }, + { + "code": 140430, + "value": "沁县", + "label": "沁县", + "children": null + }, + { + "code": 140431, + "value": "沁源县", + "label": "沁源县", + "children": null + } + ] + }, + { + "code": 140500, + "value": "晋城市", + "label": "晋城市", + "children": [ + { + "code": 140502, + "value": "城区", + "label": "城区", + "children": null + }, + { + "code": 140521, + "value": "沁水县", + "label": "沁水县", + "children": null + }, + { + "code": 140522, + "value": "阳城县", + "label": "阳城县", + "children": null + }, + { + "code": 140524, + "value": "陵川县", + "label": "陵川县", + "children": null + }, + { + "code": 140525, + "value": "泽州县", + "label": "泽州县", + "children": null + }, + { + "code": 140581, + "value": "高平市", + "label": "高平市", + "children": null + }, + { + "code": 140582, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 140600, + "value": "朔州市", + "label": "朔州市", + "children": [ + { + "code": 140602, + "value": "朔城区", + "label": "朔城区", + "children": null + }, + { + "code": 140603, + "value": "平鲁区", + "label": "平鲁区", + "children": null + }, + { + "code": 140621, + "value": "山阴县", + "label": "山阴县", + "children": null + }, + { + "code": 140622, + "value": "应县", + "label": "应县", + "children": null + }, + { + "code": 140623, + "value": "右玉县", + "label": "右玉县", + "children": null + }, + { + "code": 140681, + "value": "怀仁市", + "label": "怀仁市", + "children": null + } + ] + }, + { + "code": 140700, + "value": "晋中市", + "label": "晋中市", + "children": [ + { + "code": 140702, + "value": "榆次区", + "label": "榆次区", + "children": null + }, + { + "code": 140721, + "value": "榆社县", + "label": "榆社县", + "children": null + }, + { + "code": 140722, + "value": "左权县", + "label": "左权县", + "children": null + }, + { + "code": 140723, + "value": "和顺县", + "label": "和顺县", + "children": null + }, + { + "code": 140724, + "value": "昔阳县", + "label": "昔阳县", + "children": null + }, + { + "code": 140725, + "value": "寿阳县", + "label": "寿阳县", + "children": null + }, + { + "code": 140726, + "value": "太谷县", + "label": "太谷县", + "children": null + }, + { + "code": 140727, + "value": "祁县", + "label": "祁县", + "children": null + }, + { + "code": 140728, + "value": "平遥县", + "label": "平遥县", + "children": null + }, + { + "code": 140729, + "value": "灵石县", + "label": "灵石县", + "children": null + }, + { + "code": 140781, + "value": "介休市", + "label": "介休市", + "children": null + } + ] + }, + { + "code": 140800, + "value": "运城市", + "label": "运城市", + "children": [ + { + "code": 140802, + "value": "盐湖区", + "label": "盐湖区", + "children": null + }, + { + "code": 140821, + "value": "临猗县", + "label": "临猗县", + "children": null + }, + { + "code": 140822, + "value": "万荣县", + "label": "万荣县", + "children": null + }, + { + "code": 140823, + "value": "闻喜县", + "label": "闻喜县", + "children": null + }, + { + "code": 140824, + "value": "稷山县", + "label": "稷山县", + "children": null + }, + { + "code": 140825, + "value": "新绛县", + "label": "新绛县", + "children": null + }, + { + "code": 140826, + "value": "绛县", + "label": "绛县", + "children": null + }, + { + "code": 140827, + "value": "垣曲县", + "label": "垣曲县", + "children": null + }, + { + "code": 140828, + "value": "夏县", + "label": "夏县", + "children": null + }, + { + "code": 140829, + "value": "平陆县", + "label": "平陆县", + "children": null + }, + { + "code": 140830, + "value": "芮城县", + "label": "芮城县", + "children": null + }, + { + "code": 140881, + "value": "永济市", + "label": "永济市", + "children": null + }, + { + "code": 140882, + "value": "河津市", + "label": "河津市", + "children": null + } + ] + }, + { + "code": 140900, + "value": "忻州市", + "label": "忻州市", + "children": [ + { + "code": 140902, + "value": "忻府区", + "label": "忻府区", + "children": null + }, + { + "code": 140921, + "value": "定襄县", + "label": "定襄县", + "children": null + }, + { + "code": 140922, + "value": "五台县", + "label": "五台县", + "children": null + }, + { + "code": 140923, + "value": "代县", + "label": "代县", + "children": null + }, + { + "code": 140924, + "value": "繁峙县", + "label": "繁峙县", + "children": null + }, + { + "code": 140925, + "value": "宁武县", + "label": "宁武县", + "children": null + }, + { + "code": 140926, + "value": "静乐县", + "label": "静乐县", + "children": null + }, + { + "code": 140927, + "value": "神池县", + "label": "神池县", + "children": null + }, + { + "code": 140928, + "value": "五寨县", + "label": "五寨县", + "children": null + }, + { + "code": 140929, + "value": "岢岚县", + "label": "岢岚县", + "children": null + }, + { + "code": 140930, + "value": "河曲县", + "label": "河曲县", + "children": null + }, + { + "code": 140931, + "value": "保德县", + "label": "保德县", + "children": null + }, + { + "code": 140932, + "value": "偏关县", + "label": "偏关县", + "children": null + }, + { + "code": 140981, + "value": "原平市", + "label": "原平市", + "children": null + } + ] + }, + { + "code": 141000, + "value": "临汾市", + "label": "临汾市", + "children": [ + { + "code": 141002, + "value": "尧都区", + "label": "尧都区", + "children": null + }, + { + "code": 141021, + "value": "曲沃县", + "label": "曲沃县", + "children": null + }, + { + "code": 141022, + "value": "翼城县", + "label": "翼城县", + "children": null + }, + { + "code": 141023, + "value": "襄汾县", + "label": "襄汾县", + "children": null + }, + { + "code": 141024, + "value": "洪洞县", + "label": "洪洞县", + "children": null + }, + { + "code": 141025, + "value": "古县", + "label": "古县", + "children": null + }, + { + "code": 141026, + "value": "安泽县", + "label": "安泽县", + "children": null + }, + { + "code": 141027, + "value": "浮山县", + "label": "浮山县", + "children": null + }, + { + "code": 141028, + "value": "吉县", + "label": "吉县", + "children": null + }, + { + "code": 141029, + "value": "乡宁县", + "label": "乡宁县", + "children": null + }, + { + "code": 141030, + "value": "大宁县", + "label": "大宁县", + "children": null + }, + { + "code": 141031, + "value": "隰县", + "label": "隰县", + "children": null + }, + { + "code": 141032, + "value": "永和县", + "label": "永和县", + "children": null + }, + { + "code": 141033, + "value": "蒲县", + "label": "蒲县", + "children": null + }, + { + "code": 141034, + "value": "汾西县", + "label": "汾西县", + "children": null + }, + { + "code": 141081, + "value": "侯马市", + "label": "侯马市", + "children": null + }, + { + "code": 141082, + "value": "霍州市", + "label": "霍州市", + "children": null + } + ] + }, + { + "code": 141100, + "value": "吕梁市", + "label": "吕梁市", + "children": [ + { + "code": 141102, + "value": "离石区", + "label": "离石区", + "children": null + }, + { + "code": 141121, + "value": "文水县", + "label": "文水县", + "children": null + }, + { + "code": 141122, + "value": "交城县", + "label": "交城县", + "children": null + }, + { + "code": 141123, + "value": "兴县", + "label": "兴县", + "children": null + }, + { + "code": 141124, + "value": "临县", + "label": "临县", + "children": null + }, + { + "code": 141125, + "value": "柳林县", + "label": "柳林县", + "children": null + }, + { + "code": 141126, + "value": "石楼县", + "label": "石楼县", + "children": null + }, + { + "code": 141127, + "value": "岚县", + "label": "岚县", + "children": null + }, + { + "code": 141128, + "value": "方山县", + "label": "方山县", + "children": null + }, + { + "code": 141129, + "value": "中阳县", + "label": "中阳县", + "children": null + }, + { + "code": 141130, + "value": "交口县", + "label": "交口县", + "children": null + }, + { + "code": 141181, + "value": "孝义市", + "label": "孝义市", + "children": null + }, + { + "code": 141182, + "value": "汾阳市", + "label": "汾阳市", + "children": null + } + ] + } + ] + }, + { + "code": 150000, + "value": "内蒙古自治区", + "label": "内蒙古自治区", + "children": [ + { + "code": 150100, + "value": "呼和浩特市", + "label": "呼和浩特市", + "children": [ + { + "code": 150102, + "value": "新城区", + "label": "新城区", + "children": null + }, + { + "code": 150103, + "value": "回民区", + "label": "回民区", + "children": null + }, + { + "code": 150104, + "value": "玉泉区", + "label": "玉泉区", + "children": null + }, + { + "code": 150105, + "value": "赛罕区", + "label": "赛罕区", + "children": null + }, + { + "code": 150121, + "value": "土默特左旗", + "label": "土默特左旗", + "children": null + }, + { + "code": 150122, + "value": "托克托县", + "label": "托克托县", + "children": null + }, + { + "code": 150123, + "value": "和林格尔县", + "label": "和林格尔县", + "children": null + }, + { + "code": 150124, + "value": "清水河县", + "label": "清水河县", + "children": null + }, + { + "code": 150125, + "value": "武川县", + "label": "武川县", + "children": null + }, + { + "code": 150171, + "value": "金海工业园区", + "label": "金海工业园区", + "children": null + }, + { + "code": 150172, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + } + ] + }, + { + "code": 150200, + "value": "包头市", + "label": "包头市", + "children": [ + { + "code": 150202, + "value": "东河区", + "label": "东河区", + "children": null + }, + { + "code": 150203, + "value": "昆都仑区", + "label": "昆都仑区", + "children": null + }, + { + "code": 150204, + "value": "青山区", + "label": "青山区", + "children": null + }, + { + "code": 150205, + "value": "石拐区", + "label": "石拐区", + "children": null + }, + { + "code": 150206, + "value": "白云鄂博矿区", + "label": "白云鄂博矿区", + "children": null + }, + { + "code": 150207, + "value": "九原区", + "label": "九原区", + "children": null + }, + { + "code": 150221, + "value": "土默特右旗", + "label": "土默特右旗", + "children": null + }, + { + "code": 150222, + "value": "固阳县", + "label": "固阳县", + "children": null + }, + { + "code": 150223, + "value": "达尔罕茂明安联合旗", + "label": "达尔罕茂明安联合旗", + "children": null + } + ] + }, + { + "code": 150300, + "value": "乌海市", + "label": "乌海市", + "children": [ + { + "code": 150302, + "value": "海勃湾区", + "label": "海勃湾区", + "children": null + }, + { + "code": 150303, + "value": "海南区", + "label": "海南区", + "children": null + }, + { + "code": 150304, + "value": "乌达区", + "label": "乌达区", + "children": null + } + ] + }, + { + "code": 150400, + "value": "赤峰市", + "label": "赤峰市", + "children": [ + { + "code": 150402, + "value": "红山区", + "label": "红山区", + "children": null + }, + { + "code": 150403, + "value": "元宝山区", + "label": "元宝山区", + "children": null + }, + { + "code": 150404, + "value": "松山区", + "label": "松山区", + "children": null + }, + { + "code": 150421, + "value": "阿鲁科尔沁旗", + "label": "阿鲁科尔沁旗", + "children": null + }, + { + "code": 150422, + "value": "巴林左旗", + "label": "巴林左旗", + "children": null + }, + { + "code": 150423, + "value": "巴林右旗", + "label": "巴林右旗", + "children": null + }, + { + "code": 150424, + "value": "林西县", + "label": "林西县", + "children": null + }, + { + "code": 150425, + "value": "克什克腾旗", + "label": "克什克腾旗", + "children": null + }, + { + "code": 150426, + "value": "翁牛特旗", + "label": "翁牛特旗", + "children": null + }, + { + "code": 150428, + "value": "喀喇沁旗", + "label": "喀喇沁旗", + "children": null + }, + { + "code": 150429, + "value": "宁城县", + "label": "宁城县", + "children": null + }, + { + "code": 150430, + "value": "敖汉旗", + "label": "敖汉旗", + "children": null + } + ] + }, + { + "code": 150500, + "value": "通辽市", + "label": "通辽市", + "children": [ + { + "code": 150502, + "value": "科尔沁区", + "label": "科尔沁区", + "children": null + }, + { + "code": 150521, + "value": "科尔沁左翼中旗", + "label": "科尔沁左翼中旗", + "children": null + }, + { + "code": 150522, + "value": "科尔沁左翼后旗", + "label": "科尔沁左翼后旗", + "children": null + }, + { + "code": 150523, + "value": "开鲁县", + "label": "开鲁县", + "children": null + }, + { + "code": 150524, + "value": "库伦旗", + "label": "库伦旗", + "children": null + }, + { + "code": 150525, + "value": "奈曼旗", + "label": "奈曼旗", + "children": null + }, + { + "code": 150526, + "value": "扎鲁特旗", + "label": "扎鲁特旗", + "children": null + }, + { + "code": 150581, + "value": "霍林郭勒市", + "label": "霍林郭勒市", + "children": null + } + ] + }, + { + "code": 150600, + "value": "鄂尔多斯市", + "label": "鄂尔多斯市", + "children": [ + { + "code": 150602, + "value": "东胜区", + "label": "东胜区", + "children": null + }, + { + "code": 150603, + "value": "康巴什区", + "label": "康巴什区", + "children": null + }, + { + "code": 150621, + "value": "达拉特旗", + "label": "达拉特旗", + "children": null + }, + { + "code": 150622, + "value": "准格尔旗", + "label": "准格尔旗", + "children": null + }, + { + "code": 150623, + "value": "鄂托克前旗", + "label": "鄂托克前旗", + "children": null + }, + { + "code": 150624, + "value": "鄂托克旗", + "label": "鄂托克旗", + "children": null + }, + { + "code": 150625, + "value": "杭锦旗", + "label": "杭锦旗", + "children": null + }, + { + "code": 150626, + "value": "乌审旗", + "label": "乌审旗", + "children": null + }, + { + "code": 150627, + "value": "伊金霍洛旗", + "label": "伊金霍洛旗", + "children": null + } + ] + }, + { + "code": 150700, + "value": "呼伦贝尔市", + "label": "呼伦贝尔市", + "children": [ + { + "code": 150702, + "value": "海拉尔区", + "label": "海拉尔区", + "children": null + }, + { + "code": 150703, + "value": "扎赉诺尔区", + "label": "扎赉诺尔区", + "children": null + }, + { + "code": 150721, + "value": "阿荣旗", + "label": "阿荣旗", + "children": null + }, + { + "code": 150722, + "value": "莫力达瓦达斡尔族自治旗", + "label": "莫力达瓦达斡尔族自治旗", + "children": null + }, + { + "code": 150723, + "value": "鄂伦春自治旗", + "label": "鄂伦春自治旗", + "children": null + }, + { + "code": 150724, + "value": "鄂温克族自治旗", + "label": "鄂温克族自治旗", + "children": null + }, + { + "code": 150725, + "value": "陈巴尔虎旗", + "label": "陈巴尔虎旗", + "children": null + }, + { + "code": 150726, + "value": "新巴尔虎左旗", + "label": "新巴尔虎左旗", + "children": null + }, + { + "code": 150727, + "value": "新巴尔虎右旗", + "label": "新巴尔虎右旗", + "children": null + }, + { + "code": 150781, + "value": "满洲里市", + "label": "满洲里市", + "children": null + }, + { + "code": 150782, + "value": "牙克石市", + "label": "牙克石市", + "children": null + }, + { + "code": 150783, + "value": "扎兰屯市", + "label": "扎兰屯市", + "children": null + }, + { + "code": 150784, + "value": "额尔古纳市", + "label": "额尔古纳市", + "children": null + }, + { + "code": 150785, + "value": "根河市", + "label": "根河市", + "children": null + } + ] + }, + { + "code": 150800, + "value": "巴彦淖尔市", + "label": "巴彦淖尔市", + "children": [ + { + "code": 150802, + "value": "临河区", + "label": "临河区", + "children": null + }, + { + "code": 150821, + "value": "五原县", + "label": "五原县", + "children": null + }, + { + "code": 150822, + "value": "磴口县", + "label": "磴口县", + "children": null + }, + { + "code": 150823, + "value": "乌拉特前旗", + "label": "乌拉特前旗", + "children": null + }, + { + "code": 150824, + "value": "乌拉特中旗", + "label": "乌拉特中旗", + "children": null + }, + { + "code": 150825, + "value": "乌拉特后旗", + "label": "乌拉特后旗", + "children": null + }, + { + "code": 150826, + "value": "杭锦后旗", + "label": "杭锦后旗", + "children": null + } + ] + }, + { + "code": 150900, + "value": "乌兰察布市", + "label": "乌兰察布市", + "children": [ + { + "code": 150902, + "value": "集宁区", + "label": "集宁区", + "children": null + }, + { + "code": 150921, + "value": "卓资县", + "label": "卓资县", + "children": null + }, + { + "code": 150922, + "value": "化德县", + "label": "化德县", + "children": null + }, + { + "code": 150923, + "value": "商都县", + "label": "商都县", + "children": null + }, + { + "code": 150924, + "value": "兴和县", + "label": "兴和县", + "children": null + }, + { + "code": 150925, + "value": "凉城县", + "label": "凉城县", + "children": null + }, + { + "code": 150926, + "value": "察哈尔右翼前旗", + "label": "察哈尔右翼前旗", + "children": null + }, + { + "code": 150927, + "value": "察哈尔右翼中旗", + "label": "察哈尔右翼中旗", + "children": null + }, + { + "code": 150928, + "value": "察哈尔右翼后旗", + "label": "察哈尔右翼后旗", + "children": null + }, + { + "code": 150929, + "value": "四子王旗", + "label": "四子王旗", + "children": null + }, + { + "code": 150981, + "value": "丰镇市", + "label": "丰镇市", + "children": null + } + ] + }, + { + "code": 152200, + "value": "兴安盟", + "label": "兴安盟", + "children": [ + { + "code": 152201, + "value": "乌兰浩特市", + "label": "乌兰浩特市", + "children": null + }, + { + "code": 152202, + "value": "阿尔山市", + "label": "阿尔山市", + "children": null + }, + { + "code": 152221, + "value": "科尔沁右翼前旗", + "label": "科尔沁右翼前旗", + "children": null + }, + { + "code": 152222, + "value": "科尔沁右翼中旗", + "label": "科尔沁右翼中旗", + "children": null + }, + { + "code": 152223, + "value": "扎赉特旗", + "label": "扎赉特旗", + "children": null + }, + { + "code": 152224, + "value": "突泉县", + "label": "突泉县", + "children": null + } + ] + }, + { + "code": 152500, + "value": "锡林郭勒盟", + "label": "锡林郭勒盟", + "children": [ + { + "code": 152501, + "value": "二连浩特市", + "label": "二连浩特市", + "children": null + }, + { + "code": 152502, + "value": "锡林浩特市", + "label": "锡林浩特市", + "children": null + }, + { + "code": 152522, + "value": "阿巴嘎旗", + "label": "阿巴嘎旗", + "children": null + }, + { + "code": 152523, + "value": "苏尼特左旗", + "label": "苏尼特左旗", + "children": null + }, + { + "code": 152524, + "value": "苏尼特右旗", + "label": "苏尼特右旗", + "children": null + }, + { + "code": 152525, + "value": "东乌珠穆沁旗", + "label": "东乌珠穆沁旗", + "children": null + }, + { + "code": 152526, + "value": "西乌珠穆沁旗", + "label": "西乌珠穆沁旗", + "children": null + }, + { + "code": 152527, + "value": "太仆寺旗", + "label": "太仆寺旗", + "children": null + }, + { + "code": 152528, + "value": "镶黄旗", + "label": "镶黄旗", + "children": null + }, + { + "code": 152529, + "value": "正镶白旗", + "label": "正镶白旗", + "children": null + }, + { + "code": 152530, + "value": "正蓝旗", + "label": "正蓝旗", + "children": null + }, + { + "code": 152531, + "value": "多伦县", + "label": "多伦县", + "children": null + } + ] + }, + { + "code": 152900, + "value": "阿拉善盟", + "label": "阿拉善盟", + "children": [ + { + "code": 152921, + "value": "阿拉善左旗", + "label": "阿拉善左旗", + "children": null + }, + { + "code": 152922, + "value": "阿拉善右旗", + "label": "阿拉善右旗", + "children": null + }, + { + "code": 152923, + "value": "额济纳旗", + "label": "额济纳旗", + "children": null + } + ] + } + ] + }, + { + "code": 210000, + "value": "辽宁省", + "label": "辽宁省", + "children": [ + { + "code": 210100, + "value": "沈阳市", + "label": "沈阳市", + "children": [ + { + "code": 210102, + "value": "和平区", + "label": "和平区", + "children": null + }, + { + "code": 210103, + "value": "沈河区", + "label": "沈河区", + "children": null + }, + { + "code": 210104, + "value": "大东区", + "label": "大东区", + "children": null + }, + { + "code": 210105, + "value": "皇姑区", + "label": "皇姑区", + "children": null + }, + { + "code": 210106, + "value": "铁西区", + "label": "铁西区", + "children": null + }, + { + "code": 210111, + "value": "苏家屯区", + "label": "苏家屯区", + "children": null + }, + { + "code": 210112, + "value": "浑南区", + "label": "浑南区", + "children": null + }, + { + "code": 210113, + "value": "沈北新区", + "label": "沈北新区", + "children": null + }, + { + "code": 210114, + "value": "于洪区", + "label": "于洪区", + "children": null + }, + { + "code": 210115, + "value": "辽中区", + "label": "辽中区", + "children": null + }, + { + "code": 210123, + "value": "康平县", + "label": "康平县", + "children": null + }, + { + "code": 210124, + "value": "法库县", + "label": "法库县", + "children": null + }, + { + "code": 210181, + "value": "新民市", + "label": "新民市", + "children": null + }, + { + "code": 210182, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 210200, + "value": "大连市", + "label": "大连市", + "children": [ + { + "code": 210202, + "value": "中山区", + "label": "中山区", + "children": null + }, + { + "code": 210203, + "value": "西岗区", + "label": "西岗区", + "children": null + }, + { + "code": 210204, + "value": "沙河口区", + "label": "沙河口区", + "children": null + }, + { + "code": 210211, + "value": "甘井子区", + "label": "甘井子区", + "children": null + }, + { + "code": 210212, + "value": "旅顺口区", + "label": "旅顺口区", + "children": null + }, + { + "code": 210213, + "value": "金州区", + "label": "金州区", + "children": null + }, + { + "code": 210214, + "value": "普兰店区", + "label": "普兰店区", + "children": null + }, + { + "code": 210224, + "value": "长海县", + "label": "长海县", + "children": null + }, + { + "code": 210281, + "value": "瓦房店市", + "label": "瓦房店市", + "children": null + }, + { + "code": 210283, + "value": "庄河市", + "label": "庄河市", + "children": null + }, + { + "code": 210284, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 210285, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 210286, + "value": "金普新区", + "label": "金普新区", + "children": null + } + ] + }, + { + "code": 210300, + "value": "鞍山市", + "label": "鞍山市", + "children": [ + { + "code": 210302, + "value": "铁东区", + "label": "铁东区", + "children": null + }, + { + "code": 210303, + "value": "铁西区", + "label": "铁西区", + "children": null + }, + { + "code": 210304, + "value": "立山区", + "label": "立山区", + "children": null + }, + { + "code": 210311, + "value": "千山区", + "label": "千山区", + "children": null + }, + { + "code": 210321, + "value": "台安县", + "label": "台安县", + "children": null + }, + { + "code": 210323, + "value": "岫岩满族自治县", + "label": "岫岩满族自治县", + "children": null + }, + { + "code": 210381, + "value": "海城市", + "label": "海城市", + "children": null + }, + { + "code": 210382, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 210400, + "value": "抚顺市", + "label": "抚顺市", + "children": [ + { + "code": 210402, + "value": "新抚区", + "label": "新抚区", + "children": null + }, + { + "code": 210403, + "value": "东洲区", + "label": "东洲区", + "children": null + }, + { + "code": 210404, + "value": "望花区", + "label": "望花区", + "children": null + }, + { + "code": 210411, + "value": "顺城区", + "label": "顺城区", + "children": null + }, + { + "code": 210421, + "value": "抚顺县", + "label": "抚顺县", + "children": null + }, + { + "code": 210422, + "value": "新宾满族自治县", + "label": "新宾满族自治县", + "children": null + }, + { + "code": 210423, + "value": "清原满族自治县", + "label": "清原满族自治县", + "children": null + } + ] + }, + { + "code": 210500, + "value": "本溪市", + "label": "本溪市", + "children": [ + { + "code": 210502, + "value": "平山区", + "label": "平山区", + "children": null + }, + { + "code": 210503, + "value": "溪湖区", + "label": "溪湖区", + "children": null + }, + { + "code": 210504, + "value": "明山区", + "label": "明山区", + "children": null + }, + { + "code": 210505, + "value": "南芬区", + "label": "南芬区", + "children": null + }, + { + "code": 210521, + "value": "本溪满族自治县", + "label": "本溪满族自治县", + "children": null + }, + { + "code": 210522, + "value": "桓仁满族自治县", + "label": "桓仁满族自治县", + "children": null + } + ] + }, + { + "code": 210600, + "value": "丹东市", + "label": "丹东市", + "children": [ + { + "code": 210602, + "value": "元宝区", + "label": "元宝区", + "children": null + }, + { + "code": 210603, + "value": "振兴区", + "label": "振兴区", + "children": null + }, + { + "code": 210604, + "value": "振安区", + "label": "振安区", + "children": null + }, + { + "code": 210624, + "value": "宽甸满族自治县", + "label": "宽甸满族自治县", + "children": null + }, + { + "code": 210681, + "value": "东港市", + "label": "东港市", + "children": null + }, + { + "code": 210682, + "value": "凤城市", + "label": "凤城市", + "children": null + } + ] + }, + { + "code": 210700, + "value": "锦州市", + "label": "锦州市", + "children": [ + { + "code": 210702, + "value": "古塔区", + "label": "古塔区", + "children": null + }, + { + "code": 210703, + "value": "凌河区", + "label": "凌河区", + "children": null + }, + { + "code": 210711, + "value": "太和区", + "label": "太和区", + "children": null + }, + { + "code": 210726, + "value": "黑山县", + "label": "黑山县", + "children": null + }, + { + "code": 210727, + "value": "义县", + "label": "义县", + "children": null + }, + { + "code": 210781, + "value": "凌海市", + "label": "凌海市", + "children": null + }, + { + "code": 210782, + "value": "北镇市", + "label": "北镇市", + "children": null + }, + { + "code": 210783, + "value": "松山新区", + "label": "松山新区", + "children": null + }, + { + "code": 210784, + "value": "龙栖湾新区", + "label": "龙栖湾新区", + "children": null + }, + { + "code": 210785, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + } + ] + }, + { + "code": 210800, + "value": "营口市", + "label": "营口市", + "children": [ + { + "code": 210802, + "value": "站前区", + "label": "站前区", + "children": null + }, + { + "code": 210803, + "value": "西市区", + "label": "西市区", + "children": null + }, + { + "code": 210804, + "value": "鲅鱼圈区", + "label": "鲅鱼圈区", + "children": null + }, + { + "code": 210811, + "value": "老边区", + "label": "老边区", + "children": null + }, + { + "code": 210881, + "value": "盖州市", + "label": "盖州市", + "children": null + }, + { + "code": 210882, + "value": "大石桥市", + "label": "大石桥市", + "children": null + } + ] + }, + { + "code": 210900, + "value": "阜新市", + "label": "阜新市", + "children": [ + { + "code": 210902, + "value": "海州区", + "label": "海州区", + "children": null + }, + { + "code": 210903, + "value": "新邱区", + "label": "新邱区", + "children": null + }, + { + "code": 210904, + "value": "太平区", + "label": "太平区", + "children": null + }, + { + "code": 210905, + "value": "清河门区", + "label": "清河门区", + "children": null + }, + { + "code": 210911, + "value": "细河区", + "label": "细河区", + "children": null + }, + { + "code": 210921, + "value": "阜新蒙古族自治县", + "label": "阜新蒙古族自治县", + "children": null + }, + { + "code": 210922, + "value": "彰武县", + "label": "彰武县", + "children": null + } + ] + }, + { + "code": 211000, + "value": "辽阳市", + "label": "辽阳市", + "children": [ + { + "code": 211002, + "value": "白塔区", + "label": "白塔区", + "children": null + }, + { + "code": 211003, + "value": "文圣区", + "label": "文圣区", + "children": null + }, + { + "code": 211004, + "value": "宏伟区", + "label": "宏伟区", + "children": null + }, + { + "code": 211005, + "value": "弓长岭区", + "label": "弓长岭区", + "children": null + }, + { + "code": 211011, + "value": "太子河区", + "label": "太子河区", + "children": null + }, + { + "code": 211021, + "value": "辽阳县", + "label": "辽阳县", + "children": null + }, + { + "code": 211081, + "value": "灯塔市", + "label": "灯塔市", + "children": null + } + ] + }, + { + "code": 211100, + "value": "盘锦市", + "label": "盘锦市", + "children": [ + { + "code": 211102, + "value": "双台子区", + "label": "双台子区", + "children": null + }, + { + "code": 211103, + "value": "兴隆台区", + "label": "兴隆台区", + "children": null + }, + { + "code": 211104, + "value": "大洼区", + "label": "大洼区", + "children": null + }, + { + "code": 211122, + "value": "盘山县", + "label": "盘山县", + "children": null + } + ] + }, + { + "code": 211200, + "value": "铁岭市", + "label": "铁岭市", + "children": [ + { + "code": 211202, + "value": "银州区", + "label": "银州区", + "children": null + }, + { + "code": 211204, + "value": "清河区", + "label": "清河区", + "children": null + }, + { + "code": 211221, + "value": "铁岭县", + "label": "铁岭县", + "children": null + }, + { + "code": 211223, + "value": "西丰县", + "label": "西丰县", + "children": null + }, + { + "code": 211224, + "value": "昌图县", + "label": "昌图县", + "children": null + }, + { + "code": 211281, + "value": "调兵山市", + "label": "调兵山市", + "children": null + }, + { + "code": 211282, + "value": "开原市", + "label": "开原市", + "children": null + } + ] + }, + { + "code": 211300, + "value": "朝阳市", + "label": "朝阳市", + "children": [ + { + "code": 211302, + "value": "双塔区", + "label": "双塔区", + "children": null + }, + { + "code": 211303, + "value": "龙城区", + "label": "龙城区", + "children": null + }, + { + "code": 211321, + "value": "朝阳县", + "label": "朝阳县", + "children": null + }, + { + "code": 211322, + "value": "建平县", + "label": "建平县", + "children": null + }, + { + "code": 211324, + "value": "喀喇沁左翼蒙古族自治县", + "label": "喀喇沁左翼蒙古族自治县", + "children": null + }, + { + "code": 211381, + "value": "北票市", + "label": "北票市", + "children": null + }, + { + "code": 211382, + "value": "凌源市", + "label": "凌源市", + "children": null + } + ] + }, + { + "code": 211400, + "value": "葫芦岛市", + "label": "葫芦岛市", + "children": [ + { + "code": 211402, + "value": "连山区", + "label": "连山区", + "children": null + }, + { + "code": 211403, + "value": "龙港区", + "label": "龙港区", + "children": null + }, + { + "code": 211404, + "value": "南票区", + "label": "南票区", + "children": null + }, + { + "code": 211421, + "value": "绥中县", + "label": "绥中县", + "children": null + }, + { + "code": 211422, + "value": "建昌县", + "label": "建昌县", + "children": null + }, + { + "code": 211481, + "value": "兴城市", + "label": "兴城市", + "children": null + } + ] + } + ] + }, + { + "code": 220000, + "value": "吉林省", + "label": "吉林省", + "children": [ + { + "code": 220100, + "value": "长春市", + "label": "长春市", + "children": [ + { + "code": 220102, + "value": "南关区", + "label": "南关区", + "children": null + }, + { + "code": 220103, + "value": "宽城区", + "label": "宽城区", + "children": null + }, + { + "code": 220104, + "value": "朝阳区", + "label": "朝阳区", + "children": null + }, + { + "code": 220105, + "value": "二道区", + "label": "二道区", + "children": null + }, + { + "code": 220106, + "value": "绿园区", + "label": "绿园区", + "children": null + }, + { + "code": 220112, + "value": "双阳区", + "label": "双阳区", + "children": null + }, + { + "code": 220113, + "value": "九台区", + "label": "九台区", + "children": null + }, + { + "code": 220122, + "value": "农安县", + "label": "农安县", + "children": null + }, + { + "code": 220182, + "value": "榆树市", + "label": "榆树市", + "children": null + }, + { + "code": 220183, + "value": "德惠市", + "label": "德惠市", + "children": null + }, + { + "code": 220184, + "value": "长春新区", + "label": "长春新区", + "children": null + }, + { + "code": 220185, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 220186, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + }, + { + "code": 220187, + "value": "汽车产业开发区", + "label": "汽车产业开发区", + "children": null + }, + { + "code": 220188, + "value": "兴隆综合保税区", + "label": "兴隆综合保税区", + "children": null + } + ] + }, + { + "code": 220200, + "value": "吉林市", + "label": "吉林市", + "children": [ + { + "code": 220202, + "value": "昌邑区", + "label": "昌邑区", + "children": null + }, + { + "code": 220203, + "value": "龙潭区", + "label": "龙潭区", + "children": null + }, + { + "code": 220204, + "value": "船营区", + "label": "船营区", + "children": null + }, + { + "code": 220211, + "value": "丰满区", + "label": "丰满区", + "children": null + }, + { + "code": 220221, + "value": "永吉县", + "label": "永吉县", + "children": null + }, + { + "code": 220281, + "value": "蛟河市", + "label": "蛟河市", + "children": null + }, + { + "code": 220282, + "value": "桦甸市", + "label": "桦甸市", + "children": null + }, + { + "code": 220283, + "value": "舒兰市", + "label": "舒兰市", + "children": null + }, + { + "code": 220284, + "value": "磐石市", + "label": "磐石市", + "children": null + }, + { + "code": 220285, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 220300, + "value": "四平市", + "label": "四平市", + "children": [ + { + "code": 220302, + "value": "铁西区", + "label": "铁西区", + "children": null + }, + { + "code": 220303, + "value": "铁东区", + "label": "铁东区", + "children": null + }, + { + "code": 220322, + "value": "梨树县", + "label": "梨树县", + "children": null + }, + { + "code": 220323, + "value": "伊通满族自治县", + "label": "伊通满族自治县", + "children": null + }, + { + "code": 220381, + "value": "公主岭市", + "label": "公主岭市", + "children": null + }, + { + "code": 220382, + "value": "双辽市", + "label": "双辽市", + "children": null + } + ] + }, + { + "code": 220400, + "value": "辽源市", + "label": "辽源市", + "children": [ + { + "code": 220402, + "value": "龙山区", + "label": "龙山区", + "children": null + }, + { + "code": 220403, + "value": "西安区", + "label": "西安区", + "children": null + }, + { + "code": 220421, + "value": "东丰县", + "label": "东丰县", + "children": null + }, + { + "code": 220422, + "value": "东辽县", + "label": "东辽县", + "children": null + } + ] + }, + { + "code": 220500, + "value": "通化市", + "label": "通化市", + "children": [ + { + "code": 220502, + "value": "东昌区", + "label": "东昌区", + "children": null + }, + { + "code": 220503, + "value": "二道江区", + "label": "二道江区", + "children": null + }, + { + "code": 220521, + "value": "通化县", + "label": "通化县", + "children": null + }, + { + "code": 220523, + "value": "辉南县", + "label": "辉南县", + "children": null + }, + { + "code": 220524, + "value": "柳河县", + "label": "柳河县", + "children": null + }, + { + "code": 220581, + "value": "梅河口市", + "label": "梅河口市", + "children": null + }, + { + "code": 220582, + "value": "集安市", + "label": "集安市", + "children": null + } + ] + }, + { + "code": 220600, + "value": "白山市", + "label": "白山市", + "children": [ + { + "code": 220602, + "value": "浑江区", + "label": "浑江区", + "children": null + }, + { + "code": 220605, + "value": "江源区", + "label": "江源区", + "children": null + }, + { + "code": 220621, + "value": "抚松县", + "label": "抚松县", + "children": null + }, + { + "code": 220622, + "value": "靖宇县", + "label": "靖宇县", + "children": null + }, + { + "code": 220623, + "value": "长白朝鲜族自治县", + "label": "长白朝鲜族自治县", + "children": null + }, + { + "code": 220681, + "value": "临江市", + "label": "临江市", + "children": null + } + ] + }, + { + "code": 220700, + "value": "松原市", + "label": "松原市", + "children": [ + { + "code": 220702, + "value": "宁江区", + "label": "宁江区", + "children": null + }, + { + "code": 220721, + "value": "前郭尔罗斯蒙古族自治县", + "label": "前郭尔罗斯蒙古族自治县", + "children": null + }, + { + "code": 220722, + "value": "长岭县", + "label": "长岭县", + "children": null + }, + { + "code": 220723, + "value": "乾安县", + "label": "乾安县", + "children": null + }, + { + "code": 220781, + "value": "扶余市", + "label": "扶余市", + "children": null + } + ] + }, + { + "code": 220800, + "value": "白城市", + "label": "白城市", + "children": [ + { + "code": 220802, + "value": "洮北区", + "label": "洮北区", + "children": null + }, + { + "code": 220821, + "value": "镇赉县", + "label": "镇赉县", + "children": null + }, + { + "code": 220822, + "value": "通榆县", + "label": "通榆县", + "children": null + }, + { + "code": 220881, + "value": "洮南市", + "label": "洮南市", + "children": null + }, + { + "code": 220882, + "value": "大安市", + "label": "大安市", + "children": null + } + ] + }, + { + "code": 222400, + "value": "延边朝鲜族自治州", + "label": "延边朝鲜族自治州", + "children": [ + { + "code": 222401, + "value": "延吉市", + "label": "延吉市", + "children": null + }, + { + "code": 222402, + "value": "图们市", + "label": "图们市", + "children": null + }, + { + "code": 222403, + "value": "敦化市", + "label": "敦化市", + "children": null + }, + { + "code": 222404, + "value": "珲春市", + "label": "珲春市", + "children": null + }, + { + "code": 222405, + "value": "龙井市", + "label": "龙井市", + "children": null + }, + { + "code": 222406, + "value": "和龙市", + "label": "和龙市", + "children": null + }, + { + "code": 222424, + "value": "汪清县", + "label": "汪清县", + "children": null + }, + { + "code": 222426, + "value": "安图县", + "label": "安图县", + "children": null + } + ] + } + ] + }, + { + "code": 230000, + "value": "黑龙江省", + "label": "黑龙江省", + "children": [ + { + "code": 230100, + "value": "哈尔滨市", + "label": "哈尔滨市", + "children": [ + { + "code": 230102, + "value": "道里区", + "label": "道里区", + "children": null + }, + { + "code": 230103, + "value": "南岗区", + "label": "南岗区", + "children": null + }, + { + "code": 230104, + "value": "道外区", + "label": "道外区", + "children": null + }, + { + "code": 230108, + "value": "平房区", + "label": "平房区", + "children": null + }, + { + "code": 230109, + "value": "松北区", + "label": "松北区", + "children": null + }, + { + "code": 230110, + "value": "香坊区", + "label": "香坊区", + "children": null + }, + { + "code": 230111, + "value": "呼兰区", + "label": "呼兰区", + "children": null + }, + { + "code": 230112, + "value": "阿城区", + "label": "阿城区", + "children": null + }, + { + "code": 230113, + "value": "双城区", + "label": "双城区", + "children": null + }, + { + "code": 230123, + "value": "依兰县", + "label": "依兰县", + "children": null + }, + { + "code": 230124, + "value": "方正县", + "label": "方正县", + "children": null + }, + { + "code": 230125, + "value": "宾县", + "label": "宾县", + "children": null + }, + { + "code": 230126, + "value": "巴彦县", + "label": "巴彦县", + "children": null + }, + { + "code": 230127, + "value": "木兰县", + "label": "木兰县", + "children": null + }, + { + "code": 230128, + "value": "通河县", + "label": "通河县", + "children": null + }, + { + "code": 230129, + "value": "延寿县", + "label": "延寿县", + "children": null + }, + { + "code": 230183, + "value": "尚志市", + "label": "尚志市", + "children": null + }, + { + "code": 230184, + "value": "五常市", + "label": "五常市", + "children": null + }, + { + "code": 230185, + "value": "哈尔滨新区", + "label": "哈尔滨新区", + "children": null + }, + { + "code": 230186, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 230200, + "value": "齐齐哈尔市", + "label": "齐齐哈尔市", + "children": [ + { + "code": 230202, + "value": "龙沙区", + "label": "龙沙区", + "children": null + }, + { + "code": 230203, + "value": "建华区", + "label": "建华区", + "children": null + }, + { + "code": 230204, + "value": "铁锋区", + "label": "铁锋区", + "children": null + }, + { + "code": 230205, + "value": "昂昂溪区", + "label": "昂昂溪区", + "children": null + }, + { + "code": 230206, + "value": "富拉尔基区", + "label": "富拉尔基区", + "children": null + }, + { + "code": 230207, + "value": "碾子山区", + "label": "碾子山区", + "children": null + }, + { + "code": 230208, + "value": "梅里斯达斡尔族区", + "label": "梅里斯达斡尔族区", + "children": null + }, + { + "code": 230221, + "value": "龙江县", + "label": "龙江县", + "children": null + }, + { + "code": 230223, + "value": "依安县", + "label": "依安县", + "children": null + }, + { + "code": 230224, + "value": "泰来县", + "label": "泰来县", + "children": null + }, + { + "code": 230225, + "value": "甘南县", + "label": "甘南县", + "children": null + }, + { + "code": 230227, + "value": "富裕县", + "label": "富裕县", + "children": null + }, + { + "code": 230229, + "value": "克山县", + "label": "克山县", + "children": null + }, + { + "code": 230230, + "value": "克东县", + "label": "克东县", + "children": null + }, + { + "code": 230231, + "value": "拜泉县", + "label": "拜泉县", + "children": null + }, + { + "code": 230281, + "value": "讷河市", + "label": "讷河市", + "children": null + }, + { + "code": 230282, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 230300, + "value": "鸡西市", + "label": "鸡西市", + "children": [ + { + "code": 230302, + "value": "鸡冠区", + "label": "鸡冠区", + "children": null + }, + { + "code": 230303, + "value": "恒山区", + "label": "恒山区", + "children": null + }, + { + "code": 230304, + "value": "滴道区", + "label": "滴道区", + "children": null + }, + { + "code": 230305, + "value": "梨树区", + "label": "梨树区", + "children": null + }, + { + "code": 230306, + "value": "城子河区", + "label": "城子河区", + "children": null + }, + { + "code": 230307, + "value": "麻山区", + "label": "麻山区", + "children": null + }, + { + "code": 230321, + "value": "鸡东县", + "label": "鸡东县", + "children": null + }, + { + "code": 230381, + "value": "虎林市", + "label": "虎林市", + "children": null + }, + { + "code": 230382, + "value": "密山市", + "label": "密山市", + "children": null + } + ] + }, + { + "code": 230400, + "value": "鹤岗市", + "label": "鹤岗市", + "children": [ + { + "code": 230402, + "value": "向阳区", + "label": "向阳区", + "children": null + }, + { + "code": 230403, + "value": "工农区", + "label": "工农区", + "children": null + }, + { + "code": 230404, + "value": "南山区", + "label": "南山区", + "children": null + }, + { + "code": 230405, + "value": "兴安区", + "label": "兴安区", + "children": null + }, + { + "code": 230406, + "value": "东山区", + "label": "东山区", + "children": null + }, + { + "code": 230407, + "value": "兴山区", + "label": "兴山区", + "children": null + }, + { + "code": 230421, + "value": "萝北县", + "label": "萝北县", + "children": null + }, + { + "code": 230422, + "value": "绥滨县", + "label": "绥滨县", + "children": null + } + ] + }, + { + "code": 230500, + "value": "双鸭山市", + "label": "双鸭山市", + "children": [ + { + "code": 230502, + "value": "尖山区", + "label": "尖山区", + "children": null + }, + { + "code": 230503, + "value": "岭东区", + "label": "岭东区", + "children": null + }, + { + "code": 230505, + "value": "四方台区", + "label": "四方台区", + "children": null + }, + { + "code": 230506, + "value": "宝山区", + "label": "宝山区", + "children": null + }, + { + "code": 230521, + "value": "集贤县", + "label": "集贤县", + "children": null + }, + { + "code": 230522, + "value": "友谊县", + "label": "友谊县", + "children": null + }, + { + "code": 230523, + "value": "宝清县", + "label": "宝清县", + "children": null + }, + { + "code": 230524, + "value": "饶河县", + "label": "饶河县", + "children": null + } + ] + }, + { + "code": 230600, + "value": "大庆市", + "label": "大庆市", + "children": [ + { + "code": 230602, + "value": "萨尔图区", + "label": "萨尔图区", + "children": null + }, + { + "code": 230603, + "value": "龙凤区", + "label": "龙凤区", + "children": null + }, + { + "code": 230604, + "value": "让胡路区", + "label": "让胡路区", + "children": null + }, + { + "code": 230605, + "value": "红岗区", + "label": "红岗区", + "children": null + }, + { + "code": 230606, + "value": "大同区", + "label": "大同区", + "children": null + }, + { + "code": 230621, + "value": "肇州县", + "label": "肇州县", + "children": null + }, + { + "code": 230622, + "value": "肇源县", + "label": "肇源县", + "children": null + }, + { + "code": 230623, + "value": "林甸县", + "label": "林甸县", + "children": null + }, + { + "code": 230624, + "value": "杜尔伯特蒙古族自治县", + "label": "杜尔伯特蒙古族自治县", + "children": null + }, + { + "code": 230625, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 230700, + "value": "伊春市", + "label": "伊春市", + "children": [ + { + "code": 230702, + "value": "伊春区", + "label": "伊春区", + "children": null + }, + { + "code": 230703, + "value": "南岔区", + "label": "南岔区", + "children": null + }, + { + "code": 230704, + "value": "友好区", + "label": "友好区", + "children": null + }, + { + "code": 230705, + "value": "西林区", + "label": "西林区", + "children": null + }, + { + "code": 230706, + "value": "翠峦区", + "label": "翠峦区", + "children": null + }, + { + "code": 230707, + "value": "新青区", + "label": "新青区", + "children": null + }, + { + "code": 230708, + "value": "美溪区", + "label": "美溪区", + "children": null + }, + { + "code": 230709, + "value": "金山屯区", + "label": "金山屯区", + "children": null + }, + { + "code": 230710, + "value": "五营区", + "label": "五营区", + "children": null + }, + { + "code": 230711, + "value": "乌马河区", + "label": "乌马河区", + "children": null + }, + { + "code": 230712, + "value": "汤旺河区", + "label": "汤旺河区", + "children": null + }, + { + "code": 230713, + "value": "带岭区", + "label": "带岭区", + "children": null + }, + { + "code": 230714, + "value": "乌伊岭区", + "label": "乌伊岭区", + "children": null + }, + { + "code": 230715, + "value": "红星区", + "label": "红星区", + "children": null + }, + { + "code": 230716, + "value": "上甘岭区", + "label": "上甘岭区", + "children": null + }, + { + "code": 230722, + "value": "嘉荫县", + "label": "嘉荫县", + "children": null + }, + { + "code": 230781, + "value": "铁力市", + "label": "铁力市", + "children": null + } + ] + }, + { + "code": 230800, + "value": "佳木斯市", + "label": "佳木斯市", + "children": [ + { + "code": 230803, + "value": "向阳区", + "label": "向阳区", + "children": null + }, + { + "code": 230804, + "value": "前进区", + "label": "前进区", + "children": null + }, + { + "code": 230805, + "value": "东风区", + "label": "东风区", + "children": null + }, + { + "code": 230811, + "value": "郊区", + "label": "郊区", + "children": null + }, + { + "code": 230822, + "value": "桦南县", + "label": "桦南县", + "children": null + }, + { + "code": 230826, + "value": "桦川县", + "label": "桦川县", + "children": null + }, + { + "code": 230828, + "value": "汤原县", + "label": "汤原县", + "children": null + }, + { + "code": 230881, + "value": "同江市", + "label": "同江市", + "children": null + }, + { + "code": 230882, + "value": "富锦市", + "label": "富锦市", + "children": null + }, + { + "code": 230883, + "value": "抚远市", + "label": "抚远市", + "children": null + } + ] + }, + { + "code": 230900, + "value": "七台河市", + "label": "七台河市", + "children": [ + { + "code": 230902, + "value": "新兴区", + "label": "新兴区", + "children": null + }, + { + "code": 230903, + "value": "桃山区", + "label": "桃山区", + "children": null + }, + { + "code": 230904, + "value": "茄子河区", + "label": "茄子河区", + "children": null + }, + { + "code": 230921, + "value": "勃利县", + "label": "勃利县", + "children": null + } + ] + }, + { + "code": 231000, + "value": "牡丹江市", + "label": "牡丹江市", + "children": [ + { + "code": 231002, + "value": "东安区", + "label": "东安区", + "children": null + }, + { + "code": 231003, + "value": "阳明区", + "label": "阳明区", + "children": null + }, + { + "code": 231004, + "value": "爱民区", + "label": "爱民区", + "children": null + }, + { + "code": 231005, + "value": "西安区", + "label": "西安区", + "children": null + }, + { + "code": 231025, + "value": "林口县", + "label": "林口县", + "children": null + }, + { + "code": 231081, + "value": "绥芬河市", + "label": "绥芬河市", + "children": null + }, + { + "code": 231083, + "value": "海林市", + "label": "海林市", + "children": null + }, + { + "code": 231084, + "value": "宁安市", + "label": "宁安市", + "children": null + }, + { + "code": 231085, + "value": "穆棱市", + "label": "穆棱市", + "children": null + }, + { + "code": 231086, + "value": "东宁市", + "label": "东宁市", + "children": null + } + ] + }, + { + "code": 231100, + "value": "黑河市", + "label": "黑河市", + "children": [ + { + "code": 231102, + "value": "爱辉区", + "label": "爱辉区", + "children": null + }, + { + "code": 231121, + "value": "嫩江县", + "label": "嫩江县", + "children": null + }, + { + "code": 231123, + "value": "逊克县", + "label": "逊克县", + "children": null + }, + { + "code": 231124, + "value": "孙吴县", + "label": "孙吴县", + "children": null + }, + { + "code": 231181, + "value": "北安市", + "label": "北安市", + "children": null + }, + { + "code": 231182, + "value": "五大连池市", + "label": "五大连池市", + "children": null + } + ] + }, + { + "code": 231200, + "value": "绥化市", + "label": "绥化市", + "children": [ + { + "code": 231202, + "value": "北林区", + "label": "北林区", + "children": null + }, + { + "code": 231221, + "value": "望奎县", + "label": "望奎县", + "children": null + }, + { + "code": 231222, + "value": "兰西县", + "label": "兰西县", + "children": null + }, + { + "code": 231223, + "value": "青冈县", + "label": "青冈县", + "children": null + }, + { + "code": 231224, + "value": "庆安县", + "label": "庆安县", + "children": null + }, + { + "code": 231225, + "value": "明水县", + "label": "明水县", + "children": null + }, + { + "code": 231226, + "value": "绥棱县", + "label": "绥棱县", + "children": null + }, + { + "code": 231281, + "value": "安达市", + "label": "安达市", + "children": null + }, + { + "code": 231282, + "value": "肇东市", + "label": "肇东市", + "children": null + }, + { + "code": 231283, + "value": "海伦市", + "label": "海伦市", + "children": null + } + ] + }, + { + "code": 232700, + "value": "大兴安岭地区", + "label": "大兴安岭地区", + "children": [ + { + "code": 232701, + "value": "漠河市", + "label": "漠河市", + "children": null + }, + { + "code": 232721, + "value": "呼玛县", + "label": "呼玛县", + "children": null + }, + { + "code": 232722, + "value": "塔河县", + "label": "塔河县", + "children": null + }, + { + "code": 232761, + "value": "加格达奇区", + "label": "加格达奇区", + "children": null + }, + { + "code": 232762, + "value": "松岭区", + "label": "松岭区", + "children": null + }, + { + "code": 232763, + "value": "新林区", + "label": "新林区", + "children": null + }, + { + "code": 232764, + "value": "呼中区", + "label": "呼中区", + "children": null + } + ] + } + ] + }, + { + "code": 310000, + "value": "上海市", + "label": "上海市", + "children": [ + { + "code": 310100, + "value": "上海市", + "label": "上海市", + "children": [ + { + "code": 310101, + "value": "黄浦区", + "label": "黄浦区", + "children": null + }, + { + "code": 310104, + "value": "徐汇区", + "label": "徐汇区", + "children": null + }, + { + "code": 310105, + "value": "长宁区", + "label": "长宁区", + "children": null + }, + { + "code": 310106, + "value": "静安区", + "label": "静安区", + "children": null + }, + { + "code": 310107, + "value": "普陀区", + "label": "普陀区", + "children": null + }, + { + "code": 310109, + "value": "虹口区", + "label": "虹口区", + "children": null + }, + { + "code": 310110, + "value": "杨浦区", + "label": "杨浦区", + "children": null + }, + { + "code": 310112, + "value": "闵行区", + "label": "闵行区", + "children": null + }, + { + "code": 310113, + "value": "宝山区", + "label": "宝山区", + "children": null + }, + { + "code": 310114, + "value": "嘉定区", + "label": "嘉定区", + "children": null + }, + { + "code": 310115, + "value": "浦东新区", + "label": "浦东新区", + "children": null + }, + { + "code": 310116, + "value": "金山区", + "label": "金山区", + "children": null + }, + { + "code": 310117, + "value": "松江区", + "label": "松江区", + "children": null + }, + { + "code": 310118, + "value": "青浦区", + "label": "青浦区", + "children": null + }, + { + "code": 310120, + "value": "奉贤区", + "label": "奉贤区", + "children": null + }, + { + "code": 310151, + "value": "崇明区", + "label": "崇明区", + "children": null + } + ] + } + ] + }, + { + "code": 320000, + "value": "江苏省", + "label": "江苏省", + "children": [ + { + "code": 320100, + "value": "南京市", + "label": "南京市", + "children": [ + { + "code": 320102, + "value": "玄武区", + "label": "玄武区", + "children": null + }, + { + "code": 320104, + "value": "秦淮区", + "label": "秦淮区", + "children": null + }, + { + "code": 320105, + "value": "建邺区", + "label": "建邺区", + "children": null + }, + { + "code": 320106, + "value": "鼓楼区", + "label": "鼓楼区", + "children": null + }, + { + "code": 320111, + "value": "浦口区", + "label": "浦口区", + "children": null + }, + { + "code": 320113, + "value": "栖霞区", + "label": "栖霞区", + "children": null + }, + { + "code": 320114, + "value": "雨花台区", + "label": "雨花台区", + "children": null + }, + { + "code": 320115, + "value": "江宁区", + "label": "江宁区", + "children": null + }, + { + "code": 320116, + "value": "六合区", + "label": "六合区", + "children": null + }, + { + "code": 320117, + "value": "溧水区", + "label": "溧水区", + "children": null + }, + { + "code": 320118, + "value": "高淳区", + "label": "高淳区", + "children": null + }, + { + "code": 320119, + "value": "江北新区", + "label": "江北新区", + "children": null + }, + { + "code": 320120, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 320200, + "value": "无锡市", + "label": "无锡市", + "children": [ + { + "code": 320205, + "value": "锡山区", + "label": "锡山区", + "children": null + }, + { + "code": 320206, + "value": "惠山区", + "label": "惠山区", + "children": null + }, + { + "code": 320211, + "value": "滨湖区", + "label": "滨湖区", + "children": null + }, + { + "code": 320213, + "value": "梁溪区", + "label": "梁溪区", + "children": null + }, + { + "code": 320214, + "value": "新吴区", + "label": "新吴区", + "children": null + }, + { + "code": 320281, + "value": "江阴市", + "label": "江阴市", + "children": null + }, + { + "code": 320282, + "value": "宜兴市", + "label": "宜兴市", + "children": null + } + ] + }, + { + "code": 320300, + "value": "徐州市", + "label": "徐州市", + "children": [ + { + "code": 320302, + "value": "鼓楼区", + "label": "鼓楼区", + "children": null + }, + { + "code": 320303, + "value": "云龙区", + "label": "云龙区", + "children": null + }, + { + "code": 320305, + "value": "贾汪区", + "label": "贾汪区", + "children": null + }, + { + "code": 320311, + "value": "泉山区", + "label": "泉山区", + "children": null + }, + { + "code": 320312, + "value": "铜山区", + "label": "铜山区", + "children": null + }, + { + "code": 320321, + "value": "丰县", + "label": "丰县", + "children": null + }, + { + "code": 320322, + "value": "沛县", + "label": "沛县", + "children": null + }, + { + "code": 320324, + "value": "睢宁县", + "label": "睢宁县", + "children": null + }, + { + "code": 320381, + "value": "新沂市", + "label": "新沂市", + "children": null + }, + { + "code": 320382, + "value": "邳州市", + "label": "邳州市", + "children": null + }, + { + "code": 320383, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + }, + { + "code": 320384, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 320385, + "value": "软件园", + "label": "软件园", + "children": null + } + ] + }, + { + "code": 320400, + "value": "常州市", + "label": "常州市", + "children": [ + { + "code": 320402, + "value": "天宁区", + "label": "天宁区", + "children": null + }, + { + "code": 320404, + "value": "钟楼区", + "label": "钟楼区", + "children": null + }, + { + "code": 320411, + "value": "新北区", + "label": "新北区", + "children": null + }, + { + "code": 320412, + "value": "武进区", + "label": "武进区", + "children": null + }, + { + "code": 320413, + "value": "金坛区", + "label": "金坛区", + "children": null + }, + { + "code": 320481, + "value": "溧阳市", + "label": "溧阳市", + "children": null + }, + { + "code": 320482, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 320500, + "value": "苏州市", + "label": "苏州市", + "children": [ + { + "code": 320505, + "value": "虎丘区", + "label": "虎丘区", + "children": null + }, + { + "code": 320506, + "value": "吴中区", + "label": "吴中区", + "children": null + }, + { + "code": 320507, + "value": "相城区", + "label": "相城区", + "children": null + }, + { + "code": 320508, + "value": "姑苏区", + "label": "姑苏区", + "children": null + }, + { + "code": 320509, + "value": "吴江区", + "label": "吴江区", + "children": null + }, + { + "code": 320581, + "value": "常熟市", + "label": "常熟市", + "children": null + }, + { + "code": 320582, + "value": "张家港市", + "label": "张家港市", + "children": null + }, + { + "code": 320583, + "value": "昆山市", + "label": "昆山市", + "children": null + }, + { + "code": 320585, + "value": "太仓市", + "label": "太仓市", + "children": null + }, + { + "code": 320586, + "value": "苏州新区", + "label": "苏州新区", + "children": null + }, + { + "code": 320587, + "value": "工业园区", + "label": "工业园区", + "children": null + }, + { + "code": 320588, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 320600, + "value": "南通市", + "label": "南通市", + "children": [ + { + "code": 320602, + "value": "崇川区", + "label": "崇川区", + "children": null + }, + { + "code": 320611, + "value": "港闸区", + "label": "港闸区", + "children": null + }, + { + "code": 320612, + "value": "通州区", + "label": "通州区", + "children": null + }, + { + "code": 320623, + "value": "如东县", + "label": "如东县", + "children": null + }, + { + "code": 320681, + "value": "启东市", + "label": "启东市", + "children": null + }, + { + "code": 320682, + "value": "如皋市", + "label": "如皋市", + "children": null + }, + { + "code": 320684, + "value": "海门市", + "label": "海门市", + "children": null + }, + { + "code": 320685, + "value": "海安市", + "label": "海安市", + "children": null + }, + { + "code": 320686, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + } + ] + }, + { + "code": 320700, + "value": "连云港市", + "label": "连云港市", + "children": [ + { + "code": 320703, + "value": "连云区", + "label": "连云区", + "children": null + }, + { + "code": 320706, + "value": "海州区", + "label": "海州区", + "children": null + }, + { + "code": 320707, + "value": "赣榆区", + "label": "赣榆区", + "children": null + }, + { + "code": 320722, + "value": "东海县", + "label": "东海县", + "children": null + }, + { + "code": 320723, + "value": "灌云县", + "label": "灌云县", + "children": null + }, + { + "code": 320724, + "value": "灌南县", + "label": "灌南县", + "children": null + }, + { + "code": 320725, + "value": "新海新区", + "label": "新海新区", + "children": null + }, + { + "code": 320726, + "value": "连云新城", + "label": "连云新城", + "children": null + }, + { + "code": 320727, + "value": "徐圩新区", + "label": "徐圩新区", + "children": null + }, + { + "code": 320728, + "value": "济技术开发区", + "label": "济技术开发区", + "children": null + } + ] + }, + { + "code": 320800, + "value": "淮安市", + "label": "淮安市", + "children": [ + { + "code": 320803, + "value": "淮安区", + "label": "淮安区", + "children": null + }, + { + "code": 320804, + "value": "淮阴区", + "label": "淮阴区", + "children": null + }, + { + "code": 320812, + "value": "清江浦区", + "label": "清江浦区", + "children": null + }, + { + "code": 320813, + "value": "洪泽区", + "label": "洪泽区", + "children": null + }, + { + "code": 320826, + "value": "涟水县", + "label": "涟水县", + "children": null + }, + { + "code": 320830, + "value": "盱眙县", + "label": "盱眙县", + "children": null + }, + { + "code": 320831, + "value": "金湖县", + "label": "金湖县", + "children": null + }, + { + "code": 320832, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 320900, + "value": "盐城市", + "label": "盐城市", + "children": [ + { + "code": 320902, + "value": "亭湖区", + "label": "亭湖区", + "children": null + }, + { + "code": 320903, + "value": "盐都区", + "label": "盐都区", + "children": null + }, + { + "code": 320904, + "value": "大丰区", + "label": "大丰区", + "children": null + }, + { + "code": 320921, + "value": "响水县", + "label": "响水县", + "children": null + }, + { + "code": 320922, + "value": "滨海县", + "label": "滨海县", + "children": null + }, + { + "code": 320923, + "value": "阜宁县", + "label": "阜宁县", + "children": null + }, + { + "code": 320924, + "value": "射阳县", + "label": "射阳县", + "children": null + }, + { + "code": 320925, + "value": "建湖县", + "label": "建湖县", + "children": null + }, + { + "code": 320981, + "value": "东台市", + "label": "东台市", + "children": null + } + ] + }, + { + "code": 321000, + "value": "扬州市", + "label": "扬州市", + "children": [ + { + "code": 321002, + "value": "广陵区", + "label": "广陵区", + "children": null + }, + { + "code": 321003, + "value": "邗江区", + "label": "邗江区", + "children": null + }, + { + "code": 321012, + "value": "江都区", + "label": "江都区", + "children": null + }, + { + "code": 321023, + "value": "宝应县", + "label": "宝应县", + "children": null + }, + { + "code": 321081, + "value": "仪征市", + "label": "仪征市", + "children": null + }, + { + "code": 321084, + "value": "高邮市", + "label": "高邮市", + "children": null + } + ] + }, + { + "code": 321100, + "value": "镇江市", + "label": "镇江市", + "children": [ + { + "code": 321102, + "value": "京口区", + "label": "京口区", + "children": null + }, + { + "code": 321111, + "value": "润州区", + "label": "润州区", + "children": null + }, + { + "code": 321112, + "value": "丹徒区", + "label": "丹徒区", + "children": null + }, + { + "code": 321181, + "value": "丹阳市", + "label": "丹阳市", + "children": null + }, + { + "code": 321182, + "value": "扬中市", + "label": "扬中市", + "children": null + }, + { + "code": 321183, + "value": "句容市", + "label": "句容市", + "children": null + }, + { + "code": 321184, + "value": "镇江新区", + "label": "镇江新区", + "children": null + }, + { + "code": 321185, + "value": "镇江新区", + "label": "镇江新区", + "children": null + }, + { + "code": 321186, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 321200, + "value": "泰州市", + "label": "泰州市", + "children": [ + { + "code": 321202, + "value": "海陵区", + "label": "海陵区", + "children": null + }, + { + "code": 321203, + "value": "高港区", + "label": "高港区", + "children": null + }, + { + "code": 321204, + "value": "姜堰区", + "label": "姜堰区", + "children": null + }, + { + "code": 321281, + "value": "兴化市", + "label": "兴化市", + "children": null + }, + { + "code": 321282, + "value": "靖江市", + "label": "靖江市", + "children": null + }, + { + "code": 321283, + "value": "泰兴市", + "label": "泰兴市", + "children": null + } + ] + }, + { + "code": 321300, + "value": "宿迁市", + "label": "宿迁市", + "children": [ + { + "code": 321302, + "value": "宿城区", + "label": "宿城区", + "children": null + }, + { + "code": 321311, + "value": "宿豫区", + "label": "宿豫区", + "children": null + }, + { + "code": 321322, + "value": "沭阳县", + "label": "沭阳县", + "children": null + }, + { + "code": 321323, + "value": "泗阳县", + "label": "泗阳县", + "children": null + }, + { + "code": 321324, + "value": "泗洪县", + "label": "泗洪县", + "children": null + }, + { + "code": 321325, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + } + ] + }, + { + "code": 330000, + "value": "浙江省", + "label": "浙江省", + "children": [ + { + "code": 330100, + "value": "杭州市", + "label": "杭州市", + "children": [ + { + "code": 330102, + "value": "上城区", + "label": "上城区", + "children": null + }, + { + "code": 330103, + "value": "下城区", + "label": "下城区", + "children": null + }, + { + "code": 330104, + "value": "江干区", + "label": "江干区", + "children": null + }, + { + "code": 330105, + "value": "拱墅区", + "label": "拱墅区", + "children": null + }, + { + "code": 330106, + "value": "西湖区", + "label": "西湖区", + "children": null + }, + { + "code": 330108, + "value": "滨江区", + "label": "滨江区", + "children": null + }, + { + "code": 330109, + "value": "萧山区", + "label": "萧山区", + "children": null + }, + { + "code": 330110, + "value": "余杭区", + "label": "余杭区", + "children": null + }, + { + "code": 330111, + "value": "富阳区", + "label": "富阳区", + "children": null + }, + { + "code": 330112, + "value": "临安区", + "label": "临安区", + "children": null + }, + { + "code": 330122, + "value": "桐庐县", + "label": "桐庐县", + "children": null + }, + { + "code": 330127, + "value": "淳安县", + "label": "淳安县", + "children": null + }, + { + "code": 330182, + "value": "建德市", + "label": "建德市", + "children": null + }, + { + "code": 330186, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 330200, + "value": "宁波市", + "label": "宁波市", + "children": [ + { + "code": 330203, + "value": "海曙区", + "label": "海曙区", + "children": null + }, + { + "code": 330204, + "value": "江东区", + "label": "江东区", + "children": null + }, + { + "code": 330205, + "value": "江北区", + "label": "江北区", + "children": null + }, + { + "code": 330206, + "value": "北仑区", + "label": "北仑区", + "children": null + }, + { + "code": 330211, + "value": "镇海区", + "label": "镇海区", + "children": null + }, + { + "code": 330212, + "value": "鄞州区", + "label": "鄞州区", + "children": null + }, + { + "code": 330213, + "value": "奉化区", + "label": "奉化区", + "children": null + }, + { + "code": 330225, + "value": "象山县", + "label": "象山县", + "children": null + }, + { + "code": 330226, + "value": "宁海县", + "label": "宁海县", + "children": null + }, + { + "code": 330281, + "value": "余姚市", + "label": "余姚市", + "children": null + }, + { + "code": 330282, + "value": "慈溪市", + "label": "慈溪市", + "children": null + }, + { + "code": 330284, + "value": "杭州湾新区", + "label": "杭州湾新区", + "children": null + }, + { + "code": 330285, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 330300, + "value": "温州市", + "label": "温州市", + "children": [ + { + "code": 330302, + "value": "鹿城区", + "label": "鹿城区", + "children": null + }, + { + "code": 330303, + "value": "龙湾区", + "label": "龙湾区", + "children": null + }, + { + "code": 330304, + "value": "瓯海区", + "label": "瓯海区", + "children": null + }, + { + "code": 330305, + "value": "洞头区", + "label": "洞头区", + "children": null + }, + { + "code": 330324, + "value": "永嘉县", + "label": "永嘉县", + "children": null + }, + { + "code": 330326, + "value": "平阳县", + "label": "平阳县", + "children": null + }, + { + "code": 330327, + "value": "苍南县", + "label": "苍南县", + "children": null + }, + { + "code": 330328, + "value": "文成县", + "label": "文成县", + "children": null + }, + { + "code": 330329, + "value": "泰顺县", + "label": "泰顺县", + "children": null + }, + { + "code": 330381, + "value": "瑞安市", + "label": "瑞安市", + "children": null + }, + { + "code": 330382, + "value": "乐清市", + "label": "乐清市", + "children": null + } + ] + }, + { + "code": 330400, + "value": "嘉兴市", + "label": "嘉兴市", + "children": [ + { + "code": 330402, + "value": "南湖区", + "label": "南湖区", + "children": null + }, + { + "code": 330411, + "value": "秀洲区", + "label": "秀洲区", + "children": null + }, + { + "code": 330421, + "value": "嘉善县", + "label": "嘉善县", + "children": null + }, + { + "code": 330424, + "value": "海盐县", + "label": "海盐县", + "children": null + }, + { + "code": 330481, + "value": "海宁市", + "label": "海宁市", + "children": null + }, + { + "code": 330482, + "value": "平湖市", + "label": "平湖市", + "children": null + }, + { + "code": 330483, + "value": "桐乡市", + "label": "桐乡市", + "children": null + } + ] + }, + { + "code": 330500, + "value": "湖州市", + "label": "湖州市", + "children": [ + { + "code": 330502, + "value": "吴兴区", + "label": "吴兴区", + "children": null + }, + { + "code": 330503, + "value": "南浔区", + "label": "南浔区", + "children": null + }, + { + "code": 330521, + "value": "德清县", + "label": "德清县", + "children": null + }, + { + "code": 330522, + "value": "长兴县", + "label": "长兴县", + "children": null + }, + { + "code": 330523, + "value": "安吉县", + "label": "安吉县", + "children": null + } + ] + }, + { + "code": 330600, + "value": "绍兴市", + "label": "绍兴市", + "children": [ + { + "code": 330602, + "value": "越城区", + "label": "越城区", + "children": null + }, + { + "code": 330603, + "value": "柯桥区", + "label": "柯桥区", + "children": null + }, + { + "code": 330604, + "value": "上虞区", + "label": "上虞区", + "children": null + }, + { + "code": 330624, + "value": "新昌县", + "label": "新昌县", + "children": null + }, + { + "code": 330681, + "value": "诸暨市", + "label": "诸暨市", + "children": null + }, + { + "code": 330683, + "value": "嵊州市", + "label": "嵊州市", + "children": null + } + ] + }, + { + "code": 330700, + "value": "金华市", + "label": "金华市", + "children": [ + { + "code": 330702, + "value": "婺城区", + "label": "婺城区", + "children": null + }, + { + "code": 330703, + "value": "金东区", + "label": "金东区", + "children": null + }, + { + "code": 330723, + "value": "武义县", + "label": "武义县", + "children": null + }, + { + "code": 330726, + "value": "浦江县", + "label": "浦江县", + "children": null + }, + { + "code": 330727, + "value": "磐安县", + "label": "磐安县", + "children": null + }, + { + "code": 330781, + "value": "兰溪市", + "label": "兰溪市", + "children": null + }, + { + "code": 330782, + "value": "义乌市", + "label": "义乌市", + "children": null + }, + { + "code": 330783, + "value": "东阳市", + "label": "东阳市", + "children": null + }, + { + "code": 330784, + "value": "永康市", + "label": "永康市", + "children": null + } + ] + }, + { + "code": 330800, + "value": "衢州市", + "label": "衢州市", + "children": [ + { + "code": 330802, + "value": "柯城区", + "label": "柯城区", + "children": null + }, + { + "code": 330803, + "value": "衢江区", + "label": "衢江区", + "children": null + }, + { + "code": 330822, + "value": "常山县", + "label": "常山县", + "children": null + }, + { + "code": 330824, + "value": "开化县", + "label": "开化县", + "children": null + }, + { + "code": 330825, + "value": "龙游县", + "label": "龙游县", + "children": null + }, + { + "code": 330881, + "value": "江山市", + "label": "江山市", + "children": null + } + ] + }, + { + "code": 330900, + "value": "舟山市", + "label": "舟山市", + "children": [ + { + "code": 330902, + "value": "定海区", + "label": "定海区", + "children": null + }, + { + "code": 330903, + "value": "普陀区", + "label": "普陀区", + "children": null + }, + { + "code": 330921, + "value": "岱山县", + "label": "岱山县", + "children": null + }, + { + "code": 330922, + "value": "嵊泗县", + "label": "嵊泗县", + "children": null + } + ] + }, + { + "code": 331000, + "value": "台州市", + "label": "台州市", + "children": [ + { + "code": 331002, + "value": "椒江区", + "label": "椒江区", + "children": null + }, + { + "code": 331003, + "value": "黄岩区", + "label": "黄岩区", + "children": null + }, + { + "code": 331004, + "value": "路桥区", + "label": "路桥区", + "children": null + }, + { + "code": 331022, + "value": "三门县", + "label": "三门县", + "children": null + }, + { + "code": 331023, + "value": "天台县", + "label": "天台县", + "children": null + }, + { + "code": 331024, + "value": "仙居县", + "label": "仙居县", + "children": null + }, + { + "code": 331081, + "value": "温岭市", + "label": "温岭市", + "children": null + }, + { + "code": 331082, + "value": "临海市", + "label": "临海市", + "children": null + }, + { + "code": 331083, + "value": "玉环市", + "label": "玉环市", + "children": null + } + ] + }, + { + "code": 331100, + "value": "丽水市", + "label": "丽水市", + "children": [ + { + "code": 331102, + "value": "莲都区", + "label": "莲都区", + "children": null + }, + { + "code": 331121, + "value": "青田县", + "label": "青田县", + "children": null + }, + { + "code": 331122, + "value": "缙云县", + "label": "缙云县", + "children": null + }, + { + "code": 331123, + "value": "遂昌县", + "label": "遂昌县", + "children": null + }, + { + "code": 331124, + "value": "松阳县", + "label": "松阳县", + "children": null + }, + { + "code": 331125, + "value": "云和县", + "label": "云和县", + "children": null + }, + { + "code": 331126, + "value": "庆元县", + "label": "庆元县", + "children": null + }, + { + "code": 331127, + "value": "景宁畲族自治县", + "label": "景宁畲族自治县", + "children": null + }, + { + "code": 331181, + "value": "龙泉市", + "label": "龙泉市", + "children": null + } + ] + }, + { + "code": 331200, + "value": "舟山群岛新区", + "label": "舟山群岛新区", + "children": [ + { + "code": 331201, + "value": "金塘岛", + "label": "金塘岛", + "children": null + }, + { + "code": 331202, + "value": "六横岛", + "label": "六横岛", + "children": null + }, + { + "code": 331203, + "value": "衢山岛", + "label": "衢山岛", + "children": null + }, + { + "code": 331204, + "value": "舟山本岛西北部", + "label": "舟山本岛西北部", + "children": null + }, + { + "code": 331205, + "value": "岱山岛西南部", + "label": "岱山岛西南部", + "children": null + }, + { + "code": 331206, + "value": "泗礁岛", + "label": "泗礁岛", + "children": null + }, + { + "code": 331207, + "value": "朱家尖岛", + "label": "朱家尖岛", + "children": null + }, + { + "code": 331208, + "value": "洋山岛", + "label": "洋山岛", + "children": null + }, + { + "code": 331209, + "value": "长涂岛", + "label": "长涂岛", + "children": null + }, + { + "code": 331210, + "value": "虾峙岛", + "label": "虾峙岛", + "children": null + } + ] + } + ] + }, + { + "code": 340000, + "value": "安徽省", + "label": "安徽省", + "children": [ + { + "code": 340100, + "value": "合肥市", + "label": "合肥市", + "children": [ + { + "code": 340102, + "value": "瑶海区", + "label": "瑶海区", + "children": null + }, + { + "code": 340103, + "value": "庐阳区", + "label": "庐阳区", + "children": null + }, + { + "code": 340104, + "value": "蜀山区", + "label": "蜀山区", + "children": null + }, + { + "code": 340111, + "value": "包河区", + "label": "包河区", + "children": null + }, + { + "code": 340121, + "value": "长丰县", + "label": "长丰县", + "children": null + }, + { + "code": 340122, + "value": "肥东县", + "label": "肥东县", + "children": null + }, + { + "code": 340123, + "value": "肥西县", + "label": "肥西县", + "children": null + }, + { + "code": 340124, + "value": "庐江县", + "label": "庐江县", + "children": null + }, + { + "code": 340181, + "value": "巢湖市", + "label": "巢湖市", + "children": null + }, + { + "code": 340184, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 340185, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 340186, + "value": "北城新区", + "label": "北城新区", + "children": null + }, + { + "code": 340187, + "value": "滨湖新区", + "label": "滨湖新区", + "children": null + }, + { + "code": 340188, + "value": "政务文化新区", + "label": "政务文化新区", + "children": null + }, + { + "code": 340189, + "value": "新站综合开发试验区", + "label": "新站综合开发试验区", + "children": null + } + ] + }, + { + "code": 340200, + "value": "芜湖市", + "label": "芜湖市", + "children": [ + { + "code": 340202, + "value": "镜湖区", + "label": "镜湖区", + "children": null + }, + { + "code": 340203, + "value": "弋江区", + "label": "弋江区", + "children": null + }, + { + "code": 340207, + "value": "鸠江区", + "label": "鸠江区", + "children": null + }, + { + "code": 340208, + "value": "三山区", + "label": "三山区", + "children": null + }, + { + "code": 340221, + "value": "芜湖县", + "label": "芜湖县", + "children": null + }, + { + "code": 340222, + "value": "繁昌县", + "label": "繁昌县", + "children": null + }, + { + "code": 340223, + "value": "南陵县", + "label": "南陵县", + "children": null + }, + { + "code": 340225, + "value": "无为县", + "label": "无为县", + "children": null + }, + { + "code": 340226, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 340227, + "value": "城东新区", + "label": "城东新区", + "children": null + } + ] + }, + { + "code": 340300, + "value": "蚌埠市", + "label": "蚌埠市", + "children": [ + { + "code": 340302, + "value": "龙子湖区", + "label": "龙子湖区", + "children": null + }, + { + "code": 340303, + "value": "蚌山区", + "label": "蚌山区", + "children": null + }, + { + "code": 340304, + "value": "禹会区", + "label": "禹会区", + "children": null + }, + { + "code": 340311, + "value": "淮上区", + "label": "淮上区", + "children": null + }, + { + "code": 340321, + "value": "怀远县", + "label": "怀远县", + "children": null + }, + { + "code": 340322, + "value": "五河县", + "label": "五河县", + "children": null + }, + { + "code": 340323, + "value": "固镇县", + "label": "固镇县", + "children": null + }, + { + "code": 340324, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 340400, + "value": "淮南市", + "label": "淮南市", + "children": [ + { + "code": 340402, + "value": "大通区", + "label": "大通区", + "children": null + }, + { + "code": 340403, + "value": "田家庵区", + "label": "田家庵区", + "children": null + }, + { + "code": 340404, + "value": "谢家集区", + "label": "谢家集区", + "children": null + }, + { + "code": 340405, + "value": "八公山区", + "label": "八公山区", + "children": null + }, + { + "code": 340406, + "value": "潘集区", + "label": "潘集区", + "children": null + }, + { + "code": 340421, + "value": "凤台县", + "label": "凤台县", + "children": null + }, + { + "code": 340422, + "value": "寿县", + "label": "寿县", + "children": null + }, + { + "code": 340423, + "value": "山南新区", + "label": "山南新区", + "children": null + }, + { + "code": 340424, + "value": "毛集实验区", + "label": "毛集实验区", + "children": null + }, + { + "code": 340425, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 340500, + "value": "马鞍山市", + "label": "马鞍山市", + "children": [ + { + "code": 340503, + "value": "花山区", + "label": "花山区", + "children": null + }, + { + "code": 340504, + "value": "雨山区", + "label": "雨山区", + "children": null + }, + { + "code": 340506, + "value": "博望区", + "label": "博望区", + "children": null + }, + { + "code": 340521, + "value": "当涂县", + "label": "当涂县", + "children": null + }, + { + "code": 340522, + "value": "含山县", + "label": "含山县", + "children": null + }, + { + "code": 340523, + "value": "和县", + "label": "和县", + "children": null + } + ] + }, + { + "code": 340600, + "value": "淮北市", + "label": "淮北市", + "children": [ + { + "code": 340602, + "value": "杜集区", + "label": "杜集区", + "children": null + }, + { + "code": 340603, + "value": "相山区", + "label": "相山区", + "children": null + }, + { + "code": 340604, + "value": "烈山区", + "label": "烈山区", + "children": null + }, + { + "code": 340621, + "value": "濉溪县", + "label": "濉溪县", + "children": null + } + ] + }, + { + "code": 340700, + "value": "铜陵市", + "label": "铜陵市", + "children": [ + { + "code": 340705, + "value": "铜官区", + "label": "铜官区", + "children": null + }, + { + "code": 340706, + "value": "义安区", + "label": "义安区", + "children": null + }, + { + "code": 340711, + "value": "郊区", + "label": "郊区", + "children": null + }, + { + "code": 340722, + "value": "枞阳县", + "label": "枞阳县", + "children": null + } + ] + }, + { + "code": 340800, + "value": "安庆市", + "label": "安庆市", + "children": [ + { + "code": 340802, + "value": "迎江区", + "label": "迎江区", + "children": null + }, + { + "code": 340803, + "value": "大观区", + "label": "大观区", + "children": null + }, + { + "code": 340811, + "value": "宜秀区", + "label": "宜秀区", + "children": null + }, + { + "code": 340822, + "value": "怀宁县", + "label": "怀宁县", + "children": null + }, + { + "code": 340825, + "value": "太湖县", + "label": "太湖县", + "children": null + }, + { + "code": 340826, + "value": "宿松县", + "label": "宿松县", + "children": null + }, + { + "code": 340827, + "value": "望江县", + "label": "望江县", + "children": null + }, + { + "code": 340828, + "value": "岳西县", + "label": "岳西县", + "children": null + }, + { + "code": 340881, + "value": "桐城市", + "label": "桐城市", + "children": null + }, + { + "code": 340882, + "value": "潜山市", + "label": "潜山市", + "children": null + } + ] + }, + { + "code": 341000, + "value": "黄山市", + "label": "黄山市", + "children": [ + { + "code": 341002, + "value": "屯溪区", + "label": "屯溪区", + "children": null + }, + { + "code": 341003, + "value": "黄山区", + "label": "黄山区", + "children": null + }, + { + "code": 341004, + "value": "徽州区", + "label": "徽州区", + "children": null + }, + { + "code": 341021, + "value": "歙县", + "label": "歙县", + "children": null + }, + { + "code": 341022, + "value": "休宁县", + "label": "休宁县", + "children": null + }, + { + "code": 341023, + "value": "黟县", + "label": "黟县", + "children": null + }, + { + "code": 341024, + "value": "祁门县", + "label": "祁门县", + "children": null + } + ] + }, + { + "code": 341100, + "value": "滁州市", + "label": "滁州市", + "children": [ + { + "code": 341102, + "value": "琅琊区", + "label": "琅琊区", + "children": null + }, + { + "code": 341103, + "value": "南谯区", + "label": "南谯区", + "children": null + }, + { + "code": 341122, + "value": "来安县", + "label": "来安县", + "children": null + }, + { + "code": 341124, + "value": "全椒县", + "label": "全椒县", + "children": null + }, + { + "code": 341125, + "value": "定远县", + "label": "定远县", + "children": null + }, + { + "code": 341126, + "value": "凤阳县", + "label": "凤阳县", + "children": null + }, + { + "code": 341181, + "value": "天长市", + "label": "天长市", + "children": null + }, + { + "code": 341182, + "value": "明光市", + "label": "明光市", + "children": null + } + ] + }, + { + "code": 341200, + "value": "阜阳市", + "label": "阜阳市", + "children": [ + { + "code": 341202, + "value": "颍州区", + "label": "颍州区", + "children": null + }, + { + "code": 341203, + "value": "颍东区", + "label": "颍东区", + "children": null + }, + { + "code": 341204, + "value": "颍泉区", + "label": "颍泉区", + "children": null + }, + { + "code": 341221, + "value": "临泉县", + "label": "临泉县", + "children": null + }, + { + "code": 341222, + "value": "太和县", + "label": "太和县", + "children": null + }, + { + "code": 341225, + "value": "阜南县", + "label": "阜南县", + "children": null + }, + { + "code": 341226, + "value": "颍上县", + "label": "颍上县", + "children": null + }, + { + "code": 341282, + "value": "界首市", + "label": "界首市", + "children": null + }, + { + "code": 341283, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 341284, + "value": "苏滁现代产业园", + "label": "苏滁现代产业园", + "children": null + } + ] + }, + { + "code": 341300, + "value": "宿州市", + "label": "宿州市", + "children": [ + { + "code": 341302, + "value": "埇桥区", + "label": "埇桥区", + "children": null + }, + { + "code": 341321, + "value": "砀山县", + "label": "砀山县", + "children": null + }, + { + "code": 341322, + "value": "萧县", + "label": "萧县", + "children": null + }, + { + "code": 341323, + "value": "灵璧县", + "label": "灵璧县", + "children": null + }, + { + "code": 341324, + "value": "泗县", + "label": "泗县", + "children": null + }, + { + "code": 341325, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 341371, + "value": "宿马现代产业园", + "label": "宿马现代产业园", + "children": null + } + ] + }, + { + "code": 341500, + "value": "六安市", + "label": "六安市", + "children": [ + { + "code": 341502, + "value": "金安区", + "label": "金安区", + "children": null + }, + { + "code": 341503, + "value": "裕安区", + "label": "裕安区", + "children": null + }, + { + "code": 341504, + "value": "叶集区", + "label": "叶集区", + "children": null + }, + { + "code": 341522, + "value": "霍邱县", + "label": "霍邱县", + "children": null + }, + { + "code": 341523, + "value": "舒城县", + "label": "舒城县", + "children": null + }, + { + "code": 341524, + "value": "金寨县", + "label": "金寨县", + "children": null + }, + { + "code": 341525, + "value": "霍山县", + "label": "霍山县", + "children": null + } + ] + }, + { + "code": 341600, + "value": "亳州市", + "label": "亳州市", + "children": [ + { + "code": 341602, + "value": "谯城区", + "label": "谯城区", + "children": null + }, + { + "code": 341621, + "value": "涡阳县", + "label": "涡阳县", + "children": null + }, + { + "code": 341622, + "value": "蒙城县", + "label": "蒙城县", + "children": null + }, + { + "code": 341623, + "value": "利辛县", + "label": "利辛县", + "children": null + } + ] + }, + { + "code": 341700, + "value": "池州市", + "label": "池州市", + "children": [ + { + "code": 341702, + "value": "贵池区", + "label": "贵池区", + "children": null + }, + { + "code": 341721, + "value": "东至县", + "label": "东至县", + "children": null + }, + { + "code": 341722, + "value": "石台县", + "label": "石台县", + "children": null + }, + { + "code": 341723, + "value": "青阳县", + "label": "青阳县", + "children": null + } + ] + }, + { + "code": 341800, + "value": "宣城市", + "label": "宣城市", + "children": [ + { + "code": 341802, + "value": "宣州区", + "label": "宣州区", + "children": null + }, + { + "code": 341821, + "value": "郎溪县", + "label": "郎溪县", + "children": null + }, + { + "code": 341822, + "value": "广德县", + "label": "广德县", + "children": null + }, + { + "code": 341823, + "value": "泾县", + "label": "泾县", + "children": null + }, + { + "code": 341824, + "value": "绩溪县", + "label": "绩溪县", + "children": null + }, + { + "code": 341825, + "value": "旌德县", + "label": "旌德县", + "children": null + }, + { + "code": 341881, + "value": "宁国市", + "label": "宁国市", + "children": null + } + ] + } + ] + }, + { + "code": 350000, + "value": "福建省", + "label": "福建省", + "children": [ + { + "code": 350100, + "value": "福州市", + "label": "福州市", + "children": [ + { + "code": 350102, + "value": "鼓楼区", + "label": "鼓楼区", + "children": null + }, + { + "code": 350103, + "value": "台江区", + "label": "台江区", + "children": null + }, + { + "code": 350104, + "value": "仓山区", + "label": "仓山区", + "children": null + }, + { + "code": 350105, + "value": "马尾区", + "label": "马尾区", + "children": null + }, + { + "code": 350111, + "value": "晋安区", + "label": "晋安区", + "children": null + }, + { + "code": 350112, + "value": "长乐区", + "label": "长乐区", + "children": null + }, + { + "code": 350121, + "value": "闽侯县", + "label": "闽侯县", + "children": null + }, + { + "code": 350122, + "value": "连江县", + "label": "连江县", + "children": null + }, + { + "code": 350123, + "value": "罗源县", + "label": "罗源县", + "children": null + }, + { + "code": 350124, + "value": "闽清县", + "label": "闽清县", + "children": null + }, + { + "code": 350125, + "value": "永泰县", + "label": "永泰县", + "children": null + }, + { + "code": 350128, + "value": "平潭县", + "label": "平潭县", + "children": null + }, + { + "code": 350181, + "value": "福清市", + "label": "福清市", + "children": null + }, + { + "code": 350183, + "value": "福州新区", + "label": "福州新区", + "children": null + } + ] + }, + { + "code": 350200, + "value": "厦门市", + "label": "厦门市", + "children": [ + { + "code": 350203, + "value": "思明区", + "label": "思明区", + "children": null + }, + { + "code": 350205, + "value": "海沧区", + "label": "海沧区", + "children": null + }, + { + "code": 350206, + "value": "湖里区", + "label": "湖里区", + "children": null + }, + { + "code": 350211, + "value": "集美区", + "label": "集美区", + "children": null + }, + { + "code": 350212, + "value": "同安区", + "label": "同安区", + "children": null + }, + { + "code": 350213, + "value": "翔安区", + "label": "翔安区", + "children": null + } + ] + }, + { + "code": 350300, + "value": "莆田市", + "label": "莆田市", + "children": [ + { + "code": 350302, + "value": "城厢区", + "label": "城厢区", + "children": null + }, + { + "code": 350303, + "value": "涵江区", + "label": "涵江区", + "children": null + }, + { + "code": 350304, + "value": "荔城区", + "label": "荔城区", + "children": null + }, + { + "code": 350305, + "value": "秀屿区", + "label": "秀屿区", + "children": null + }, + { + "code": 350322, + "value": "仙游县", + "label": "仙游县", + "children": null + } + ] + }, + { + "code": 350400, + "value": "三明市", + "label": "三明市", + "children": [ + { + "code": 350402, + "value": "梅列区", + "label": "梅列区", + "children": null + }, + { + "code": 350403, + "value": "三元区", + "label": "三元区", + "children": null + }, + { + "code": 350421, + "value": "明溪县", + "label": "明溪县", + "children": null + }, + { + "code": 350423, + "value": "清流县", + "label": "清流县", + "children": null + }, + { + "code": 350424, + "value": "宁化县", + "label": "宁化县", + "children": null + }, + { + "code": 350425, + "value": "大田县", + "label": "大田县", + "children": null + }, + { + "code": 350426, + "value": "尤溪县", + "label": "尤溪县", + "children": null + }, + { + "code": 350427, + "value": "沙县", + "label": "沙县", + "children": null + }, + { + "code": 350428, + "value": "将乐县", + "label": "将乐县", + "children": null + }, + { + "code": 350429, + "value": "泰宁县", + "label": "泰宁县", + "children": null + }, + { + "code": 350430, + "value": "建宁县", + "label": "建宁县", + "children": null + }, + { + "code": 350481, + "value": "永安市", + "label": "永安市", + "children": null + } + ] + }, + { + "code": 350500, + "value": "泉州市", + "label": "泉州市", + "children": [ + { + "code": 350502, + "value": "鲤城区", + "label": "鲤城区", + "children": null + }, + { + "code": 350503, + "value": "丰泽区", + "label": "丰泽区", + "children": null + }, + { + "code": 350504, + "value": "洛江区", + "label": "洛江区", + "children": null + }, + { + "code": 350505, + "value": "泉港区", + "label": "泉港区", + "children": null + }, + { + "code": 350521, + "value": "惠安县", + "label": "惠安县", + "children": null + }, + { + "code": 350524, + "value": "安溪县", + "label": "安溪县", + "children": null + }, + { + "code": 350525, + "value": "永春县", + "label": "永春县", + "children": null + }, + { + "code": 350526, + "value": "德化县", + "label": "德化县", + "children": null + }, + { + "code": 350527, + "value": "金门县", + "label": "金门县", + "children": null + }, + { + "code": 350581, + "value": "石狮市", + "label": "石狮市", + "children": null + }, + { + "code": 350582, + "value": "晋江市", + "label": "晋江市", + "children": null + }, + { + "code": 350583, + "value": "南安市", + "label": "南安市", + "children": null + }, + { + "code": 350584, + "value": "台商投资区", + "label": "台商投资区", + "children": null + }, + { + "code": 350585, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + }, + { + "code": 350586, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 350587, + "value": "综合保税区", + "label": "综合保税区", + "children": null + } + ] + }, + { + "code": 350600, + "value": "漳州市", + "label": "漳州市", + "children": [ + { + "code": 350602, + "value": "芗城区", + "label": "芗城区", + "children": null + }, + { + "code": 350603, + "value": "龙文区", + "label": "龙文区", + "children": null + }, + { + "code": 350622, + "value": "云霄县", + "label": "云霄县", + "children": null + }, + { + "code": 350623, + "value": "漳浦县", + "label": "漳浦县", + "children": null + }, + { + "code": 350624, + "value": "诏安县", + "label": "诏安县", + "children": null + }, + { + "code": 350625, + "value": "长泰县", + "label": "长泰县", + "children": null + }, + { + "code": 350626, + "value": "东山县", + "label": "东山县", + "children": null + }, + { + "code": 350627, + "value": "南靖县", + "label": "南靖县", + "children": null + }, + { + "code": 350628, + "value": "平和县", + "label": "平和县", + "children": null + }, + { + "code": 350629, + "value": "华安县", + "label": "华安县", + "children": null + }, + { + "code": 350681, + "value": "龙海市", + "label": "龙海市", + "children": null + } + ] + }, + { + "code": 350700, + "value": "南平市", + "label": "南平市", + "children": [ + { + "code": 350702, + "value": "延平区", + "label": "延平区", + "children": null + }, + { + "code": 350703, + "value": "建阳区", + "label": "建阳区", + "children": null + }, + { + "code": 350721, + "value": "顺昌县", + "label": "顺昌县", + "children": null + }, + { + "code": 350722, + "value": "浦城县", + "label": "浦城县", + "children": null + }, + { + "code": 350723, + "value": "光泽县", + "label": "光泽县", + "children": null + }, + { + "code": 350724, + "value": "松溪县", + "label": "松溪县", + "children": null + }, + { + "code": 350725, + "value": "政和县", + "label": "政和县", + "children": null + }, + { + "code": 350781, + "value": "邵武市", + "label": "邵武市", + "children": null + }, + { + "code": 350782, + "value": "武夷山市", + "label": "武夷山市", + "children": null + }, + { + "code": 350783, + "value": "建瓯市", + "label": "建瓯市", + "children": null + } + ] + }, + { + "code": 350800, + "value": "龙岩市", + "label": "龙岩市", + "children": [ + { + "code": 350802, + "value": "新罗区", + "label": "新罗区", + "children": null + }, + { + "code": 350803, + "value": "永定区", + "label": "永定区", + "children": null + }, + { + "code": 350821, + "value": "长汀县", + "label": "长汀县", + "children": null + }, + { + "code": 350823, + "value": "上杭县", + "label": "上杭县", + "children": null + }, + { + "code": 350824, + "value": "武平县", + "label": "武平县", + "children": null + }, + { + "code": 350825, + "value": "连城县", + "label": "连城县", + "children": null + }, + { + "code": 350881, + "value": "漳平市", + "label": "漳平市", + "children": null + } + ] + }, + { + "code": 350900, + "value": "宁德市", + "label": "宁德市", + "children": [ + { + "code": 350902, + "value": "蕉城区", + "label": "蕉城区", + "children": null + }, + { + "code": 350921, + "value": "霞浦县", + "label": "霞浦县", + "children": null + }, + { + "code": 350922, + "value": "古田县", + "label": "古田县", + "children": null + }, + { + "code": 350923, + "value": "屏南县", + "label": "屏南县", + "children": null + }, + { + "code": 350924, + "value": "寿宁县", + "label": "寿宁县", + "children": null + }, + { + "code": 350925, + "value": "周宁县", + "label": "周宁县", + "children": null + }, + { + "code": 350926, + "value": "柘荣县", + "label": "柘荣县", + "children": null + }, + { + "code": 350981, + "value": "福安市", + "label": "福安市", + "children": null + }, + { + "code": 350982, + "value": "福鼎市", + "label": "福鼎市", + "children": null + }, + { + "code": 350983, + "value": "东侨开发区", + "label": "东侨开发区", + "children": null + } + ] + } + ] + }, + { + "code": 360000, + "value": "江西省", + "label": "江西省", + "children": [ + { + "code": 360100, + "value": "南昌市", + "label": "南昌市", + "children": [ + { + "code": 360102, + "value": "东湖区", + "label": "东湖区", + "children": null + }, + { + "code": 360103, + "value": "西湖区", + "label": "西湖区", + "children": null + }, + { + "code": 360104, + "value": "青云谱区", + "label": "青云谱区", + "children": null + }, + { + "code": 360105, + "value": "湾里区", + "label": "湾里区", + "children": null + }, + { + "code": 360111, + "value": "青山湖区", + "label": "青山湖区", + "children": null + }, + { + "code": 360112, + "value": "新建区", + "label": "新建区", + "children": null + }, + { + "code": 360121, + "value": "南昌县", + "label": "南昌县", + "children": null + }, + { + "code": 360123, + "value": "安义县", + "label": "安义县", + "children": null + }, + { + "code": 360124, + "value": "进贤县", + "label": "进贤县", + "children": null + }, + { + "code": 360125, + "value": "红谷滩新区", + "label": "红谷滩新区", + "children": null + }, + { + "code": 360126, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 360127, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 360128, + "value": "小蓝开发区", + "label": "小蓝开发区", + "children": null + }, + { + "code": 360129, + "value": "桑海开发区", + "label": "桑海开发区", + "children": null + }, + { + "code": 360130, + "value": "望城新区", + "label": "望城新区", + "children": null + }, + { + "code": 360131, + "value": "赣江新区", + "label": "赣江新区", + "children": null + } + ] + }, + { + "code": 360200, + "value": "景德镇市", + "label": "景德镇市", + "children": [ + { + "code": 360202, + "value": "昌江区", + "label": "昌江区", + "children": null + }, + { + "code": 360203, + "value": "珠山区", + "label": "珠山区", + "children": null + }, + { + "code": 360222, + "value": "浮梁县", + "label": "浮梁县", + "children": null + }, + { + "code": 360281, + "value": "乐平市", + "label": "乐平市", + "children": null + } + ] + }, + { + "code": 360300, + "value": "萍乡市", + "label": "萍乡市", + "children": [ + { + "code": 360302, + "value": "安源区", + "label": "安源区", + "children": null + }, + { + "code": 360313, + "value": "湘东区", + "label": "湘东区", + "children": null + }, + { + "code": 360321, + "value": "莲花县", + "label": "莲花县", + "children": null + }, + { + "code": 360322, + "value": "上栗县", + "label": "上栗县", + "children": null + }, + { + "code": 360323, + "value": "芦溪县", + "label": "芦溪县", + "children": null + } + ] + }, + { + "code": 360400, + "value": "九江市", + "label": "九江市", + "children": [ + { + "code": 360402, + "value": "濂溪区", + "label": "濂溪区", + "children": null + }, + { + "code": 360403, + "value": "浔阳区", + "label": "浔阳区", + "children": null + }, + { + "code": 360404, + "value": "柴桑区", + "label": "柴桑区", + "children": null + }, + { + "code": 360423, + "value": "武宁县", + "label": "武宁县", + "children": null + }, + { + "code": 360424, + "value": "修水县", + "label": "修水县", + "children": null + }, + { + "code": 360425, + "value": "永修县", + "label": "永修县", + "children": null + }, + { + "code": 360426, + "value": "德安县", + "label": "德安县", + "children": null + }, + { + "code": 360428, + "value": "都昌县", + "label": "都昌县", + "children": null + }, + { + "code": 360429, + "value": "湖口县", + "label": "湖口县", + "children": null + }, + { + "code": 360430, + "value": "彭泽县", + "label": "彭泽县", + "children": null + }, + { + "code": 360481, + "value": "瑞昌市", + "label": "瑞昌市", + "children": null + }, + { + "code": 360482, + "value": "共青城市", + "label": "共青城市", + "children": null + }, + { + "code": 360483, + "value": "庐山市", + "label": "庐山市", + "children": null + }, + { + "code": 360484, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + }, + { + "code": 360485, + "value": "八里湖新区", + "label": "八里湖新区", + "children": null + }, + { + "code": 360486, + "value": "庐山风景名胜区", + "label": "庐山风景名胜区", + "children": null + } + ] + }, + { + "code": 360500, + "value": "新余市", + "label": "新余市", + "children": [ + { + "code": 360502, + "value": "渝水区", + "label": "渝水区", + "children": null + }, + { + "code": 360521, + "value": "分宜县", + "label": "分宜县", + "children": null + } + ] + }, + { + "code": 360600, + "value": "鹰潭市", + "label": "鹰潭市", + "children": [ + { + "code": 360602, + "value": "月湖区", + "label": "月湖区", + "children": null + }, + { + "code": 360603, + "value": "余江区", + "label": "余江区", + "children": null + }, + { + "code": 360681, + "value": "贵溪市", + "label": "贵溪市", + "children": null + }, + { + "code": 360682, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 360700, + "value": "赣州市", + "label": "赣州市", + "children": [ + { + "code": 360702, + "value": "章贡区", + "label": "章贡区", + "children": null + }, + { + "code": 360703, + "value": "南康区", + "label": "南康区", + "children": null + }, + { + "code": 360704, + "value": "赣县区", + "label": "赣县区", + "children": null + }, + { + "code": 360722, + "value": "信丰县", + "label": "信丰县", + "children": null + }, + { + "code": 360723, + "value": "大余县", + "label": "大余县", + "children": null + }, + { + "code": 360724, + "value": "上犹县", + "label": "上犹县", + "children": null + }, + { + "code": 360725, + "value": "崇义县", + "label": "崇义县", + "children": null + }, + { + "code": 360726, + "value": "安远县", + "label": "安远县", + "children": null + }, + { + "code": 360727, + "value": "龙南县", + "label": "龙南县", + "children": null + }, + { + "code": 360728, + "value": "定南县", + "label": "定南县", + "children": null + }, + { + "code": 360729, + "value": "全南县", + "label": "全南县", + "children": null + }, + { + "code": 360730, + "value": "宁都县", + "label": "宁都县", + "children": null + }, + { + "code": 360731, + "value": "于都县", + "label": "于都县", + "children": null + }, + { + "code": 360732, + "value": "兴国县", + "label": "兴国县", + "children": null + }, + { + "code": 360733, + "value": "会昌县", + "label": "会昌县", + "children": null + }, + { + "code": 360734, + "value": "寻乌县", + "label": "寻乌县", + "children": null + }, + { + "code": 360735, + "value": "石城县", + "label": "石城县", + "children": null + }, + { + "code": 360781, + "value": "瑞金市", + "label": "瑞金市", + "children": null + }, + { + "code": 360782, + "value": "章康新区", + "label": "章康新区", + "children": null + } + ] + }, + { + "code": 360800, + "value": "吉安市", + "label": "吉安市", + "children": [ + { + "code": 360802, + "value": "吉州区", + "label": "吉州区", + "children": null + }, + { + "code": 360803, + "value": "青原区", + "label": "青原区", + "children": null + }, + { + "code": 360821, + "value": "吉安县", + "label": "吉安县", + "children": null + }, + { + "code": 360822, + "value": "吉水县", + "label": "吉水县", + "children": null + }, + { + "code": 360823, + "value": "峡江县", + "label": "峡江县", + "children": null + }, + { + "code": 360824, + "value": "新干县", + "label": "新干县", + "children": null + }, + { + "code": 360825, + "value": "永丰县", + "label": "永丰县", + "children": null + }, + { + "code": 360826, + "value": "泰和县", + "label": "泰和县", + "children": null + }, + { + "code": 360827, + "value": "遂川县", + "label": "遂川县", + "children": null + }, + { + "code": 360828, + "value": "万安县", + "label": "万安县", + "children": null + }, + { + "code": 360829, + "value": "安福县", + "label": "安福县", + "children": null + }, + { + "code": 360830, + "value": "永新县", + "label": "永新县", + "children": null + }, + { + "code": 360881, + "value": "井冈山市", + "label": "井冈山市", + "children": null + } + ] + }, + { + "code": 360900, + "value": "宜春市", + "label": "宜春市", + "children": [ + { + "code": 360902, + "value": "袁州区", + "label": "袁州区", + "children": null + }, + { + "code": 360921, + "value": "奉新县", + "label": "奉新县", + "children": null + }, + { + "code": 360922, + "value": "万载县", + "label": "万载县", + "children": null + }, + { + "code": 360923, + "value": "上高县", + "label": "上高县", + "children": null + }, + { + "code": 360924, + "value": "宜丰县", + "label": "宜丰县", + "children": null + }, + { + "code": 360925, + "value": "靖安县", + "label": "靖安县", + "children": null + }, + { + "code": 360926, + "value": "铜鼓县", + "label": "铜鼓县", + "children": null + }, + { + "code": 360981, + "value": "丰城市", + "label": "丰城市", + "children": null + }, + { + "code": 360982, + "value": "樟树市", + "label": "樟树市", + "children": null + }, + { + "code": 360983, + "value": "高安市", + "label": "高安市", + "children": null + } + ] + }, + { + "code": 361000, + "value": "抚州市", + "label": "抚州市", + "children": [ + { + "code": 361002, + "value": "临川区", + "label": "临川区", + "children": null + }, + { + "code": 361003, + "value": "东乡区", + "label": "东乡区", + "children": null + }, + { + "code": 361021, + "value": "南城县", + "label": "南城县", + "children": null + }, + { + "code": 361022, + "value": "黎川县", + "label": "黎川县", + "children": null + }, + { + "code": 361023, + "value": "南丰县", + "label": "南丰县", + "children": null + }, + { + "code": 361024, + "value": "崇仁县", + "label": "崇仁县", + "children": null + }, + { + "code": 361025, + "value": "乐安县", + "label": "乐安县", + "children": null + }, + { + "code": 361026, + "value": "宜黄县", + "label": "宜黄县", + "children": null + }, + { + "code": 361027, + "value": "金溪县", + "label": "金溪县", + "children": null + }, + { + "code": 361028, + "value": "资溪县", + "label": "资溪县", + "children": null + }, + { + "code": 361030, + "value": "广昌县", + "label": "广昌县", + "children": null + } + ] + }, + { + "code": 361100, + "value": "上饶市", + "label": "上饶市", + "children": [ + { + "code": 361102, + "value": "信州区", + "label": "信州区", + "children": null + }, + { + "code": 361103, + "value": "广丰区", + "label": "广丰区", + "children": null + }, + { + "code": 361121, + "value": "上饶县", + "label": "上饶县", + "children": null + }, + { + "code": 361123, + "value": "玉山县", + "label": "玉山县", + "children": null + }, + { + "code": 361124, + "value": "铅山县", + "label": "铅山县", + "children": null + }, + { + "code": 361125, + "value": "横峰县", + "label": "横峰县", + "children": null + }, + { + "code": 361126, + "value": "弋阳县", + "label": "弋阳县", + "children": null + }, + { + "code": 361127, + "value": "余干县", + "label": "余干县", + "children": null + }, + { + "code": 361128, + "value": "鄱阳县", + "label": "鄱阳县", + "children": null + }, + { + "code": 361129, + "value": "万年县", + "label": "万年县", + "children": null + }, + { + "code": 361130, + "value": "婺源县", + "label": "婺源县", + "children": null + }, + { + "code": 361181, + "value": "德兴市", + "label": "德兴市", + "children": null + } + ] + } + ] + }, + { + "code": 370000, + "value": "山东省", + "label": "山东省", + "children": [ + { + "code": 370100, + "value": "济南市", + "label": "济南市", + "children": [ + { + "code": 370102, + "value": "历下区", + "label": "历下区", + "children": null + }, + { + "code": 370103, + "value": "市中区", + "label": "市中区", + "children": null + }, + { + "code": 370104, + "value": "槐荫区", + "label": "槐荫区", + "children": null + }, + { + "code": 370105, + "value": "天桥区", + "label": "天桥区", + "children": null + }, + { + "code": 370112, + "value": "历城区", + "label": "历城区", + "children": null + }, + { + "code": 370113, + "value": "长清区", + "label": "长清区", + "children": null + }, + { + "code": 370114, + "value": "章丘区", + "label": "章丘区", + "children": null + }, + { + "code": 370115, + "value": "济阳区", + "label": "济阳区", + "children": null + }, + { + "code": 370117, + "value": "钢城区", + "label": "钢城区", + "children": null + }, + { + "code": 370124, + "value": "平阴县", + "label": "平阴县", + "children": null + }, + { + "code": 370126, + "value": "商河县", + "label": "商河县", + "children": null + }, + { + "code": 370182, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 370183, + "value": "莱芜区", + "label": "莱芜区", + "children": null + } + ] + }, + { + "code": 370200, + "value": "青岛市", + "label": "青岛市", + "children": [ + { + "code": 370202, + "value": "市南区", + "label": "市南区", + "children": null + }, + { + "code": 370203, + "value": "市北区", + "label": "市北区", + "children": null + }, + { + "code": 370211, + "value": "黄岛区", + "label": "黄岛区", + "children": null + }, + { + "code": 370212, + "value": "崂山区", + "label": "崂山区", + "children": null + }, + { + "code": 370213, + "value": "李沧区", + "label": "李沧区", + "children": null + }, + { + "code": 370214, + "value": "城阳区", + "label": "城阳区", + "children": null + }, + { + "code": 370215, + "value": "即墨区", + "label": "即墨区", + "children": null + }, + { + "code": 370281, + "value": "胶州市", + "label": "胶州市", + "children": null + }, + { + "code": 370283, + "value": "平度市", + "label": "平度市", + "children": null + }, + { + "code": 370285, + "value": "莱西市", + "label": "莱西市", + "children": null + }, + { + "code": 370286, + "value": "西海岸新区", + "label": "西海岸新区", + "children": null + }, + { + "code": 370287, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 370300, + "value": "淄博市", + "label": "淄博市", + "children": [ + { + "code": 370302, + "value": "淄川区", + "label": "淄川区", + "children": null + }, + { + "code": 370303, + "value": "张店区", + "label": "张店区", + "children": null + }, + { + "code": 370304, + "value": "博山区", + "label": "博山区", + "children": null + }, + { + "code": 370305, + "value": "临淄区", + "label": "临淄区", + "children": null + }, + { + "code": 370306, + "value": "周村区", + "label": "周村区", + "children": null + }, + { + "code": 370321, + "value": "桓台县", + "label": "桓台县", + "children": null + }, + { + "code": 370322, + "value": "高青县", + "label": "高青县", + "children": null + }, + { + "code": 370323, + "value": "沂源县", + "label": "沂源县", + "children": null + }, + { + "code": 370324, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 370400, + "value": "枣庄市", + "label": "枣庄市", + "children": [ + { + "code": 370402, + "value": "市中区", + "label": "市中区", + "children": null + }, + { + "code": 370403, + "value": "薛城区", + "label": "薛城区", + "children": null + }, + { + "code": 370404, + "value": "峄城区", + "label": "峄城区", + "children": null + }, + { + "code": 370405, + "value": "台儿庄区", + "label": "台儿庄区", + "children": null + }, + { + "code": 370406, + "value": "山亭区", + "label": "山亭区", + "children": null + }, + { + "code": 370481, + "value": "滕州市", + "label": "滕州市", + "children": null + }, + { + "code": 370482, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 370500, + "value": "东营市", + "label": "东营市", + "children": [ + { + "code": 370502, + "value": "东营区", + "label": "东营区", + "children": null + }, + { + "code": 370503, + "value": "河口区", + "label": "河口区", + "children": null + }, + { + "code": 370505, + "value": "垦利区", + "label": "垦利区", + "children": null + }, + { + "code": 370522, + "value": "利津县", + "label": "利津县", + "children": null + }, + { + "code": 370523, + "value": "广饶县", + "label": "广饶县", + "children": null + } + ] + }, + { + "code": 370600, + "value": "烟台市", + "label": "烟台市", + "children": [ + { + "code": 370602, + "value": "芝罘区", + "label": "芝罘区", + "children": null + }, + { + "code": 370611, + "value": "福山区", + "label": "福山区", + "children": null + }, + { + "code": 370612, + "value": "牟平区", + "label": "牟平区", + "children": null + }, + { + "code": 370613, + "value": "莱山区", + "label": "莱山区", + "children": null + }, + { + "code": 370634, + "value": "长岛县", + "label": "长岛县", + "children": null + }, + { + "code": 370681, + "value": "龙口市", + "label": "龙口市", + "children": null + }, + { + "code": 370682, + "value": "莱阳市", + "label": "莱阳市", + "children": null + }, + { + "code": 370683, + "value": "莱州市", + "label": "莱州市", + "children": null + }, + { + "code": 370684, + "value": "蓬莱市", + "label": "蓬莱市", + "children": null + }, + { + "code": 370685, + "value": "招远市", + "label": "招远市", + "children": null + }, + { + "code": 370686, + "value": "栖霞市", + "label": "栖霞市", + "children": null + }, + { + "code": 370687, + "value": "海阳市", + "label": "海阳市", + "children": null + }, + { + "code": 370688, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 370689, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 370700, + "value": "潍坊市", + "label": "潍坊市", + "children": [ + { + "code": 370702, + "value": "潍城区", + "label": "潍城区", + "children": null + }, + { + "code": 370703, + "value": "寒亭区", + "label": "寒亭区", + "children": null + }, + { + "code": 370704, + "value": "坊子区", + "label": "坊子区", + "children": null + }, + { + "code": 370705, + "value": "奎文区", + "label": "奎文区", + "children": null + }, + { + "code": 370724, + "value": "临朐县", + "label": "临朐县", + "children": null + }, + { + "code": 370725, + "value": "昌乐县", + "label": "昌乐县", + "children": null + }, + { + "code": 370781, + "value": "青州市", + "label": "青州市", + "children": null + }, + { + "code": 370782, + "value": "诸城市", + "label": "诸城市", + "children": null + }, + { + "code": 370783, + "value": "寿光市", + "label": "寿光市", + "children": null + }, + { + "code": 370784, + "value": "安丘市", + "label": "安丘市", + "children": null + }, + { + "code": 370785, + "value": "高密市", + "label": "高密市", + "children": null + }, + { + "code": 370786, + "value": "昌邑市", + "label": "昌邑市", + "children": null + }, + { + "code": 370787, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 370800, + "value": "济宁市", + "label": "济宁市", + "children": [ + { + "code": 370811, + "value": "任城区", + "label": "任城区", + "children": null + }, + { + "code": 370812, + "value": "兖州区", + "label": "兖州区", + "children": null + }, + { + "code": 370814, + "value": "钢城区", + "label": "钢城区", + "children": null + }, + { + "code": 370826, + "value": "微山县", + "label": "微山县", + "children": null + }, + { + "code": 370827, + "value": "鱼台县", + "label": "鱼台县", + "children": null + }, + { + "code": 370828, + "value": "金乡县", + "label": "金乡县", + "children": null + }, + { + "code": 370829, + "value": "嘉祥县", + "label": "嘉祥县", + "children": null + }, + { + "code": 370830, + "value": "汶上县", + "label": "汶上县", + "children": null + }, + { + "code": 370831, + "value": "泗水县", + "label": "泗水县", + "children": null + }, + { + "code": 370832, + "value": "梁山县", + "label": "梁山县", + "children": null + }, + { + "code": 370881, + "value": "曲阜市", + "label": "曲阜市", + "children": null + }, + { + "code": 370883, + "value": "邹城市", + "label": "邹城市", + "children": null + }, + { + "code": 370884, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 370900, + "value": "泰安市", + "label": "泰安市", + "children": [ + { + "code": 370902, + "value": "泰山区", + "label": "泰山区", + "children": null + }, + { + "code": 370911, + "value": "岱岳区", + "label": "岱岳区", + "children": null + }, + { + "code": 370921, + "value": "宁阳县", + "label": "宁阳县", + "children": null + }, + { + "code": 370923, + "value": "东平县", + "label": "东平县", + "children": null + }, + { + "code": 370982, + "value": "新泰市", + "label": "新泰市", + "children": null + }, + { + "code": 370983, + "value": "肥城市", + "label": "肥城市", + "children": null + } + ] + }, + { + "code": 371000, + "value": "威海市", + "label": "威海市", + "children": [ + { + "code": 371002, + "value": "环翠区", + "label": "环翠区", + "children": null + }, + { + "code": 371003, + "value": "文登区", + "label": "文登区", + "children": null + }, + { + "code": 371082, + "value": "荣成市", + "label": "荣成市", + "children": null + }, + { + "code": 371083, + "value": "乳山市", + "label": "乳山市", + "children": null + }, + { + "code": 371084, + "value": "火炬高新区", + "label": "火炬高新区", + "children": null + }, + { + "code": 371085, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + }, + { + "code": 371086, + "value": "临港经济技术开发区", + "label": "临港经济技术开发区", + "children": null + } + ] + }, + { + "code": 371100, + "value": "日照市", + "label": "日照市", + "children": [ + { + "code": 371102, + "value": "东港区", + "label": "东港区", + "children": null + }, + { + "code": 371103, + "value": "岚山区", + "label": "岚山区", + "children": null + }, + { + "code": 371121, + "value": "五莲县", + "label": "五莲县", + "children": null + }, + { + "code": 371122, + "value": "莒县", + "label": "莒县", + "children": null + } + ] + }, + { + "code": 371300, + "value": "临沂市", + "label": "临沂市", + "children": [ + { + "code": 371302, + "value": "兰山区", + "label": "兰山区", + "children": null + }, + { + "code": 371311, + "value": "罗庄区", + "label": "罗庄区", + "children": null + }, + { + "code": 371312, + "value": "河东区", + "label": "河东区", + "children": null + }, + { + "code": 371321, + "value": "沂南县", + "label": "沂南县", + "children": null + }, + { + "code": 371322, + "value": "郯城县", + "label": "郯城县", + "children": null + }, + { + "code": 371323, + "value": "沂水县", + "label": "沂水县", + "children": null + }, + { + "code": 371324, + "value": "兰陵县", + "label": "兰陵县", + "children": null + }, + { + "code": 371325, + "value": "费县", + "label": "费县", + "children": null + }, + { + "code": 371326, + "value": "平邑县", + "label": "平邑县", + "children": null + }, + { + "code": 371327, + "value": "莒南县", + "label": "莒南县", + "children": null + }, + { + "code": 371328, + "value": "蒙阴县", + "label": "蒙阴县", + "children": null + }, + { + "code": 371329, + "value": "临沭县", + "label": "临沭县", + "children": null + } + ] + }, + { + "code": 371400, + "value": "德州市", + "label": "德州市", + "children": [ + { + "code": 371402, + "value": "德城区", + "label": "德城区", + "children": null + }, + { + "code": 371403, + "value": "陵城区", + "label": "陵城区", + "children": null + }, + { + "code": 371422, + "value": "宁津县", + "label": "宁津县", + "children": null + }, + { + "code": 371423, + "value": "庆云县", + "label": "庆云县", + "children": null + }, + { + "code": 371424, + "value": "临邑县", + "label": "临邑县", + "children": null + }, + { + "code": 371425, + "value": "齐河县", + "label": "齐河县", + "children": null + }, + { + "code": 371426, + "value": "平原县", + "label": "平原县", + "children": null + }, + { + "code": 371427, + "value": "夏津县", + "label": "夏津县", + "children": null + }, + { + "code": 371428, + "value": "武城县", + "label": "武城县", + "children": null + }, + { + "code": 371481, + "value": "乐陵市", + "label": "乐陵市", + "children": null + }, + { + "code": 371482, + "value": "禹城市", + "label": "禹城市", + "children": null + } + ] + }, + { + "code": 371500, + "value": "聊城市", + "label": "聊城市", + "children": [ + { + "code": 371502, + "value": "东昌府区", + "label": "东昌府区", + "children": null + }, + { + "code": 371521, + "value": "阳谷县", + "label": "阳谷县", + "children": null + }, + { + "code": 371522, + "value": "莘县", + "label": "莘县", + "children": null + }, + { + "code": 371523, + "value": "茌平县", + "label": "茌平县", + "children": null + }, + { + "code": 371524, + "value": "东阿县", + "label": "东阿县", + "children": null + }, + { + "code": 371525, + "value": "冠县", + "label": "冠县", + "children": null + }, + { + "code": 371526, + "value": "高唐县", + "label": "高唐县", + "children": null + }, + { + "code": 371581, + "value": "临清市", + "label": "临清市", + "children": null + } + ] + }, + { + "code": 371600, + "value": "滨州市", + "label": "滨州市", + "children": [ + { + "code": 371602, + "value": "滨城区", + "label": "滨城区", + "children": null + }, + { + "code": 371603, + "value": "沾化区", + "label": "沾化区", + "children": null + }, + { + "code": 371621, + "value": "惠民县", + "label": "惠民县", + "children": null + }, + { + "code": 371622, + "value": "阳信县", + "label": "阳信县", + "children": null + }, + { + "code": 371623, + "value": "无棣县", + "label": "无棣县", + "children": null + }, + { + "code": 371625, + "value": "博兴县", + "label": "博兴县", + "children": null + }, + { + "code": 371681, + "value": "邹平市", + "label": "邹平市", + "children": null + }, + { + "code": 371682, + "value": "北海新区", + "label": "北海新区", + "children": null + } + ] + }, + { + "code": 371700, + "value": "菏泽市", + "label": "菏泽市", + "children": [ + { + "code": 371702, + "value": "牡丹区", + "label": "牡丹区", + "children": null + }, + { + "code": 371703, + "value": "定陶区", + "label": "定陶区", + "children": null + }, + { + "code": 371721, + "value": "曹县", + "label": "曹县", + "children": null + }, + { + "code": 371722, + "value": "单县", + "label": "单县", + "children": null + }, + { + "code": 371723, + "value": "成武县", + "label": "成武县", + "children": null + }, + { + "code": 371724, + "value": "巨野县", + "label": "巨野县", + "children": null + }, + { + "code": 371725, + "value": "郓城县", + "label": "郓城县", + "children": null + }, + { + "code": 371726, + "value": "鄄城县", + "label": "鄄城县", + "children": null + }, + { + "code": 371728, + "value": "东明县", + "label": "东明县", + "children": null + }, + { + "code": 371772, + "value": "高新开发区", + "label": "高新开发区", + "children": null + } + ] + } + ] + }, + { + "code": 410000, + "value": "河南省", + "label": "河南省", + "children": [ + { + "code": 410100, + "value": "郑州市", + "label": "郑州市", + "children": [ + { + "code": 410102, + "value": "中原区", + "label": "中原区", + "children": null + }, + { + "code": 410103, + "value": "二七区", + "label": "二七区", + "children": null + }, + { + "code": 410104, + "value": "管城回族区", + "label": "管城回族区", + "children": null + }, + { + "code": 410105, + "value": "金水区", + "label": "金水区", + "children": null + }, + { + "code": 410106, + "value": "上街区", + "label": "上街区", + "children": null + }, + { + "code": 410108, + "value": "惠济区", + "label": "惠济区", + "children": null + }, + { + "code": 410122, + "value": "中牟县", + "label": "中牟县", + "children": null + }, + { + "code": 410181, + "value": "巩义市", + "label": "巩义市", + "children": null + }, + { + "code": 410182, + "value": "荥阳市", + "label": "荥阳市", + "children": null + }, + { + "code": 410183, + "value": "新密市", + "label": "新密市", + "children": null + }, + { + "code": 410184, + "value": "新郑市", + "label": "新郑市", + "children": null + }, + { + "code": 410185, + "value": "登封市", + "label": "登封市", + "children": null + }, + { + "code": 410186, + "value": "郑东新区", + "label": "郑东新区", + "children": null + }, + { + "code": 410187, + "value": "郑汴新区", + "label": "郑汴新区", + "children": null + }, + { + "code": 410188, + "value": "高新开发区", + "label": "高新开发区", + "children": null + }, + { + "code": 410189, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 410190, + "value": "航空港区", + "label": "航空港区", + "children": null + } + ] + }, + { + "code": 410200, + "value": "开封市", + "label": "开封市", + "children": [ + { + "code": 410202, + "value": "龙亭区", + "label": "龙亭区", + "children": null + }, + { + "code": 410203, + "value": "顺河回族区", + "label": "顺河回族区", + "children": null + }, + { + "code": 410204, + "value": "鼓楼区", + "label": "鼓楼区", + "children": null + }, + { + "code": 410205, + "value": "禹王台区", + "label": "禹王台区", + "children": null + }, + { + "code": 410212, + "value": "祥符区", + "label": "祥符区", + "children": null + }, + { + "code": 410221, + "value": "杞县", + "label": "杞县", + "children": null + }, + { + "code": 410222, + "value": "通许县", + "label": "通许县", + "children": null + }, + { + "code": 410223, + "value": "尉氏县", + "label": "尉氏县", + "children": null + }, + { + "code": 410225, + "value": "兰考县", + "label": "兰考县", + "children": null + }, + { + "code": 410226, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + } + ] + }, + { + "code": 410300, + "value": "洛阳市", + "label": "洛阳市", + "children": [ + { + "code": 410302, + "value": "老城区", + "label": "老城区", + "children": null + }, + { + "code": 410303, + "value": "西工区", + "label": "西工区", + "children": null + }, + { + "code": 410304, + "value": "瀍河回族区", + "label": "瀍河回族区", + "children": null + }, + { + "code": 410305, + "value": "涧西区", + "label": "涧西区", + "children": null + }, + { + "code": 410306, + "value": "吉利区", + "label": "吉利区", + "children": null + }, + { + "code": 410311, + "value": "洛龙区", + "label": "洛龙区", + "children": null + }, + { + "code": 410322, + "value": "孟津县", + "label": "孟津县", + "children": null + }, + { + "code": 410323, + "value": "新安县", + "label": "新安县", + "children": null + }, + { + "code": 410324, + "value": "栾川县", + "label": "栾川县", + "children": null + }, + { + "code": 410325, + "value": "嵩县", + "label": "嵩县", + "children": null + }, + { + "code": 410326, + "value": "汝阳县", + "label": "汝阳县", + "children": null + }, + { + "code": 410327, + "value": "宜阳县", + "label": "宜阳县", + "children": null + }, + { + "code": 410328, + "value": "洛宁县", + "label": "洛宁县", + "children": null + }, + { + "code": 410329, + "value": "伊川县", + "label": "伊川县", + "children": null + }, + { + "code": 410381, + "value": "偃师市", + "label": "偃师市", + "children": null + }, + { + "code": 410382, + "value": "洛阳新区", + "label": "洛阳新区", + "children": null + }, + { + "code": 410383, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 410400, + "value": "平顶山市", + "label": "平顶山市", + "children": [ + { + "code": 410402, + "value": "新华区", + "label": "新华区", + "children": null + }, + { + "code": 410403, + "value": "卫东区", + "label": "卫东区", + "children": null + }, + { + "code": 410404, + "value": "石龙区", + "label": "石龙区", + "children": null + }, + { + "code": 410411, + "value": "湛河区", + "label": "湛河区", + "children": null + }, + { + "code": 410421, + "value": "宝丰县", + "label": "宝丰县", + "children": null + }, + { + "code": 410422, + "value": "叶县", + "label": "叶县", + "children": null + }, + { + "code": 410423, + "value": "鲁山县", + "label": "鲁山县", + "children": null + }, + { + "code": 410425, + "value": "郏县", + "label": "郏县", + "children": null + }, + { + "code": 410481, + "value": "舞钢市", + "label": "舞钢市", + "children": null + }, + { + "code": 410482, + "value": "汝州市", + "label": "汝州市", + "children": null + }, + { + "code": 410483, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 410484, + "value": "新城区", + "label": "新城区", + "children": null + } + ] + }, + { + "code": 410500, + "value": "安阳市", + "label": "安阳市", + "children": [ + { + "code": 410502, + "value": "文峰区", + "label": "文峰区", + "children": null + }, + { + "code": 410503, + "value": "北关区", + "label": "北关区", + "children": null + }, + { + "code": 410505, + "value": "殷都区", + "label": "殷都区", + "children": null + }, + { + "code": 410506, + "value": "龙安区", + "label": "龙安区", + "children": null + }, + { + "code": 410522, + "value": "安阳县", + "label": "安阳县", + "children": null + }, + { + "code": 410523, + "value": "汤阴县", + "label": "汤阴县", + "children": null + }, + { + "code": 410526, + "value": "滑县", + "label": "滑县", + "children": null + }, + { + "code": 410527, + "value": "内黄县", + "label": "内黄县", + "children": null + }, + { + "code": 410581, + "value": "林州市", + "label": "林州市", + "children": null + }, + { + "code": 410582, + "value": "安阳新区", + "label": "安阳新区", + "children": null + } + ] + }, + { + "code": 410600, + "value": "鹤壁市", + "label": "鹤壁市", + "children": [ + { + "code": 410602, + "value": "鹤山区", + "label": "鹤山区", + "children": null + }, + { + "code": 410603, + "value": "山城区", + "label": "山城区", + "children": null + }, + { + "code": 410611, + "value": "淇滨区", + "label": "淇滨区", + "children": null + }, + { + "code": 410621, + "value": "浚县", + "label": "浚县", + "children": null + }, + { + "code": 410622, + "value": "淇县", + "label": "淇县", + "children": null + } + ] + }, + { + "code": 410700, + "value": "新乡市", + "label": "新乡市", + "children": [ + { + "code": 410702, + "value": "红旗区", + "label": "红旗区", + "children": null + }, + { + "code": 410703, + "value": "卫滨区", + "label": "卫滨区", + "children": null + }, + { + "code": 410704, + "value": "凤泉区", + "label": "凤泉区", + "children": null + }, + { + "code": 410711, + "value": "牧野区", + "label": "牧野区", + "children": null + }, + { + "code": 410721, + "value": "新乡县", + "label": "新乡县", + "children": null + }, + { + "code": 410724, + "value": "获嘉县", + "label": "获嘉县", + "children": null + }, + { + "code": 410725, + "value": "原阳县", + "label": "原阳县", + "children": null + }, + { + "code": 410726, + "value": "延津县", + "label": "延津县", + "children": null + }, + { + "code": 410727, + "value": "封丘县", + "label": "封丘县", + "children": null + }, + { + "code": 410728, + "value": "长垣县", + "label": "长垣县", + "children": null + }, + { + "code": 410781, + "value": "卫辉市", + "label": "卫辉市", + "children": null + }, + { + "code": 410782, + "value": "辉县市", + "label": "辉县市", + "children": null + } + ] + }, + { + "code": 410800, + "value": "焦作市", + "label": "焦作市", + "children": [ + { + "code": 410802, + "value": "解放区", + "label": "解放区", + "children": null + }, + { + "code": 410803, + "value": "中站区", + "label": "中站区", + "children": null + }, + { + "code": 410804, + "value": "马村区", + "label": "马村区", + "children": null + }, + { + "code": 410811, + "value": "山阳区", + "label": "山阳区", + "children": null + }, + { + "code": 410821, + "value": "修武县", + "label": "修武县", + "children": null + }, + { + "code": 410822, + "value": "博爱县", + "label": "博爱县", + "children": null + }, + { + "code": 410823, + "value": "武陟县", + "label": "武陟县", + "children": null + }, + { + "code": 410825, + "value": "温县", + "label": "温县", + "children": null + }, + { + "code": 410882, + "value": "沁阳市", + "label": "沁阳市", + "children": null + }, + { + "code": 410883, + "value": "孟州市", + "label": "孟州市", + "children": null + } + ] + }, + { + "code": 410900, + "value": "濮阳市", + "label": "濮阳市", + "children": [ + { + "code": 410902, + "value": "华龙区", + "label": "华龙区", + "children": null + }, + { + "code": 410922, + "value": "清丰县", + "label": "清丰县", + "children": null + }, + { + "code": 410923, + "value": "南乐县", + "label": "南乐县", + "children": null + }, + { + "code": 410926, + "value": "范县", + "label": "范县", + "children": null + }, + { + "code": 410927, + "value": "台前县", + "label": "台前县", + "children": null + }, + { + "code": 410928, + "value": "濮阳县", + "label": "濮阳县", + "children": null + } + ] + }, + { + "code": 411000, + "value": "许昌市", + "label": "许昌市", + "children": [ + { + "code": 411002, + "value": "魏都区", + "label": "魏都区", + "children": null + }, + { + "code": 411003, + "value": "建安区", + "label": "建安区", + "children": null + }, + { + "code": 411024, + "value": "鄢陵县", + "label": "鄢陵县", + "children": null + }, + { + "code": 411025, + "value": "襄城县", + "label": "襄城县", + "children": null + }, + { + "code": 411081, + "value": "禹州市", + "label": "禹州市", + "children": null + }, + { + "code": 411082, + "value": "长葛市", + "label": "长葛市", + "children": null + } + ] + }, + { + "code": 411100, + "value": "漯河市", + "label": "漯河市", + "children": [ + { + "code": 411102, + "value": "源汇区", + "label": "源汇区", + "children": null + }, + { + "code": 411103, + "value": "郾城区", + "label": "郾城区", + "children": null + }, + { + "code": 411104, + "value": "召陵区", + "label": "召陵区", + "children": null + }, + { + "code": 411121, + "value": "舞阳县", + "label": "舞阳县", + "children": null + }, + { + "code": 411122, + "value": "临颍县", + "label": "临颍县", + "children": null + } + ] + }, + { + "code": 411200, + "value": "三门峡市", + "label": "三门峡市", + "children": [ + { + "code": 411202, + "value": "湖滨区", + "label": "湖滨区", + "children": null + }, + { + "code": 411203, + "value": "陕州区", + "label": "陕州区", + "children": null + }, + { + "code": 411221, + "value": "渑池县", + "label": "渑池县", + "children": null + }, + { + "code": 411224, + "value": "卢氏县", + "label": "卢氏县", + "children": null + }, + { + "code": 411281, + "value": "义马市", + "label": "义马市", + "children": null + }, + { + "code": 411282, + "value": "灵宝市", + "label": "灵宝市", + "children": null + } + ] + }, + { + "code": 411300, + "value": "南阳市", + "label": "南阳市", + "children": [ + { + "code": 411302, + "value": "宛城区", + "label": "宛城区", + "children": null + }, + { + "code": 411303, + "value": "卧龙区", + "label": "卧龙区", + "children": null + }, + { + "code": 411321, + "value": "南召县", + "label": "南召县", + "children": null + }, + { + "code": 411322, + "value": "方城县", + "label": "方城县", + "children": null + }, + { + "code": 411323, + "value": "西峡县", + "label": "西峡县", + "children": null + }, + { + "code": 411324, + "value": "镇平县", + "label": "镇平县", + "children": null + }, + { + "code": 411325, + "value": "内乡县", + "label": "内乡县", + "children": null + }, + { + "code": 411326, + "value": "淅川县", + "label": "淅川县", + "children": null + }, + { + "code": 411327, + "value": "社旗县", + "label": "社旗县", + "children": null + }, + { + "code": 411328, + "value": "唐河县", + "label": "唐河县", + "children": null + }, + { + "code": 411329, + "value": "新野县", + "label": "新野县", + "children": null + }, + { + "code": 411330, + "value": "桐柏县", + "label": "桐柏县", + "children": null + }, + { + "code": 411381, + "value": "邓州市", + "label": "邓州市", + "children": null + } + ] + }, + { + "code": 411400, + "value": "商丘市", + "label": "商丘市", + "children": [ + { + "code": 411402, + "value": "梁园区", + "label": "梁园区", + "children": null + }, + { + "code": 411403, + "value": "睢阳区", + "label": "睢阳区", + "children": null + }, + { + "code": 411421, + "value": "民权县", + "label": "民权县", + "children": null + }, + { + "code": 411422, + "value": "睢县", + "label": "睢县", + "children": null + }, + { + "code": 411423, + "value": "宁陵县", + "label": "宁陵县", + "children": null + }, + { + "code": 411424, + "value": "柘城县", + "label": "柘城县", + "children": null + }, + { + "code": 411425, + "value": "虞城县", + "label": "虞城县", + "children": null + }, + { + "code": 411426, + "value": "夏邑县", + "label": "夏邑县", + "children": null + }, + { + "code": 411481, + "value": "永城市", + "label": "永城市", + "children": null + } + ] + }, + { + "code": 411500, + "value": "信阳市", + "label": "信阳市", + "children": [ + { + "code": 411502, + "value": "浉河区", + "label": "浉河区", + "children": null + }, + { + "code": 411503, + "value": "平桥区", + "label": "平桥区", + "children": null + }, + { + "code": 411521, + "value": "罗山县", + "label": "罗山县", + "children": null + }, + { + "code": 411522, + "value": "光山县", + "label": "光山县", + "children": null + }, + { + "code": 411523, + "value": "新县", + "label": "新县", + "children": null + }, + { + "code": 411524, + "value": "商城县", + "label": "商城县", + "children": null + }, + { + "code": 411525, + "value": "固始县", + "label": "固始县", + "children": null + }, + { + "code": 411526, + "value": "潢川县", + "label": "潢川县", + "children": null + }, + { + "code": 411527, + "value": "淮滨县", + "label": "淮滨县", + "children": null + }, + { + "code": 411528, + "value": "息县", + "label": "息县", + "children": null + } + ] + }, + { + "code": 411600, + "value": "周口市", + "label": "周口市", + "children": [ + { + "code": 411602, + "value": "川汇区", + "label": "川汇区", + "children": null + }, + { + "code": 411621, + "value": "扶沟县", + "label": "扶沟县", + "children": null + }, + { + "code": 411622, + "value": "西华县", + "label": "西华县", + "children": null + }, + { + "code": 411623, + "value": "商水县", + "label": "商水县", + "children": null + }, + { + "code": 411624, + "value": "沈丘县", + "label": "沈丘县", + "children": null + }, + { + "code": 411625, + "value": "郸城县", + "label": "郸城县", + "children": null + }, + { + "code": 411626, + "value": "淮阳县", + "label": "淮阳县", + "children": null + }, + { + "code": 411627, + "value": "太康县", + "label": "太康县", + "children": null + }, + { + "code": 411628, + "value": "鹿邑县", + "label": "鹿邑县", + "children": null + }, + { + "code": 411681, + "value": "项城市", + "label": "项城市", + "children": null + }, + { + "code": 411682, + "value": "东新区", + "label": "东新区", + "children": null + }, + { + "code": 411683, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 411700, + "value": "驻马店市", + "label": "驻马店市", + "children": [ + { + "code": 411702, + "value": "驿城区", + "label": "驿城区", + "children": null + }, + { + "code": 411721, + "value": "西平县", + "label": "西平县", + "children": null + }, + { + "code": 411722, + "value": "上蔡县", + "label": "上蔡县", + "children": null + }, + { + "code": 411723, + "value": "平舆县", + "label": "平舆县", + "children": null + }, + { + "code": 411724, + "value": "正阳县", + "label": "正阳县", + "children": null + }, + { + "code": 411725, + "value": "确山县", + "label": "确山县", + "children": null + }, + { + "code": 411726, + "value": "泌阳县", + "label": "泌阳县", + "children": null + }, + { + "code": 411727, + "value": "汝南县", + "label": "汝南县", + "children": null + }, + { + "code": 411728, + "value": "遂平县", + "label": "遂平县", + "children": null + }, + { + "code": 411729, + "value": "新蔡县", + "label": "新蔡县", + "children": null + }, + { + "code": 411771, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 419000, + "value": "济源市", + "label": "济源市", + "children": [ + { + "code": 419011, + "value": "沁园街道", + "label": "沁园街道", + "children": null + }, + { + "code": 419012, + "value": "济水街道", + "label": "济水街道", + "children": null + }, + { + "code": 419013, + "value": "北海街道", + "label": "北海街道", + "children": null + }, + { + "code": 419014, + "value": "天坛街道", + "label": "天坛街道", + "children": null + }, + { + "code": 419015, + "value": "玉泉街道", + "label": "玉泉街道", + "children": null + }, + { + "code": 419016, + "value": "克井镇", + "label": "克井镇", + "children": null + }, + { + "code": 419017, + "value": "五龙口镇", + "label": "五龙口镇", + "children": null + }, + { + "code": 419018, + "value": "梨林镇", + "label": "梨林镇", + "children": null + }, + { + "code": 419019, + "value": "轵城镇", + "label": "轵城镇", + "children": null + }, + { + "code": 419020, + "value": "承留镇", + "label": "承留镇", + "children": null + }, + { + "code": 419021, + "value": "坡头镇", + "label": "坡头镇", + "children": null + }, + { + "code": 419022, + "value": "大峪镇", + "label": "大峪镇", + "children": null + }, + { + "code": 419023, + "value": "邵原镇", + "label": "邵原镇", + "children": null + }, + { + "code": 419024, + "value": "思礼镇", + "label": "思礼镇", + "children": null + }, + { + "code": 419025, + "value": "王屋镇", + "label": "王屋镇", + "children": null + }, + { + "code": 419026, + "value": "下冶镇", + "label": "下冶镇", + "children": null + } + ] + } + ] + }, + { + "code": 420000, + "value": "湖北省", + "label": "湖北省", + "children": [ + { + "code": 420100, + "value": "武汉市", + "label": "武汉市", + "children": [ + { + "code": 420102, + "value": "江岸区", + "label": "江岸区", + "children": null + }, + { + "code": 420103, + "value": "江汉区", + "label": "江汉区", + "children": null + }, + { + "code": 420104, + "value": "硚口区", + "label": "硚口区", + "children": null + }, + { + "code": 420105, + "value": "汉阳区", + "label": "汉阳区", + "children": null + }, + { + "code": 420106, + "value": "武昌区", + "label": "武昌区", + "children": null + }, + { + "code": 420107, + "value": "青山区", + "label": "青山区", + "children": null + }, + { + "code": 420111, + "value": "洪山区", + "label": "洪山区", + "children": null + }, + { + "code": 420112, + "value": "东西湖区", + "label": "东西湖区", + "children": null + }, + { + "code": 420113, + "value": "汉南区", + "label": "汉南区", + "children": null + }, + { + "code": 420114, + "value": "蔡甸区", + "label": "蔡甸区", + "children": null + }, + { + "code": 420115, + "value": "江夏区", + "label": "江夏区", + "children": null + }, + { + "code": 420116, + "value": "黄陂区", + "label": "黄陂区", + "children": null + }, + { + "code": 420117, + "value": "新洲区", + "label": "新洲区", + "children": null + }, + { + "code": 420118, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + } + ] + }, + { + "code": 420200, + "value": "黄石市", + "label": "黄石市", + "children": [ + { + "code": 420202, + "value": "黄石港区", + "label": "黄石港区", + "children": null + }, + { + "code": 420203, + "value": "西塞山区", + "label": "西塞山区", + "children": null + }, + { + "code": 420204, + "value": "下陆区", + "label": "下陆区", + "children": null + }, + { + "code": 420205, + "value": "铁山区", + "label": "铁山区", + "children": null + }, + { + "code": 420222, + "value": "阳新县", + "label": "阳新县", + "children": null + }, + { + "code": 420281, + "value": "大冶市", + "label": "大冶市", + "children": null + }, + { + "code": 420282, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 420300, + "value": "十堰市", + "label": "十堰市", + "children": [ + { + "code": 420302, + "value": "茅箭区", + "label": "茅箭区", + "children": null + }, + { + "code": 420303, + "value": "张湾区", + "label": "张湾区", + "children": null + }, + { + "code": 420304, + "value": "郧阳区", + "label": "郧阳区", + "children": null + }, + { + "code": 420322, + "value": "郧西县", + "label": "郧西县", + "children": null + }, + { + "code": 420323, + "value": "竹山县", + "label": "竹山县", + "children": null + }, + { + "code": 420324, + "value": "竹溪县", + "label": "竹溪县", + "children": null + }, + { + "code": 420325, + "value": "房县", + "label": "房县", + "children": null + }, + { + "code": 420381, + "value": "丹江口市", + "label": "丹江口市", + "children": null + } + ] + }, + { + "code": 420500, + "value": "宜昌市", + "label": "宜昌市", + "children": [ + { + "code": 420502, + "value": "西陵区", + "label": "西陵区", + "children": null + }, + { + "code": 420503, + "value": "伍家岗区", + "label": "伍家岗区", + "children": null + }, + { + "code": 420504, + "value": "点军区", + "label": "点军区", + "children": null + }, + { + "code": 420505, + "value": "猇亭区", + "label": "猇亭区", + "children": null + }, + { + "code": 420506, + "value": "夷陵区", + "label": "夷陵区", + "children": null + }, + { + "code": 420525, + "value": "远安县", + "label": "远安县", + "children": null + }, + { + "code": 420526, + "value": "兴山县", + "label": "兴山县", + "children": null + }, + { + "code": 420527, + "value": "秭归县", + "label": "秭归县", + "children": null + }, + { + "code": 420528, + "value": "长阳土家族自治县", + "label": "长阳土家族自治县", + "children": null + }, + { + "code": 420529, + "value": "五峰土家族自治县", + "label": "五峰土家族自治县", + "children": null + }, + { + "code": 420581, + "value": "宜都市", + "label": "宜都市", + "children": null + }, + { + "code": 420582, + "value": "当阳市", + "label": "当阳市", + "children": null + }, + { + "code": 420583, + "value": "枝江市", + "label": "枝江市", + "children": null + }, + { + "code": 420584, + "value": "宜昌新区", + "label": "宜昌新区", + "children": null + } + ] + }, + { + "code": 420600, + "value": "襄阳市", + "label": "襄阳市", + "children": [ + { + "code": 420602, + "value": "襄城区", + "label": "襄城区", + "children": null + }, + { + "code": 420606, + "value": "樊城区", + "label": "樊城区", + "children": null + }, + { + "code": 420607, + "value": "襄州区", + "label": "襄州区", + "children": null + }, + { + "code": 420624, + "value": "南漳县", + "label": "南漳县", + "children": null + }, + { + "code": 420625, + "value": "谷城县", + "label": "谷城县", + "children": null + }, + { + "code": 420626, + "value": "保康县", + "label": "保康县", + "children": null + }, + { + "code": 420682, + "value": "老河口市", + "label": "老河口市", + "children": null + }, + { + "code": 420683, + "value": "枣阳市", + "label": "枣阳市", + "children": null + }, + { + "code": 420684, + "value": "宜城市", + "label": "宜城市", + "children": null + }, + { + "code": 420685, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 420686, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 420700, + "value": "鄂州市", + "label": "鄂州市", + "children": [ + { + "code": 420702, + "value": "梁子湖区", + "label": "梁子湖区", + "children": null + }, + { + "code": 420703, + "value": "华容区", + "label": "华容区", + "children": null + }, + { + "code": 420704, + "value": "鄂城区", + "label": "鄂城区", + "children": null + } + ] + }, + { + "code": 420800, + "value": "荆门市", + "label": "荆门市", + "children": [ + { + "code": 420802, + "value": "东宝区", + "label": "东宝区", + "children": null + }, + { + "code": 420804, + "value": "掇刀区", + "label": "掇刀区", + "children": null + }, + { + "code": 420822, + "value": "沙洋县", + "label": "沙洋县", + "children": null + }, + { + "code": 420881, + "value": "钟祥市", + "label": "钟祥市", + "children": null + }, + { + "code": 420882, + "value": "京山市", + "label": "京山市", + "children": null + } + ] + }, + { + "code": 420900, + "value": "孝感市", + "label": "孝感市", + "children": [ + { + "code": 420902, + "value": "孝南区", + "label": "孝南区", + "children": null + }, + { + "code": 420921, + "value": "孝昌县", + "label": "孝昌县", + "children": null + }, + { + "code": 420922, + "value": "大悟县", + "label": "大悟县", + "children": null + }, + { + "code": 420923, + "value": "云梦县", + "label": "云梦县", + "children": null + }, + { + "code": 420981, + "value": "应城市", + "label": "应城市", + "children": null + }, + { + "code": 420982, + "value": "安陆市", + "label": "安陆市", + "children": null + }, + { + "code": 420984, + "value": "汉川市", + "label": "汉川市", + "children": null + } + ] + }, + { + "code": 421000, + "value": "荆州市", + "label": "荆州市", + "children": [ + { + "code": 421002, + "value": "沙市区", + "label": "沙市区", + "children": null + }, + { + "code": 421003, + "value": "荆州区", + "label": "荆州区", + "children": null + }, + { + "code": 421022, + "value": "公安县", + "label": "公安县", + "children": null + }, + { + "code": 421023, + "value": "监利县", + "label": "监利县", + "children": null + }, + { + "code": 421024, + "value": "江陵县", + "label": "江陵县", + "children": null + }, + { + "code": 421081, + "value": "石首市", + "label": "石首市", + "children": null + }, + { + "code": 421083, + "value": "洪湖市", + "label": "洪湖市", + "children": null + }, + { + "code": 421087, + "value": "松滋市", + "label": "松滋市", + "children": null + } + ] + }, + { + "code": 421100, + "value": "黄冈市", + "label": "黄冈市", + "children": [ + { + "code": 421102, + "value": "黄州区", + "label": "黄州区", + "children": null + }, + { + "code": 421121, + "value": "团风县", + "label": "团风县", + "children": null + }, + { + "code": 421122, + "value": "红安县", + "label": "红安县", + "children": null + }, + { + "code": 421123, + "value": "罗田县", + "label": "罗田县", + "children": null + }, + { + "code": 421124, + "value": "英山县", + "label": "英山县", + "children": null + }, + { + "code": 421125, + "value": "浠水县", + "label": "浠水县", + "children": null + }, + { + "code": 421126, + "value": "蕲春县", + "label": "蕲春县", + "children": null + }, + { + "code": 421127, + "value": "黄梅县", + "label": "黄梅县", + "children": null + }, + { + "code": 421181, + "value": "麻城市", + "label": "麻城市", + "children": null + }, + { + "code": 421182, + "value": "武穴市", + "label": "武穴市", + "children": null + }, + { + "code": 421183, + "value": "城东新区", + "label": "城东新区", + "children": null + } + ] + }, + { + "code": 421200, + "value": "咸宁市", + "label": "咸宁市", + "children": [ + { + "code": 421202, + "value": "咸安区", + "label": "咸安区", + "children": null + }, + { + "code": 421221, + "value": "嘉鱼县", + "label": "嘉鱼县", + "children": null + }, + { + "code": 421222, + "value": "通城县", + "label": "通城县", + "children": null + }, + { + "code": 421223, + "value": "崇阳县", + "label": "崇阳县", + "children": null + }, + { + "code": 421224, + "value": "通山县", + "label": "通山县", + "children": null + }, + { + "code": 421281, + "value": "赤壁市", + "label": "赤壁市", + "children": null + } + ] + }, + { + "code": 421300, + "value": "随州市", + "label": "随州市", + "children": [ + { + "code": 421303, + "value": "曾都区", + "label": "曾都区", + "children": null + }, + { + "code": 421321, + "value": "随县", + "label": "随县", + "children": null + }, + { + "code": 421381, + "value": "广水市", + "label": "广水市", + "children": null + } + ] + }, + { + "code": 422800, + "value": "恩施土家族苗族自治州", + "label": "恩施土家族苗族自治州", + "children": [ + { + "code": 422801, + "value": "恩施市", + "label": "恩施市", + "children": null + }, + { + "code": 422802, + "value": "利川市", + "label": "利川市", + "children": null + }, + { + "code": 422822, + "value": "建始县", + "label": "建始县", + "children": null + }, + { + "code": 422823, + "value": "巴东县", + "label": "巴东县", + "children": null + }, + { + "code": 422825, + "value": "宣恩县", + "label": "宣恩县", + "children": null + }, + { + "code": 422826, + "value": "咸丰县", + "label": "咸丰县", + "children": null + }, + { + "code": 422827, + "value": "来凤县", + "label": "来凤县", + "children": null + }, + { + "code": 422828, + "value": "鹤峰县", + "label": "鹤峰县", + "children": null + } + ] + }, + { + "code": 429000, + "value": "神农架林区", + "label": "神农架林区", + "children": [ + { + "code": 429022, + "value": "松柏镇", + "label": "松柏镇", + "children": null + }, + { + "code": 429023, + "value": "阳日镇", + "label": "阳日镇", + "children": null + }, + { + "code": 429024, + "value": "木鱼镇", + "label": "木鱼镇", + "children": null + }, + { + "code": 429025, + "value": "红坪镇", + "label": "红坪镇", + "children": null + }, + { + "code": 429026, + "value": "新华镇", + "label": "新华镇", + "children": null + }, + { + "code": 429027, + "value": "大九湖", + "label": "大九湖", + "children": null + }, + { + "code": 429028, + "value": "宋洛", + "label": "宋洛", + "children": null + }, + { + "code": 429029, + "value": "下谷坪乡", + "label": "下谷坪乡", + "children": null + } + ] + }, + { + "code": 429400, + "value": "仙桃市", + "label": "仙桃市", + "children": [ + { + "code": 429401, + "value": "沙嘴街道", + "label": "沙嘴街道", + "children": null + }, + { + "code": 429402, + "value": "干河街道", + "label": "干河街道", + "children": null + }, + { + "code": 429403, + "value": "龙华山街道", + "label": "龙华山街道", + "children": null + }, + { + "code": 429404, + "value": "郑场镇", + "label": "郑场镇", + "children": null + }, + { + "code": 429405, + "value": "毛嘴镇", + "label": "毛嘴镇", + "children": null + }, + { + "code": 429406, + "value": "豆河镇", + "label": "豆河镇", + "children": null + }, + { + "code": 429407, + "value": "三伏潭镇", + "label": "三伏潭镇", + "children": null + }, + { + "code": 429408, + "value": "胡场镇", + "label": "胡场镇", + "children": null + }, + { + "code": 429409, + "value": "长埫口镇", + "label": "长埫口镇", + "children": null + }, + { + "code": 429410, + "value": "西流河镇", + "label": "西流河镇", + "children": null + }, + { + "code": 429411, + "value": "沙湖镇", + "label": "沙湖镇", + "children": null + }, + { + "code": 429412, + "value": "杨林尾镇", + "label": "杨林尾镇", + "children": null + }, + { + "code": 429413, + "value": "彭场镇", + "label": "彭场镇", + "children": null + }, + { + "code": 429414, + "value": "张沟镇", + "label": "张沟镇", + "children": null + }, + { + "code": 429415, + "value": "郭河镇", + "label": "郭河镇", + "children": null + }, + { + "code": 429416, + "value": "沔城镇", + "label": "沔城镇", + "children": null + }, + { + "code": 429417, + "value": "通海口镇", + "label": "通海口镇", + "children": null + }, + { + "code": 429418, + "value": "陈场镇", + "label": "陈场镇", + "children": null + }, + { + "code": 429419, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 429420, + "value": "经济开发区", + "label": "经济开发区", + "children": null + }, + { + "code": 429421, + "value": "工业园区", + "label": "工业园区", + "children": null + }, + { + "code": 429422, + "value": "九合垸原种场", + "label": "九合垸原种场", + "children": null + }, + { + "code": 429423, + "value": "沙湖原种场", + "label": "沙湖原种场", + "children": null + }, + { + "code": 429424, + "value": "排湖渔场", + "label": "排湖渔场", + "children": null + }, + { + "code": 429425, + "value": "五湖渔场", + "label": "五湖渔场", + "children": null + }, + { + "code": 429426, + "value": "赵西垸林场", + "label": "赵西垸林场", + "children": null + }, + { + "code": 429427, + "value": "刘家垸林场", + "label": "刘家垸林场", + "children": null + }, + { + "code": 429428, + "value": "畜禽良种场", + "label": "畜禽良种场", + "children": null + } + ] + }, + { + "code": 429500, + "value": "潜江市", + "label": "潜江市", + "children": [ + { + "code": 429501, + "value": "园林", + "label": "园林", + "children": null + }, + { + "code": 429502, + "value": "广华", + "label": "广华", + "children": null + }, + { + "code": 429503, + "value": "杨市", + "label": "杨市", + "children": null + }, + { + "code": 429504, + "value": "周矶", + "label": "周矶", + "children": null + }, + { + "code": 429505, + "value": "泽口", + "label": "泽口", + "children": null + }, + { + "code": 429506, + "value": "泰丰", + "label": "泰丰", + "children": null + }, + { + "code": 429507, + "value": "高场", + "label": "高场", + "children": null + }, + { + "code": 429508, + "value": "熊口镇", + "label": "熊口镇", + "children": null + }, + { + "code": 429509, + "value": "竹根滩镇", + "label": "竹根滩镇", + "children": null + }, + { + "code": 429510, + "value": "高石碑镇", + "label": "高石碑镇", + "children": null + }, + { + "code": 429511, + "value": "老新镇", + "label": "老新镇", + "children": null + }, + { + "code": 429512, + "value": "王场镇", + "label": "王场镇", + "children": null + }, + { + "code": 429513, + "value": "渔洋镇", + "label": "渔洋镇", + "children": null + }, + { + "code": 429514, + "value": "龙湾镇", + "label": "龙湾镇", + "children": null + }, + { + "code": 429515, + "value": "浩口镇", + "label": "浩口镇", + "children": null + }, + { + "code": 429516, + "value": "积玉口镇", + "label": "积玉口镇", + "children": null + }, + { + "code": 429517, + "value": "张金镇", + "label": "张金镇", + "children": null + }, + { + "code": 429518, + "value": "白鹭湖管理区", + "label": "白鹭湖管理区", + "children": null + }, + { + "code": 429519, + "value": "总口管理区", + "label": "总口管理区", + "children": null + }, + { + "code": 429520, + "value": "熊口农场管理区", + "label": "熊口农场管理区", + "children": null + }, + { + "code": 429521, + "value": "运粮湖管理区", + "label": "运粮湖管理区", + "children": null + }, + { + "code": 429522, + "value": "后湖管理区", + "label": "后湖管理区", + "children": null + }, + { + "code": 429523, + "value": "周矶管理区", + "label": "周矶管理区", + "children": null + }, + { + "code": 429524, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 429600, + "value": "天门市", + "label": "天门市", + "children": [ + { + "code": 429601, + "value": "竟陵街道", + "label": "竟陵街道", + "children": null + }, + { + "code": 429602, + "value": "杨林街道", + "label": "杨林街道", + "children": null + }, + { + "code": 429603, + "value": "佛子山镇", + "label": "佛子山镇", + "children": null + }, + { + "code": 429604, + "value": "多宝镇", + "label": "多宝镇", + "children": null + }, + { + "code": 429605, + "value": "拖市镇", + "label": "拖市镇", + "children": null + }, + { + "code": 429606, + "value": "张港镇", + "label": "张港镇", + "children": null + }, + { + "code": 429607, + "value": "蒋场镇", + "label": "蒋场镇", + "children": null + }, + { + "code": 429608, + "value": "汪场镇", + "label": "汪场镇", + "children": null + }, + { + "code": 429609, + "value": "渔薪镇", + "label": "渔薪镇", + "children": null + }, + { + "code": 429610, + "value": "黄潭镇", + "label": "黄潭镇", + "children": null + }, + { + "code": 429611, + "value": "岳口镇", + "label": "岳口镇", + "children": null + }, + { + "code": 429612, + "value": "横林镇", + "label": "横林镇", + "children": null + }, + { + "code": 429613, + "value": "彭市镇", + "label": "彭市镇", + "children": null + }, + { + "code": 429614, + "value": "麻洋镇", + "label": "麻洋镇", + "children": null + }, + { + "code": 429615, + "value": "多祥镇", + "label": "多祥镇", + "children": null + }, + { + "code": 429616, + "value": "干驿镇", + "label": "干驿镇", + "children": null + }, + { + "code": 429617, + "value": "马湾镇", + "label": "马湾镇", + "children": null + }, + { + "code": 429618, + "value": "卢市镇", + "label": "卢市镇", + "children": null + }, + { + "code": 429619, + "value": "小板镇", + "label": "小板镇", + "children": null + }, + { + "code": 429620, + "value": "九真镇", + "label": "九真镇", + "children": null + }, + { + "code": 429621, + "value": "皂市镇", + "label": "皂市镇", + "children": null + }, + { + "code": 429622, + "value": "胡市镇", + "label": "胡市镇", + "children": null + }, + { + "code": 429623, + "value": "石河镇", + "label": "石河镇", + "children": null + }, + { + "code": 429624, + "value": "净潭乡", + "label": "净潭乡", + "children": null + }, + { + "code": 429625, + "value": "蒋湖农场", + "label": "蒋湖农场", + "children": null + }, + { + "code": 429626, + "value": "白茅湖农场", + "label": "白茅湖农场", + "children": null + }, + { + "code": 429627, + "value": "沉湖林业科技示范区", + "label": "沉湖林业科技示范区", + "children": null + }, + { + "code": 429628, + "value": "天门工业园", + "label": "天门工业园", + "children": null + }, + { + "code": 429629, + "value": "侨乡街道开发区", + "label": "侨乡街道开发区", + "children": null + } + ] + } + ] + }, + { + "code": 430000, + "value": "湖南省", + "label": "湖南省", + "children": [ + { + "code": 430100, + "value": "长沙市", + "label": "长沙市", + "children": [ + { + "code": 430102, + "value": "芙蓉区", + "label": "芙蓉区", + "children": null + }, + { + "code": 430103, + "value": "天心区", + "label": "天心区", + "children": null + }, + { + "code": 430104, + "value": "岳麓区", + "label": "岳麓区", + "children": null + }, + { + "code": 430105, + "value": "开福区", + "label": "开福区", + "children": null + }, + { + "code": 430111, + "value": "雨花区", + "label": "雨花区", + "children": null + }, + { + "code": 430112, + "value": "望城区", + "label": "望城区", + "children": null + }, + { + "code": 430121, + "value": "长沙县", + "label": "长沙县", + "children": null + }, + { + "code": 430181, + "value": "浏阳市", + "label": "浏阳市", + "children": null + }, + { + "code": 430182, + "value": "宁乡市", + "label": "宁乡市", + "children": null + }, + { + "code": 430183, + "value": "湘江新区", + "label": "湘江新区", + "children": null + } + ] + }, + { + "code": 430200, + "value": "株洲市", + "label": "株洲市", + "children": [ + { + "code": 430202, + "value": "荷塘区", + "label": "荷塘区", + "children": null + }, + { + "code": 430203, + "value": "芦淞区", + "label": "芦淞区", + "children": null + }, + { + "code": 430204, + "value": "石峰区", + "label": "石峰区", + "children": null + }, + { + "code": 430211, + "value": "天元区", + "label": "天元区", + "children": null + }, + { + "code": 430212, + "value": "渌口区", + "label": "渌口区", + "children": null + }, + { + "code": 430223, + "value": "攸县", + "label": "攸县", + "children": null + }, + { + "code": 430224, + "value": "茶陵县", + "label": "茶陵县", + "children": null + }, + { + "code": 430225, + "value": "炎陵县", + "label": "炎陵县", + "children": null + }, + { + "code": 430281, + "value": "醴陵市", + "label": "醴陵市", + "children": null + } + ] + }, + { + "code": 430300, + "value": "湘潭市", + "label": "湘潭市", + "children": [ + { + "code": 430302, + "value": "雨湖区", + "label": "雨湖区", + "children": null + }, + { + "code": 430304, + "value": "岳塘区", + "label": "岳塘区", + "children": null + }, + { + "code": 430321, + "value": "湘潭县", + "label": "湘潭县", + "children": null + }, + { + "code": 430381, + "value": "湘乡市", + "label": "湘乡市", + "children": null + }, + { + "code": 430382, + "value": "韶山市", + "label": "韶山市", + "children": null + }, + { + "code": 430383, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 430400, + "value": "衡阳市", + "label": "衡阳市", + "children": [ + { + "code": 430405, + "value": "珠晖区", + "label": "珠晖区", + "children": null + }, + { + "code": 430406, + "value": "雁峰区", + "label": "雁峰区", + "children": null + }, + { + "code": 430407, + "value": "石鼓区", + "label": "石鼓区", + "children": null + }, + { + "code": 430408, + "value": "蒸湘区", + "label": "蒸湘区", + "children": null + }, + { + "code": 430412, + "value": "南岳区", + "label": "南岳区", + "children": null + }, + { + "code": 430421, + "value": "衡阳县", + "label": "衡阳县", + "children": null + }, + { + "code": 430422, + "value": "衡南县", + "label": "衡南县", + "children": null + }, + { + "code": 430423, + "value": "衡山县", + "label": "衡山县", + "children": null + }, + { + "code": 430424, + "value": "衡东县", + "label": "衡东县", + "children": null + }, + { + "code": 430426, + "value": "祁东县", + "label": "祁东县", + "children": null + }, + { + "code": 430481, + "value": "耒阳市", + "label": "耒阳市", + "children": null + }, + { + "code": 430482, + "value": "常宁市", + "label": "常宁市", + "children": null + }, + { + "code": 430483, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 430484, + "value": "综合保税区", + "label": "综合保税区", + "children": null + } + ] + }, + { + "code": 430500, + "value": "邵阳市", + "label": "邵阳市", + "children": [ + { + "code": 430502, + "value": "双清区", + "label": "双清区", + "children": null + }, + { + "code": 430503, + "value": "大祥区", + "label": "大祥区", + "children": null + }, + { + "code": 430511, + "value": "北塔区", + "label": "北塔区", + "children": null + }, + { + "code": 430521, + "value": "邵东县", + "label": "邵东县", + "children": null + }, + { + "code": 430522, + "value": "新邵县", + "label": "新邵县", + "children": null + }, + { + "code": 430523, + "value": "邵阳县", + "label": "邵阳县", + "children": null + }, + { + "code": 430524, + "value": "隆回县", + "label": "隆回县", + "children": null + }, + { + "code": 430525, + "value": "洞口县", + "label": "洞口县", + "children": null + }, + { + "code": 430527, + "value": "绥宁县", + "label": "绥宁县", + "children": null + }, + { + "code": 430528, + "value": "新宁县", + "label": "新宁县", + "children": null + }, + { + "code": 430529, + "value": "城步苗族自治县", + "label": "城步苗族自治县", + "children": null + }, + { + "code": 430581, + "value": "武冈市", + "label": "武冈市", + "children": null + } + ] + }, + { + "code": 430600, + "value": "岳阳市", + "label": "岳阳市", + "children": [ + { + "code": 430602, + "value": "岳阳楼区", + "label": "岳阳楼区", + "children": null + }, + { + "code": 430603, + "value": "云溪区", + "label": "云溪区", + "children": null + }, + { + "code": 430611, + "value": "君山区", + "label": "君山区", + "children": null + }, + { + "code": 430621, + "value": "岳阳县", + "label": "岳阳县", + "children": null + }, + { + "code": 430623, + "value": "华容县", + "label": "华容县", + "children": null + }, + { + "code": 430624, + "value": "湘阴县", + "label": "湘阴县", + "children": null + }, + { + "code": 430626, + "value": "平江县", + "label": "平江县", + "children": null + }, + { + "code": 430681, + "value": "汨罗市", + "label": "汨罗市", + "children": null + }, + { + "code": 430682, + "value": "临湘市", + "label": "临湘市", + "children": null + } + ] + }, + { + "code": 430700, + "value": "常德市", + "label": "常德市", + "children": [ + { + "code": 430702, + "value": "武陵区", + "label": "武陵区", + "children": null + }, + { + "code": 430703, + "value": "鼎城区", + "label": "鼎城区", + "children": null + }, + { + "code": 430721, + "value": "安乡县", + "label": "安乡县", + "children": null + }, + { + "code": 430722, + "value": "汉寿县", + "label": "汉寿县", + "children": null + }, + { + "code": 430723, + "value": "澧县", + "label": "澧县", + "children": null + }, + { + "code": 430724, + "value": "临澧县", + "label": "临澧县", + "children": null + }, + { + "code": 430725, + "value": "桃源县", + "label": "桃源县", + "children": null + }, + { + "code": 430726, + "value": "石门县", + "label": "石门县", + "children": null + }, + { + "code": 430781, + "value": "津市市", + "label": "津市市", + "children": null + } + ] + }, + { + "code": 430800, + "value": "张家界市", + "label": "张家界市", + "children": [ + { + "code": 430802, + "value": "永定区", + "label": "永定区", + "children": null + }, + { + "code": 430811, + "value": "武陵源区", + "label": "武陵源区", + "children": null + }, + { + "code": 430821, + "value": "慈利县", + "label": "慈利县", + "children": null + }, + { + "code": 430822, + "value": "桑植县", + "label": "桑植县", + "children": null + } + ] + }, + { + "code": 430900, + "value": "益阳市", + "label": "益阳市", + "children": [ + { + "code": 430902, + "value": "资阳区", + "label": "资阳区", + "children": null + }, + { + "code": 430903, + "value": "赫山区", + "label": "赫山区", + "children": null + }, + { + "code": 430921, + "value": "南县", + "label": "南县", + "children": null + }, + { + "code": 430922, + "value": "桃江县", + "label": "桃江县", + "children": null + }, + { + "code": 430923, + "value": "安化县", + "label": "安化县", + "children": null + }, + { + "code": 430981, + "value": "沅江市", + "label": "沅江市", + "children": null + } + ] + }, + { + "code": 431000, + "value": "郴州市", + "label": "郴州市", + "children": [ + { + "code": 431002, + "value": "北湖区", + "label": "北湖区", + "children": null + }, + { + "code": 431003, + "value": "苏仙区", + "label": "苏仙区", + "children": null + }, + { + "code": 431021, + "value": "桂阳县", + "label": "桂阳县", + "children": null + }, + { + "code": 431022, + "value": "宜章县", + "label": "宜章县", + "children": null + }, + { + "code": 431023, + "value": "永兴县", + "label": "永兴县", + "children": null + }, + { + "code": 431024, + "value": "嘉禾县", + "label": "嘉禾县", + "children": null + }, + { + "code": 431025, + "value": "临武县", + "label": "临武县", + "children": null + }, + { + "code": 431026, + "value": "汝城县", + "label": "汝城县", + "children": null + }, + { + "code": 431027, + "value": "桂东县", + "label": "桂东县", + "children": null + }, + { + "code": 431028, + "value": "安仁县", + "label": "安仁县", + "children": null + }, + { + "code": 431081, + "value": "资兴市", + "label": "资兴市", + "children": null + } + ] + }, + { + "code": 431100, + "value": "永州市", + "label": "永州市", + "children": [ + { + "code": 431102, + "value": "零陵区", + "label": "零陵区", + "children": null + }, + { + "code": 431103, + "value": "冷水滩区", + "label": "冷水滩区", + "children": null + }, + { + "code": 431121, + "value": "祁阳县", + "label": "祁阳县", + "children": null + }, + { + "code": 431122, + "value": "东安县", + "label": "东安县", + "children": null + }, + { + "code": 431123, + "value": "双牌县", + "label": "双牌县", + "children": null + }, + { + "code": 431124, + "value": "道县", + "label": "道县", + "children": null + }, + { + "code": 431125, + "value": "江永县", + "label": "江永县", + "children": null + }, + { + "code": 431126, + "value": "宁远县", + "label": "宁远县", + "children": null + }, + { + "code": 431127, + "value": "蓝山县", + "label": "蓝山县", + "children": null + }, + { + "code": 431128, + "value": "新田县", + "label": "新田县", + "children": null + }, + { + "code": 431129, + "value": "江华瑶族自治县", + "label": "江华瑶族自治县", + "children": null + } + ] + }, + { + "code": 431200, + "value": "怀化市", + "label": "怀化市", + "children": [ + { + "code": 431202, + "value": "鹤城区", + "label": "鹤城区", + "children": null + }, + { + "code": 431221, + "value": "中方县", + "label": "中方县", + "children": null + }, + { + "code": 431222, + "value": "沅陵县", + "label": "沅陵县", + "children": null + }, + { + "code": 431223, + "value": "辰溪县", + "label": "辰溪县", + "children": null + }, + { + "code": 431224, + "value": "溆浦县", + "label": "溆浦县", + "children": null + }, + { + "code": 431225, + "value": "会同县", + "label": "会同县", + "children": null + }, + { + "code": 431226, + "value": "麻阳苗族自治县", + "label": "麻阳苗族自治县", + "children": null + }, + { + "code": 431227, + "value": "新晃侗族自治县", + "label": "新晃侗族自治县", + "children": null + }, + { + "code": 431228, + "value": "芷江侗族自治县", + "label": "芷江侗族自治县", + "children": null + }, + { + "code": 431229, + "value": "靖州苗族侗族自治县", + "label": "靖州苗族侗族自治县", + "children": null + }, + { + "code": 431230, + "value": "通道侗族自治县", + "label": "通道侗族自治县", + "children": null + }, + { + "code": 431281, + "value": "洪江市", + "label": "洪江市", + "children": null + } + ] + }, + { + "code": 431300, + "value": "娄底市", + "label": "娄底市", + "children": [ + { + "code": 431302, + "value": "娄星区", + "label": "娄星区", + "children": null + }, + { + "code": 431321, + "value": "双峰县", + "label": "双峰县", + "children": null + }, + { + "code": 431322, + "value": "新化县", + "label": "新化县", + "children": null + }, + { + "code": 431381, + "value": "冷水江市", + "label": "冷水江市", + "children": null + }, + { + "code": 431382, + "value": "涟源市", + "label": "涟源市", + "children": null + } + ] + }, + { + "code": 433100, + "value": "湘西土家族苗族自治州", + "label": "湘西土家族苗族自治州", + "children": [ + { + "code": 433101, + "value": "吉首市", + "label": "吉首市", + "children": null + }, + { + "code": 433122, + "value": "泸溪县", + "label": "泸溪县", + "children": null + }, + { + "code": 433123, + "value": "凤凰县", + "label": "凤凰县", + "children": null + }, + { + "code": 433124, + "value": "花垣县", + "label": "花垣县", + "children": null + }, + { + "code": 433125, + "value": "保靖县", + "label": "保靖县", + "children": null + }, + { + "code": 433126, + "value": "古丈县", + "label": "古丈县", + "children": null + }, + { + "code": 433127, + "value": "永顺县", + "label": "永顺县", + "children": null + }, + { + "code": 433130, + "value": "龙山县", + "label": "龙山县", + "children": null + } + ] + } + ] + }, + { + "code": 440000, + "value": "广东省", + "label": "广东省", + "children": [ + { + "code": 440100, + "value": "广州市", + "label": "广州市", + "children": [ + { + "code": 440103, + "value": "荔湾区", + "label": "荔湾区", + "children": null + }, + { + "code": 440104, + "value": "越秀区", + "label": "越秀区", + "children": null + }, + { + "code": 440105, + "value": "海珠区", + "label": "海珠区", + "children": null + }, + { + "code": 440106, + "value": "天河区", + "label": "天河区", + "children": null + }, + { + "code": 440111, + "value": "白云区", + "label": "白云区", + "children": null + }, + { + "code": 440112, + "value": "黄埔区", + "label": "黄埔区", + "children": null + }, + { + "code": 440113, + "value": "番禺区", + "label": "番禺区", + "children": null + }, + { + "code": 440114, + "value": "花都区", + "label": "花都区", + "children": null + }, + { + "code": 440115, + "value": "南沙区", + "label": "南沙区", + "children": null + }, + { + "code": 440117, + "value": "从化区", + "label": "从化区", + "children": null + }, + { + "code": 440118, + "value": "增城区", + "label": "增城区", + "children": null + } + ] + }, + { + "code": 440200, + "value": "韶关市", + "label": "韶关市", + "children": [ + { + "code": 440203, + "value": "武江区", + "label": "武江区", + "children": null + }, + { + "code": 440204, + "value": "浈江区", + "label": "浈江区", + "children": null + }, + { + "code": 440205, + "value": "曲江区", + "label": "曲江区", + "children": null + }, + { + "code": 440222, + "value": "始兴县", + "label": "始兴县", + "children": null + }, + { + "code": 440224, + "value": "仁化县", + "label": "仁化县", + "children": null + }, + { + "code": 440229, + "value": "翁源县", + "label": "翁源县", + "children": null + }, + { + "code": 440232, + "value": "乳源瑶族自治县", + "label": "乳源瑶族自治县", + "children": null + }, + { + "code": 440233, + "value": "新丰县", + "label": "新丰县", + "children": null + }, + { + "code": 440281, + "value": "乐昌市", + "label": "乐昌市", + "children": null + }, + { + "code": 440282, + "value": "南雄市", + "label": "南雄市", + "children": null + } + ] + }, + { + "code": 440300, + "value": "深圳市", + "label": "深圳市", + "children": [ + { + "code": 440303, + "value": "罗湖区", + "label": "罗湖区", + "children": null + }, + { + "code": 440304, + "value": "福田区", + "label": "福田区", + "children": null + }, + { + "code": 440305, + "value": "南山区", + "label": "南山区", + "children": null + }, + { + "code": 440306, + "value": "宝安区", + "label": "宝安区", + "children": null + }, + { + "code": 440307, + "value": "龙岗区", + "label": "龙岗区", + "children": null + }, + { + "code": 440308, + "value": "盐田区", + "label": "盐田区", + "children": null + }, + { + "code": 440309, + "value": "龙华区", + "label": "龙华区", + "children": null + }, + { + "code": 440310, + "value": "坪山区", + "label": "坪山区", + "children": null + }, + { + "code": 440311, + "value": "光明区", + "label": "光明区", + "children": null + }, + { + "code": 440312, + "value": "大鹏新区", + "label": "大鹏新区", + "children": null + } + ] + }, + { + "code": 440400, + "value": "珠海市", + "label": "珠海市", + "children": [ + { + "code": 440402, + "value": "香洲区", + "label": "香洲区", + "children": null + }, + { + "code": 440403, + "value": "斗门区", + "label": "斗门区", + "children": null + }, + { + "code": 440404, + "value": "金湾区", + "label": "金湾区", + "children": null + }, + { + "code": 440405, + "value": "横琴新区", + "label": "横琴新区", + "children": null + }, + { + "code": 440406, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 440500, + "value": "汕头市", + "label": "汕头市", + "children": [ + { + "code": 440507, + "value": "龙湖区", + "label": "龙湖区", + "children": null + }, + { + "code": 440511, + "value": "金平区", + "label": "金平区", + "children": null + }, + { + "code": 440512, + "value": "濠江区", + "label": "濠江区", + "children": null + }, + { + "code": 440513, + "value": "潮阳区", + "label": "潮阳区", + "children": null + }, + { + "code": 440514, + "value": "潮南区", + "label": "潮南区", + "children": null + }, + { + "code": 440515, + "value": "澄海区", + "label": "澄海区", + "children": null + }, + { + "code": 440523, + "value": "南澳县", + "label": "南澳县", + "children": null + } + ] + }, + { + "code": 440600, + "value": "佛山市", + "label": "佛山市", + "children": [ + { + "code": 440604, + "value": "禅城区", + "label": "禅城区", + "children": null + }, + { + "code": 440605, + "value": "南海区", + "label": "南海区", + "children": null + }, + { + "code": 440606, + "value": "顺德区", + "label": "顺德区", + "children": null + }, + { + "code": 440607, + "value": "三水区", + "label": "三水区", + "children": null + }, + { + "code": 440608, + "value": "高明区", + "label": "高明区", + "children": null + } + ] + }, + { + "code": 440700, + "value": "江门市", + "label": "江门市", + "children": [ + { + "code": 440703, + "value": "蓬江区", + "label": "蓬江区", + "children": null + }, + { + "code": 440704, + "value": "江海区", + "label": "江海区", + "children": null + }, + { + "code": 440705, + "value": "新会区", + "label": "新会区", + "children": null + }, + { + "code": 440781, + "value": "台山市", + "label": "台山市", + "children": null + }, + { + "code": 440783, + "value": "开平市", + "label": "开平市", + "children": null + }, + { + "code": 440784, + "value": "鹤山市", + "label": "鹤山市", + "children": null + }, + { + "code": 440785, + "value": "恩平市", + "label": "恩平市", + "children": null + } + ] + }, + { + "code": 440800, + "value": "湛江市", + "label": "湛江市", + "children": [ + { + "code": 440802, + "value": "赤坎区", + "label": "赤坎区", + "children": null + }, + { + "code": 440803, + "value": "霞山区", + "label": "霞山区", + "children": null + }, + { + "code": 440804, + "value": "坡头区", + "label": "坡头区", + "children": null + }, + { + "code": 440811, + "value": "麻章区", + "label": "麻章区", + "children": null + }, + { + "code": 440823, + "value": "遂溪县", + "label": "遂溪县", + "children": null + }, + { + "code": 440825, + "value": "徐闻县", + "label": "徐闻县", + "children": null + }, + { + "code": 440881, + "value": "廉江市", + "label": "廉江市", + "children": null + }, + { + "code": 440882, + "value": "雷州市", + "label": "雷州市", + "children": null + }, + { + "code": 440883, + "value": "吴川市", + "label": "吴川市", + "children": null + }, + { + "code": 440884, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 440900, + "value": "茂名市", + "label": "茂名市", + "children": [ + { + "code": 440902, + "value": "茂南区", + "label": "茂南区", + "children": null + }, + { + "code": 440904, + "value": "电白区", + "label": "电白区", + "children": null + }, + { + "code": 440981, + "value": "高州市", + "label": "高州市", + "children": null + }, + { + "code": 440982, + "value": "化州市", + "label": "化州市", + "children": null + }, + { + "code": 440983, + "value": "信宜市", + "label": "信宜市", + "children": null + } + ] + }, + { + "code": 441200, + "value": "肇庆市", + "label": "肇庆市", + "children": [ + { + "code": 441202, + "value": "端州区", + "label": "端州区", + "children": null + }, + { + "code": 441203, + "value": "鼎湖区", + "label": "鼎湖区", + "children": null + }, + { + "code": 441204, + "value": "高要区", + "label": "高要区", + "children": null + }, + { + "code": 441223, + "value": "广宁县", + "label": "广宁县", + "children": null + }, + { + "code": 441224, + "value": "怀集县", + "label": "怀集县", + "children": null + }, + { + "code": 441225, + "value": "封开县", + "label": "封开县", + "children": null + }, + { + "code": 441226, + "value": "德庆县", + "label": "德庆县", + "children": null + }, + { + "code": 441284, + "value": "四会市", + "label": "四会市", + "children": null + } + ] + }, + { + "code": 441300, + "value": "惠州市", + "label": "惠州市", + "children": [ + { + "code": 441302, + "value": "惠城区", + "label": "惠城区", + "children": null + }, + { + "code": 441303, + "value": "惠阳区", + "label": "惠阳区", + "children": null + }, + { + "code": 441322, + "value": "博罗县", + "label": "博罗县", + "children": null + }, + { + "code": 441323, + "value": "惠东县", + "label": "惠东县", + "children": null + }, + { + "code": 441324, + "value": "龙门县", + "label": "龙门县", + "children": null + }, + { + "code": 441325, + "value": "大亚湾区", + "label": "大亚湾区", + "children": null + } + ] + }, + { + "code": 441400, + "value": "梅州市", + "label": "梅州市", + "children": [ + { + "code": 441402, + "value": "梅江区", + "label": "梅江区", + "children": null + }, + { + "code": 441403, + "value": "梅县区", + "label": "梅县区", + "children": null + }, + { + "code": 441422, + "value": "大埔县", + "label": "大埔县", + "children": null + }, + { + "code": 441423, + "value": "丰顺县", + "label": "丰顺县", + "children": null + }, + { + "code": 441424, + "value": "五华县", + "label": "五华县", + "children": null + }, + { + "code": 441426, + "value": "平远县", + "label": "平远县", + "children": null + }, + { + "code": 441427, + "value": "蕉岭县", + "label": "蕉岭县", + "children": null + }, + { + "code": 441481, + "value": "兴宁市", + "label": "兴宁市", + "children": null + } + ] + }, + { + "code": 441500, + "value": "汕尾市", + "label": "汕尾市", + "children": [ + { + "code": 441502, + "value": "城区", + "label": "城区", + "children": null + }, + { + "code": 441521, + "value": "海丰县", + "label": "海丰县", + "children": null + }, + { + "code": 441523, + "value": "陆河县", + "label": "陆河县", + "children": null + }, + { + "code": 441581, + "value": "陆丰市", + "label": "陆丰市", + "children": null + } + ] + }, + { + "code": 441600, + "value": "河源市", + "label": "河源市", + "children": [ + { + "code": 441602, + "value": "源城区", + "label": "源城区", + "children": null + }, + { + "code": 441621, + "value": "紫金县", + "label": "紫金县", + "children": null + }, + { + "code": 441622, + "value": "龙川县", + "label": "龙川县", + "children": null + }, + { + "code": 441623, + "value": "连平县", + "label": "连平县", + "children": null + }, + { + "code": 441624, + "value": "和平县", + "label": "和平县", + "children": null + }, + { + "code": 441625, + "value": "东源县", + "label": "东源县", + "children": null + } + ] + }, + { + "code": 441700, + "value": "阳江市", + "label": "阳江市", + "children": [ + { + "code": 441702, + "value": "江城区", + "label": "江城区", + "children": null + }, + { + "code": 441704, + "value": "阳东区", + "label": "阳东区", + "children": null + }, + { + "code": 441721, + "value": "阳西县", + "label": "阳西县", + "children": null + }, + { + "code": 441781, + "value": "阳春市", + "label": "阳春市", + "children": null + } + ] + }, + { + "code": 441800, + "value": "清远市", + "label": "清远市", + "children": [ + { + "code": 441802, + "value": "清城区", + "label": "清城区", + "children": null + }, + { + "code": 441803, + "value": "清新区", + "label": "清新区", + "children": null + }, + { + "code": 441821, + "value": "佛冈县", + "label": "佛冈县", + "children": null + }, + { + "code": 441823, + "value": "阳山县", + "label": "阳山县", + "children": null + }, + { + "code": 441825, + "value": "连山壮族瑶族自治县", + "label": "连山壮族瑶族自治县", + "children": null + }, + { + "code": 441826, + "value": "连南瑶族自治县", + "label": "连南瑶族自治县", + "children": null + }, + { + "code": 441881, + "value": "英德市", + "label": "英德市", + "children": null + }, + { + "code": 441882, + "value": "连州市", + "label": "连州市", + "children": null + } + ] + }, + { + "code": 441900, + "value": "东莞市", + "label": "东莞市", + "children": [ + { + "code": 441901, + "value": "莞城区", + "label": "莞城区", + "children": null + }, + { + "code": 441902, + "value": "南城区", + "label": "南城区", + "children": null + }, + { + "code": 441903, + "value": "东城区", + "label": "东城区", + "children": null + }, + { + "code": 441904, + "value": "万江区", + "label": "万江区", + "children": null + }, + { + "code": 441905, + "value": "石碣镇", + "label": "石碣镇", + "children": null + }, + { + "code": 441906, + "value": "石龙镇", + "label": "石龙镇", + "children": null + }, + { + "code": 441907, + "value": "茶山镇", + "label": "茶山镇", + "children": null + }, + { + "code": 441908, + "value": "石排镇", + "label": "石排镇", + "children": null + }, + { + "code": 441909, + "value": "企石镇", + "label": "企石镇", + "children": null + }, + { + "code": 441910, + "value": "横沥镇", + "label": "横沥镇", + "children": null + }, + { + "code": 441911, + "value": "桥头镇", + "label": "桥头镇", + "children": null + }, + { + "code": 441912, + "value": "谢岗镇", + "label": "谢岗镇", + "children": null + }, + { + "code": 441913, + "value": "东坑镇", + "label": "东坑镇", + "children": null + }, + { + "code": 441914, + "value": "常平镇", + "label": "常平镇", + "children": null + }, + { + "code": 441915, + "value": "寮步镇", + "label": "寮步镇", + "children": null + }, + { + "code": 441916, + "value": "大朗镇", + "label": "大朗镇", + "children": null + }, + { + "code": 441917, + "value": "麻涌镇", + "label": "麻涌镇", + "children": null + }, + { + "code": 441918, + "value": "中堂镇", + "label": "中堂镇", + "children": null + }, + { + "code": 441919, + "value": "高埗镇", + "label": "高埗镇", + "children": null + }, + { + "code": 441920, + "value": "樟木头镇", + "label": "樟木头镇", + "children": null + }, + { + "code": 441921, + "value": "大岭山镇", + "label": "大岭山镇", + "children": null + }, + { + "code": 441922, + "value": "望牛墩镇", + "label": "望牛墩镇", + "children": null + }, + { + "code": 441923, + "value": "黄江镇", + "label": "黄江镇", + "children": null + }, + { + "code": 441924, + "value": "洪梅镇", + "label": "洪梅镇", + "children": null + }, + { + "code": 441925, + "value": "清溪镇", + "label": "清溪镇", + "children": null + }, + { + "code": 441926, + "value": "沙田镇", + "label": "沙田镇", + "children": null + }, + { + "code": 441927, + "value": "道滘镇", + "label": "道滘镇", + "children": null + }, + { + "code": 441928, + "value": "塘厦镇", + "label": "塘厦镇", + "children": null + }, + { + "code": 441929, + "value": "虎门镇", + "label": "虎门镇", + "children": null + }, + { + "code": 441930, + "value": "厚街镇", + "label": "厚街镇", + "children": null + }, + { + "code": 441931, + "value": "凤岗镇", + "label": "凤岗镇", + "children": null + }, + { + "code": 441932, + "value": "长安镇", + "label": "长安镇", + "children": null + }, + { + "code": 441933, + "value": "松山湖高新区", + "label": "松山湖高新区", + "children": null + } + ] + }, + { + "code": 442000, + "value": "中山市", + "label": "中山市", + "children": [ + { + "code": 442001, + "value": "石岐区", + "label": "石岐区", + "children": null + }, + { + "code": 442002, + "value": "东区", + "label": "东区", + "children": null + }, + { + "code": 442003, + "value": "西区", + "label": "西区", + "children": null + }, + { + "code": 442004, + "value": "南区", + "label": "南区", + "children": null + }, + { + "code": 442005, + "value": "五桂山区", + "label": "五桂山区", + "children": null + }, + { + "code": 442006, + "value": "火炬开发区", + "label": "火炬开发区", + "children": null + }, + { + "code": 442007, + "value": "黄圃镇", + "label": "黄圃镇", + "children": null + }, + { + "code": 442008, + "value": "南头镇", + "label": "南头镇", + "children": null + }, + { + "code": 442009, + "value": "东凤镇", + "label": "东凤镇", + "children": null + }, + { + "code": 442010, + "value": "阜沙镇", + "label": "阜沙镇", + "children": null + }, + { + "code": 442011, + "value": "小榄镇", + "label": "小榄镇", + "children": null + }, + { + "code": 442012, + "value": "东升镇", + "label": "东升镇", + "children": null + }, + { + "code": 442013, + "value": "古镇镇", + "label": "古镇镇", + "children": null + }, + { + "code": 442014, + "value": "横栏镇", + "label": "横栏镇", + "children": null + }, + { + "code": 442015, + "value": "三角镇", + "label": "三角镇", + "children": null + }, + { + "code": 442016, + "value": "民众镇", + "label": "民众镇", + "children": null + }, + { + "code": 442017, + "value": "南朗镇", + "label": "南朗镇", + "children": null + }, + { + "code": 442018, + "value": "港口镇", + "label": "港口镇", + "children": null + }, + { + "code": 442019, + "value": "大涌镇", + "label": "大涌镇", + "children": null + }, + { + "code": 442020, + "value": "沙溪镇", + "label": "沙溪镇", + "children": null + }, + { + "code": 442021, + "value": "三乡镇", + "label": "三乡镇", + "children": null + }, + { + "code": 442022, + "value": "板芙镇", + "label": "板芙镇", + "children": null + }, + { + "code": 442023, + "value": "神湾镇", + "label": "神湾镇", + "children": null + }, + { + "code": 442024, + "value": "坦洲镇", + "label": "坦洲镇", + "children": null + } + ] + }, + { + "code": 445100, + "value": "潮州市", + "label": "潮州市", + "children": [ + { + "code": 445102, + "value": "湘桥区", + "label": "湘桥区", + "children": null + }, + { + "code": 445103, + "value": "潮安区", + "label": "潮安区", + "children": null + }, + { + "code": 445122, + "value": "饶平县", + "label": "饶平县", + "children": null + } + ] + }, + { + "code": 445200, + "value": "揭阳市", + "label": "揭阳市", + "children": [ + { + "code": 445202, + "value": "榕城区", + "label": "榕城区", + "children": null + }, + { + "code": 445203, + "value": "揭东区", + "label": "揭东区", + "children": null + }, + { + "code": 445222, + "value": "揭西县", + "label": "揭西县", + "children": null + }, + { + "code": 445224, + "value": "惠来县", + "label": "惠来县", + "children": null + }, + { + "code": 445281, + "value": "普宁市", + "label": "普宁市", + "children": null + } + ] + }, + { + "code": 445300, + "value": "云浮市", + "label": "云浮市", + "children": [ + { + "code": 445302, + "value": "云城区", + "label": "云城区", + "children": null + }, + { + "code": 445303, + "value": "云安区", + "label": "云安区", + "children": null + }, + { + "code": 445321, + "value": "新兴县", + "label": "新兴县", + "children": null + }, + { + "code": 445322, + "value": "郁南县", + "label": "郁南县", + "children": null + }, + { + "code": 445381, + "value": "罗定市", + "label": "罗定市", + "children": null + } + ] + } + ] + }, + { + "code": 450000, + "value": "广西壮族自治区", + "label": "广西壮族自治区", + "children": [ + { + "code": 450100, + "value": "南宁市", + "label": "南宁市", + "children": [ + { + "code": 450102, + "value": "兴宁区", + "label": "兴宁区", + "children": null + }, + { + "code": 450103, + "value": "青秀区", + "label": "青秀区", + "children": null + }, + { + "code": 450105, + "value": "江南区", + "label": "江南区", + "children": null + }, + { + "code": 450107, + "value": "西乡塘区", + "label": "西乡塘区", + "children": null + }, + { + "code": 450108, + "value": "良庆区", + "label": "良庆区", + "children": null + }, + { + "code": 450109, + "value": "邕宁区", + "label": "邕宁区", + "children": null + }, + { + "code": 450110, + "value": "武鸣区", + "label": "武鸣区", + "children": null + }, + { + "code": 450123, + "value": "隆安县", + "label": "隆安县", + "children": null + }, + { + "code": 450124, + "value": "马山县", + "label": "马山县", + "children": null + }, + { + "code": 450125, + "value": "上林县", + "label": "上林县", + "children": null + }, + { + "code": 450126, + "value": "宾阳县", + "label": "宾阳县", + "children": null + }, + { + "code": 450127, + "value": "横县", + "label": "横县", + "children": null + }, + { + "code": 450128, + "value": "埌东新区", + "label": "埌东新区", + "children": null + } + ] + }, + { + "code": 450200, + "value": "柳州市", + "label": "柳州市", + "children": [ + { + "code": 450202, + "value": "城中区", + "label": "城中区", + "children": null + }, + { + "code": 450203, + "value": "鱼峰区", + "label": "鱼峰区", + "children": null + }, + { + "code": 450204, + "value": "柳南区", + "label": "柳南区", + "children": null + }, + { + "code": 450205, + "value": "柳北区", + "label": "柳北区", + "children": null + }, + { + "code": 450206, + "value": "柳江区", + "label": "柳江区", + "children": null + }, + { + "code": 450222, + "value": "柳城县", + "label": "柳城县", + "children": null + }, + { + "code": 450223, + "value": "鹿寨县", + "label": "鹿寨县", + "children": null + }, + { + "code": 450224, + "value": "融安县", + "label": "融安县", + "children": null + }, + { + "code": 450225, + "value": "融水苗族自治县", + "label": "融水苗族自治县", + "children": null + }, + { + "code": 450226, + "value": "三江侗族自治县", + "label": "三江侗族自治县", + "children": null + }, + { + "code": 450227, + "value": "柳东新区", + "label": "柳东新区", + "children": null + } + ] + }, + { + "code": 450300, + "value": "桂林市", + "label": "桂林市", + "children": [ + { + "code": 450302, + "value": "秀峰区", + "label": "秀峰区", + "children": null + }, + { + "code": 450303, + "value": "叠彩区", + "label": "叠彩区", + "children": null + }, + { + "code": 450304, + "value": "象山区", + "label": "象山区", + "children": null + }, + { + "code": 450305, + "value": "七星区", + "label": "七星区", + "children": null + }, + { + "code": 450311, + "value": "雁山区", + "label": "雁山区", + "children": null + }, + { + "code": 450312, + "value": "临桂区", + "label": "临桂区", + "children": null + }, + { + "code": 450321, + "value": "阳朔县", + "label": "阳朔县", + "children": null + }, + { + "code": 450323, + "value": "灵川县", + "label": "灵川县", + "children": null + }, + { + "code": 450324, + "value": "全州县", + "label": "全州县", + "children": null + }, + { + "code": 450325, + "value": "兴安县", + "label": "兴安县", + "children": null + }, + { + "code": 450326, + "value": "永福县", + "label": "永福县", + "children": null + }, + { + "code": 450327, + "value": "灌阳县", + "label": "灌阳县", + "children": null + }, + { + "code": 450328, + "value": "龙胜各族自治县", + "label": "龙胜各族自治县", + "children": null + }, + { + "code": 450329, + "value": "资源县", + "label": "资源县", + "children": null + }, + { + "code": 450330, + "value": "平乐县", + "label": "平乐县", + "children": null + }, + { + "code": 450332, + "value": "恭城瑶族自治县", + "label": "恭城瑶族自治县", + "children": null + }, + { + "code": 450381, + "value": "荔浦市", + "label": "荔浦市", + "children": null + } + ] + }, + { + "code": 450400, + "value": "梧州市", + "label": "梧州市", + "children": [ + { + "code": 450403, + "value": "万秀区", + "label": "万秀区", + "children": null + }, + { + "code": 450405, + "value": "长洲区", + "label": "长洲区", + "children": null + }, + { + "code": 450406, + "value": "龙圩区", + "label": "龙圩区", + "children": null + }, + { + "code": 450421, + "value": "苍梧县", + "label": "苍梧县", + "children": null + }, + { + "code": 450422, + "value": "藤县", + "label": "藤县", + "children": null + }, + { + "code": 450423, + "value": "蒙山县", + "label": "蒙山县", + "children": null + }, + { + "code": 450481, + "value": "岑溪市", + "label": "岑溪市", + "children": null + } + ] + }, + { + "code": 450500, + "value": "北海市", + "label": "北海市", + "children": [ + { + "code": 450502, + "value": "海城区", + "label": "海城区", + "children": null + }, + { + "code": 450503, + "value": "银海区", + "label": "银海区", + "children": null + }, + { + "code": 450512, + "value": "铁山港区", + "label": "铁山港区", + "children": null + }, + { + "code": 450521, + "value": "合浦县", + "label": "合浦县", + "children": null + } + ] + }, + { + "code": 450600, + "value": "防城港市", + "label": "防城港市", + "children": [ + { + "code": 450602, + "value": "港口区", + "label": "港口区", + "children": null + }, + { + "code": 450603, + "value": "防城区", + "label": "防城区", + "children": null + }, + { + "code": 450621, + "value": "上思县", + "label": "上思县", + "children": null + }, + { + "code": 450681, + "value": "东兴市", + "label": "东兴市", + "children": null + } + ] + }, + { + "code": 450700, + "value": "钦州市", + "label": "钦州市", + "children": [ + { + "code": 450702, + "value": "钦南区", + "label": "钦南区", + "children": null + }, + { + "code": 450703, + "value": "钦北区", + "label": "钦北区", + "children": null + }, + { + "code": 450721, + "value": "灵山县", + "label": "灵山县", + "children": null + }, + { + "code": 450722, + "value": "浦北县", + "label": "浦北县", + "children": null + } + ] + }, + { + "code": 450800, + "value": "贵港市", + "label": "贵港市", + "children": [ + { + "code": 450802, + "value": "港北区", + "label": "港北区", + "children": null + }, + { + "code": 450803, + "value": "港南区", + "label": "港南区", + "children": null + }, + { + "code": 450804, + "value": "覃塘区", + "label": "覃塘区", + "children": null + }, + { + "code": 450821, + "value": "平南县", + "label": "平南县", + "children": null + }, + { + "code": 450881, + "value": "桂平市", + "label": "桂平市", + "children": null + } + ] + }, + { + "code": 450900, + "value": "玉林市", + "label": "玉林市", + "children": [ + { + "code": 450902, + "value": "玉州区", + "label": "玉州区", + "children": null + }, + { + "code": 450903, + "value": "福绵区", + "label": "福绵区", + "children": null + }, + { + "code": 450921, + "value": "容县", + "label": "容县", + "children": null + }, + { + "code": 450922, + "value": "陆川县", + "label": "陆川县", + "children": null + }, + { + "code": 450923, + "value": "博白县", + "label": "博白县", + "children": null + }, + { + "code": 450924, + "value": "兴业县", + "label": "兴业县", + "children": null + }, + { + "code": 450981, + "value": "北流市", + "label": "北流市", + "children": null + }, + { + "code": 450982, + "value": "玉东新区", + "label": "玉东新区", + "children": null + }, + { + "code": 450983, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 451000, + "value": "百色市", + "label": "百色市", + "children": [ + { + "code": 451002, + "value": "右江区", + "label": "右江区", + "children": null + }, + { + "code": 451021, + "value": "田阳县", + "label": "田阳县", + "children": null + }, + { + "code": 451022, + "value": "田东县", + "label": "田东县", + "children": null + }, + { + "code": 451023, + "value": "平果县", + "label": "平果县", + "children": null + }, + { + "code": 451024, + "value": "德保县", + "label": "德保县", + "children": null + }, + { + "code": 451026, + "value": "那坡县", + "label": "那坡县", + "children": null + }, + { + "code": 451027, + "value": "凌云县", + "label": "凌云县", + "children": null + }, + { + "code": 451028, + "value": "乐业县", + "label": "乐业县", + "children": null + }, + { + "code": 451029, + "value": "田林县", + "label": "田林县", + "children": null + }, + { + "code": 451030, + "value": "西林县", + "label": "西林县", + "children": null + }, + { + "code": 451031, + "value": "隆林各族自治县", + "label": "隆林各族自治县", + "children": null + }, + { + "code": 451081, + "value": "靖西市", + "label": "靖西市", + "children": null + } + ] + }, + { + "code": 451100, + "value": "贺州市", + "label": "贺州市", + "children": [ + { + "code": 451102, + "value": "八步区", + "label": "八步区", + "children": null + }, + { + "code": 451103, + "value": "平桂区", + "label": "平桂区", + "children": null + }, + { + "code": 451121, + "value": "昭平县", + "label": "昭平县", + "children": null + }, + { + "code": 451122, + "value": "钟山县", + "label": "钟山县", + "children": null + }, + { + "code": 451123, + "value": "富川瑶族自治县", + "label": "富川瑶族自治县", + "children": null + } + ] + }, + { + "code": 451200, + "value": "河池市", + "label": "河池市", + "children": [ + { + "code": 451202, + "value": "金城江区", + "label": "金城江区", + "children": null + }, + { + "code": 451203, + "value": "宜州区", + "label": "宜州区", + "children": null + }, + { + "code": 451221, + "value": "南丹县", + "label": "南丹县", + "children": null + }, + { + "code": 451222, + "value": "天峨县", + "label": "天峨县", + "children": null + }, + { + "code": 451223, + "value": "凤山县", + "label": "凤山县", + "children": null + }, + { + "code": 451224, + "value": "东兰县", + "label": "东兰县", + "children": null + }, + { + "code": 451225, + "value": "罗城仫佬族自治县", + "label": "罗城仫佬族自治县", + "children": null + }, + { + "code": 451226, + "value": "环江毛南族自治县", + "label": "环江毛南族自治县", + "children": null + }, + { + "code": 451227, + "value": "巴马瑶族自治县", + "label": "巴马瑶族自治县", + "children": null + }, + { + "code": 451228, + "value": "都安瑶族自治县", + "label": "都安瑶族自治县", + "children": null + }, + { + "code": 451229, + "value": "大化瑶族自治县", + "label": "大化瑶族自治县", + "children": null + } + ] + }, + { + "code": 451300, + "value": "来宾市", + "label": "来宾市", + "children": [ + { + "code": 451302, + "value": "兴宾区", + "label": "兴宾区", + "children": null + }, + { + "code": 451321, + "value": "忻城县", + "label": "忻城县", + "children": null + }, + { + "code": 451322, + "value": "象州县", + "label": "象州县", + "children": null + }, + { + "code": 451323, + "value": "武宣县", + "label": "武宣县", + "children": null + }, + { + "code": 451324, + "value": "金秀瑶族自治县", + "label": "金秀瑶族自治县", + "children": null + }, + { + "code": 451381, + "value": "合山市", + "label": "合山市", + "children": null + } + ] + }, + { + "code": 451400, + "value": "崇左市", + "label": "崇左市", + "children": [ + { + "code": 451402, + "value": "江州区", + "label": "江州区", + "children": null + }, + { + "code": 451421, + "value": "扶绥县", + "label": "扶绥县", + "children": null + }, + { + "code": 451422, + "value": "宁明县", + "label": "宁明县", + "children": null + }, + { + "code": 451423, + "value": "龙州县", + "label": "龙州县", + "children": null + }, + { + "code": 451424, + "value": "大新县", + "label": "大新县", + "children": null + }, + { + "code": 451425, + "value": "天等县", + "label": "天等县", + "children": null + }, + { + "code": 451481, + "value": "凭祥市", + "label": "凭祥市", + "children": null + } + ] + } + ] + }, + { + "code": 460000, + "value": "海南省", + "label": "海南省", + "children": [ + { + "code": 460100, + "value": "海口市", + "label": "海口市", + "children": [ + { + "code": 460105, + "value": "秀英区", + "label": "秀英区", + "children": null + }, + { + "code": 460106, + "value": "龙华区", + "label": "龙华区", + "children": null + }, + { + "code": 460107, + "value": "琼山区", + "label": "琼山区", + "children": null + }, + { + "code": 460108, + "value": "美兰区", + "label": "美兰区", + "children": null + }, + { + "code": 460109, + "value": "江东新区", + "label": "江东新区", + "children": null + } + ] + }, + { + "code": 460200, + "value": "三亚市", + "label": "三亚市", + "children": [ + { + "code": 460202, + "value": "海棠区", + "label": "海棠区", + "children": null + }, + { + "code": 460203, + "value": "吉阳区", + "label": "吉阳区", + "children": null + }, + { + "code": 460204, + "value": "天涯区", + "label": "天涯区", + "children": null + }, + { + "code": 460205, + "value": "崖州区", + "label": "崖州区", + "children": null + } + ] + }, + { + "code": 460300, + "value": "三沙市", + "label": "三沙市", + "children": [ + { + "code": 460321, + "value": "西沙群岛", + "label": "西沙群岛", + "children": null + }, + { + "code": 460322, + "value": "南沙群岛", + "label": "南沙群岛", + "children": null + }, + { + "code": 460323, + "value": "中沙群岛", + "label": "中沙群岛", + "children": null + } + ] + }, + { + "code": 460400, + "value": "儋州市", + "label": "儋州市", + "children": [ + { + "code": 460401, + "value": "洋浦经济开发区", + "label": "洋浦经济开发区", + "children": null + }, + { + "code": 460402, + "value": "那大镇", + "label": "那大镇", + "children": null + }, + { + "code": 460403, + "value": "南丰镇", + "label": "南丰镇", + "children": null + }, + { + "code": 460404, + "value": "雅星镇", + "label": "雅星镇", + "children": null + }, + { + "code": 460405, + "value": "和庆镇", + "label": "和庆镇", + "children": null + }, + { + "code": 460406, + "value": "大成镇", + "label": "大成镇", + "children": null + }, + { + "code": 460407, + "value": "新州镇", + "label": "新州镇", + "children": null + }, + { + "code": 460408, + "value": "光村镇", + "label": "光村镇", + "children": null + }, + { + "code": 460409, + "value": "东成镇", + "label": "东成镇", + "children": null + }, + { + "code": 460410, + "value": "中和镇", + "label": "中和镇", + "children": null + }, + { + "code": 460411, + "value": "峨蔓镇", + "label": "峨蔓镇", + "children": null + }, + { + "code": 460412, + "value": "兰洋镇", + "label": "兰洋镇", + "children": null + }, + { + "code": 460413, + "value": "王五镇", + "label": "王五镇", + "children": null + }, + { + "code": 460414, + "value": "排浦镇", + "label": "排浦镇", + "children": null + }, + { + "code": 460415, + "value": "海头镇", + "label": "海头镇", + "children": null + }, + { + "code": 460416, + "value": "木棠镇", + "label": "木棠镇", + "children": null + }, + { + "code": 460417, + "value": "白马井镇", + "label": "白马井镇", + "children": null + }, + { + "code": 460418, + "value": "三都镇", + "label": "三都镇", + "children": null + }, + { + "code": 460419, + "value": "西培农场", + "label": "西培农场", + "children": null + }, + { + "code": 460420, + "value": "西联农场", + "label": "西联农场", + "children": null + }, + { + "code": 460421, + "value": "蓝洋农场", + "label": "蓝洋农场", + "children": null + }, + { + "code": 460422, + "value": "八一农场", + "label": "八一农场", + "children": null + }, + { + "code": 460423, + "value": "西华农场", + "label": "西华农场", + "children": null + }, + { + "code": 460424, + "value": "西庆农场", + "label": "西庆农场", + "children": null + }, + { + "code": 460425, + "value": "西流农场", + "label": "西流农场", + "children": null + }, + { + "code": 460426, + "value": "新盈农场", + "label": "新盈农场", + "children": null + }, + { + "code": 460427, + "value": "龙山农场", + "label": "龙山农场", + "children": null + }, + { + "code": 460428, + "value": "红岭农场", + "label": "红岭农场", + "children": null + } + ] + }, + { + "code": 469000, + "value": "省直辖县级行政单位", + "label": "省直辖县级行政单位", + "children": [ + { + "code": 469001, + "value": "五指山市", + "label": "五指山市", + "children": null + }, + { + "code": 469002, + "value": "琼海市", + "label": "琼海市", + "children": null + }, + { + "code": 469003, + "value": "儋州市", + "label": "儋州市", + "children": null + }, + { + "code": 469005, + "value": "文昌市", + "label": "文昌市", + "children": null + }, + { + "code": 469006, + "value": "万宁市", + "label": "万宁市", + "children": null + }, + { + "code": 469007, + "value": "东方市", + "label": "东方市", + "children": null + }, + { + "code": 469025, + "value": "定安县", + "label": "定安县", + "children": null + }, + { + "code": 469026, + "value": "屯昌县", + "label": "屯昌县", + "children": null + }, + { + "code": 469027, + "value": "澄迈县", + "label": "澄迈县", + "children": null + }, + { + "code": 469028, + "value": "临高县", + "label": "临高县", + "children": null + }, + { + "code": 469030, + "value": "白沙黎族自治县", + "label": "白沙黎族自治县", + "children": null + }, + { + "code": 469031, + "value": "昌江黎族自治县", + "label": "昌江黎族自治县", + "children": null + }, + { + "code": 469033, + "value": "乐东黎族自治县", + "label": "乐东黎族自治县", + "children": null + }, + { + "code": 469034, + "value": "陵水黎族自治县", + "label": "陵水黎族自治县", + "children": null + }, + { + "code": 469035, + "value": "保亭黎族苗族自治县", + "label": "保亭黎族苗族自治县", + "children": null + }, + { + "code": 469036, + "value": "琼中黎族苗族自治县", + "label": "琼中黎族苗族自治县", + "children": null + }, + { + "code": 469037, + "value": "西沙群岛", + "label": "西沙群岛", + "children": null + }, + { + "code": 469038, + "value": "南沙群岛", + "label": "南沙群岛", + "children": null + }, + { + "code": 469039, + "value": "中沙群岛的岛礁及其海域", + "label": "中沙群岛的岛礁及其海域", + "children": null + } + ] + } + ] + }, + { + "code": 500000, + "value": "重庆市", + "label": "重庆市", + "children": [ + { + "code": 500100, + "value": "市辖区", + "label": "市辖区", + "children": [ + { + "code": 500101, + "value": "万州区", + "label": "万州区", + "children": null + }, + { + "code": 500102, + "value": "涪陵区", + "label": "涪陵区", + "children": null + }, + { + "code": 500103, + "value": "渝中区", + "label": "渝中区", + "children": null + }, + { + "code": 500104, + "value": "大渡口区", + "label": "大渡口区", + "children": null + }, + { + "code": 500105, + "value": "江北区", + "label": "江北区", + "children": null + }, + { + "code": 500106, + "value": "沙坪坝区", + "label": "沙坪坝区", + "children": null + }, + { + "code": 500107, + "value": "九龙坡区", + "label": "九龙坡区", + "children": null + }, + { + "code": 500108, + "value": "南岸区", + "label": "南岸区", + "children": null + }, + { + "code": 500109, + "value": "北碚区", + "label": "北碚区", + "children": null + }, + { + "code": 500110, + "value": "綦江区", + "label": "綦江区", + "children": null + }, + { + "code": 500111, + "value": "大足区", + "label": "大足区", + "children": null + }, + { + "code": 500112, + "value": "渝北区", + "label": "渝北区", + "children": null + }, + { + "code": 500113, + "value": "巴南区", + "label": "巴南区", + "children": null + }, + { + "code": 500114, + "value": "黔江区", + "label": "黔江区", + "children": null + }, + { + "code": 500115, + "value": "长寿区", + "label": "长寿区", + "children": null + }, + { + "code": 500116, + "value": "江津区", + "label": "江津区", + "children": null + }, + { + "code": 500117, + "value": "合川区", + "label": "合川区", + "children": null + }, + { + "code": 500118, + "value": "永川区", + "label": "永川区", + "children": null + }, + { + "code": 500119, + "value": "南川区", + "label": "南川区", + "children": null + }, + { + "code": 500120, + "value": "璧山区", + "label": "璧山区", + "children": null + }, + { + "code": 500151, + "value": "铜梁区", + "label": "铜梁区", + "children": null + }, + { + "code": 500152, + "value": "潼南区", + "label": "潼南区", + "children": null + }, + { + "code": 500153, + "value": "荣昌区", + "label": "荣昌区", + "children": null + }, + { + "code": 500154, + "value": "开州区", + "label": "开州区", + "children": null + }, + { + "code": 500155, + "value": "梁平区", + "label": "梁平区", + "children": null + }, + { + "code": 500156, + "value": "武隆区", + "label": "武隆区", + "children": null + } + ] + }, + { + "code": 500200, + "value": "县", + "label": "县", + "children": [ + { + "code": 500229, + "value": "城口县", + "label": "城口县", + "children": null + }, + { + "code": 500230, + "value": "丰都县", + "label": "丰都县", + "children": null + }, + { + "code": 500231, + "value": "垫江县", + "label": "垫江县", + "children": null + }, + { + "code": 500233, + "value": "忠县", + "label": "忠县", + "children": null + }, + { + "code": 500235, + "value": "云阳县", + "label": "云阳县", + "children": null + }, + { + "code": 500236, + "value": "奉节县", + "label": "奉节县", + "children": null + }, + { + "code": 500237, + "value": "巫山县", + "label": "巫山县", + "children": null + }, + { + "code": 500238, + "value": "巫溪县", + "label": "巫溪县", + "children": null + }, + { + "code": 500240, + "value": "石柱土家族自治县", + "label": "石柱土家族自治县", + "children": null + }, + { + "code": 500241, + "value": "秀山土家族苗族自治县", + "label": "秀山土家族苗族自治县", + "children": null + }, + { + "code": 500242, + "value": "酉阳土家族苗族自治县", + "label": "酉阳土家族苗族自治县", + "children": null + }, + { + "code": 500243, + "value": "彭水苗族土家族自治县", + "label": "彭水苗族土家族自治县", + "children": null + } + ] + } + ] + }, + { + "code": 510000, + "value": "四川省", + "label": "四川省", + "children": [ + { + "code": 510100, + "value": "成都市", + "label": "成都市", + "children": [ + { + "code": 510104, + "value": "锦江区", + "label": "锦江区", + "children": null + }, + { + "code": 510105, + "value": "青羊区", + "label": "青羊区", + "children": null + }, + { + "code": 510106, + "value": "金牛区", + "label": "金牛区", + "children": null + }, + { + "code": 510107, + "value": "武侯区", + "label": "武侯区", + "children": null + }, + { + "code": 510108, + "value": "成华区", + "label": "成华区", + "children": null + }, + { + "code": 510112, + "value": "龙泉驿区", + "label": "龙泉驿区", + "children": null + }, + { + "code": 510113, + "value": "青白江区", + "label": "青白江区", + "children": null + }, + { + "code": 510114, + "value": "新都区", + "label": "新都区", + "children": null + }, + { + "code": 510115, + "value": "温江区", + "label": "温江区", + "children": null + }, + { + "code": 510116, + "value": "双流区", + "label": "双流区", + "children": null + }, + { + "code": 510117, + "value": "郫都区", + "label": "郫都区", + "children": null + }, + { + "code": 510121, + "value": "金堂县", + "label": "金堂县", + "children": null + }, + { + "code": 510129, + "value": "大邑县", + "label": "大邑县", + "children": null + }, + { + "code": 510131, + "value": "蒲江县", + "label": "蒲江县", + "children": null + }, + { + "code": 510132, + "value": "新津县", + "label": "新津县", + "children": null + }, + { + "code": 510181, + "value": "都江堰市", + "label": "都江堰市", + "children": null + }, + { + "code": 510182, + "value": "彭州市", + "label": "彭州市", + "children": null + }, + { + "code": 510183, + "value": "邛崃市", + "label": "邛崃市", + "children": null + }, + { + "code": 510184, + "value": "崇州市", + "label": "崇州市", + "children": null + }, + { + "code": 510185, + "value": "简阳市", + "label": "简阳市", + "children": null + }, + { + "code": 510186, + "value": "天府新区", + "label": "天府新区", + "children": null + }, + { + "code": 510187, + "value": "高新南区", + "label": "高新南区", + "children": null + }, + { + "code": 510188, + "value": "高新西区", + "label": "高新西区", + "children": null + } + ] + }, + { + "code": 510300, + "value": "自贡市", + "label": "自贡市", + "children": [ + { + "code": 510302, + "value": "自流井区", + "label": "自流井区", + "children": null + }, + { + "code": 510303, + "value": "贡井区", + "label": "贡井区", + "children": null + }, + { + "code": 510304, + "value": "大安区", + "label": "大安区", + "children": null + }, + { + "code": 510311, + "value": "沿滩区", + "label": "沿滩区", + "children": null + }, + { + "code": 510321, + "value": "荣县", + "label": "荣县", + "children": null + }, + { + "code": 510322, + "value": "富顺县", + "label": "富顺县", + "children": null + }, + { + "code": 510323, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 510400, + "value": "攀枝花市", + "label": "攀枝花市", + "children": [ + { + "code": 510402, + "value": "东区", + "label": "东区", + "children": null + }, + { + "code": 510403, + "value": "西区", + "label": "西区", + "children": null + }, + { + "code": 510411, + "value": "仁和区", + "label": "仁和区", + "children": null + }, + { + "code": 510421, + "value": "米易县", + "label": "米易县", + "children": null + }, + { + "code": 510422, + "value": "盐边县", + "label": "盐边县", + "children": null + } + ] + }, + { + "code": 510500, + "value": "泸州市", + "label": "泸州市", + "children": [ + { + "code": 510502, + "value": "江阳区", + "label": "江阳区", + "children": null + }, + { + "code": 510503, + "value": "纳溪区", + "label": "纳溪区", + "children": null + }, + { + "code": 510504, + "value": "龙马潭区", + "label": "龙马潭区", + "children": null + }, + { + "code": 510521, + "value": "泸县", + "label": "泸县", + "children": null + }, + { + "code": 510522, + "value": "合江县", + "label": "合江县", + "children": null + }, + { + "code": 510524, + "value": "叙永县", + "label": "叙永县", + "children": null + }, + { + "code": 510525, + "value": "古蔺县", + "label": "古蔺县", + "children": null + } + ] + }, + { + "code": 510600, + "value": "德阳市", + "label": "德阳市", + "children": [ + { + "code": 510603, + "value": "旌阳区", + "label": "旌阳区", + "children": null + }, + { + "code": 510604, + "value": "罗江区", + "label": "罗江区", + "children": null + }, + { + "code": 510623, + "value": "中江县", + "label": "中江县", + "children": null + }, + { + "code": 510681, + "value": "广汉市", + "label": "广汉市", + "children": null + }, + { + "code": 510682, + "value": "什邡市", + "label": "什邡市", + "children": null + }, + { + "code": 510683, + "value": "绵竹市", + "label": "绵竹市", + "children": null + } + ] + }, + { + "code": 510700, + "value": "绵阳市", + "label": "绵阳市", + "children": [ + { + "code": 510703, + "value": "涪城区", + "label": "涪城区", + "children": null + }, + { + "code": 510704, + "value": "游仙区", + "label": "游仙区", + "children": null + }, + { + "code": 510705, + "value": "安州区", + "label": "安州区", + "children": null + }, + { + "code": 510722, + "value": "三台县", + "label": "三台县", + "children": null + }, + { + "code": 510723, + "value": "盐亭县", + "label": "盐亭县", + "children": null + }, + { + "code": 510725, + "value": "梓潼县", + "label": "梓潼县", + "children": null + }, + { + "code": 510726, + "value": "北川羌族自治县", + "label": "北川羌族自治县", + "children": null + }, + { + "code": 510727, + "value": "平武县", + "label": "平武县", + "children": null + }, + { + "code": 510781, + "value": "江油市", + "label": "江油市", + "children": null + }, + { + "code": 510782, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 510783, + "value": "经开区", + "label": "经开区", + "children": null + } + ] + }, + { + "code": 510800, + "value": "广元市", + "label": "广元市", + "children": [ + { + "code": 510802, + "value": "利州区", + "label": "利州区", + "children": null + }, + { + "code": 510811, + "value": "昭化区", + "label": "昭化区", + "children": null + }, + { + "code": 510812, + "value": "朝天区", + "label": "朝天区", + "children": null + }, + { + "code": 510821, + "value": "旺苍县", + "label": "旺苍县", + "children": null + }, + { + "code": 510822, + "value": "青川县", + "label": "青川县", + "children": null + }, + { + "code": 510823, + "value": "剑阁县", + "label": "剑阁县", + "children": null + }, + { + "code": 510824, + "value": "苍溪县", + "label": "苍溪县", + "children": null + } + ] + }, + { + "code": 510900, + "value": "遂宁市", + "label": "遂宁市", + "children": [ + { + "code": 510903, + "value": "船山区", + "label": "船山区", + "children": null + }, + { + "code": 510904, + "value": "安居区", + "label": "安居区", + "children": null + }, + { + "code": 510921, + "value": "蓬溪县", + "label": "蓬溪县", + "children": null + }, + { + "code": 510922, + "value": "射洪县", + "label": "射洪县", + "children": null + }, + { + "code": 510923, + "value": "大英县", + "label": "大英县", + "children": null + }, + { + "code": 510924, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + } + ] + }, + { + "code": 511000, + "value": "内江市", + "label": "内江市", + "children": [ + { + "code": 511002, + "value": "市中区", + "label": "市中区", + "children": null + }, + { + "code": 511011, + "value": "东兴区", + "label": "东兴区", + "children": null + }, + { + "code": 511024, + "value": "威远县", + "label": "威远县", + "children": null + }, + { + "code": 511025, + "value": "资中县", + "label": "资中县", + "children": null + }, + { + "code": 511083, + "value": "隆昌市", + "label": "隆昌市", + "children": null + } + ] + }, + { + "code": 511100, + "value": "乐山市", + "label": "乐山市", + "children": [ + { + "code": 511102, + "value": "市中区", + "label": "市中区", + "children": null + }, + { + "code": 511111, + "value": "沙湾区", + "label": "沙湾区", + "children": null + }, + { + "code": 511112, + "value": "五通桥区", + "label": "五通桥区", + "children": null + }, + { + "code": 511113, + "value": "金口河区", + "label": "金口河区", + "children": null + }, + { + "code": 511123, + "value": "犍为县", + "label": "犍为县", + "children": null + }, + { + "code": 511124, + "value": "井研县", + "label": "井研县", + "children": null + }, + { + "code": 511126, + "value": "夹江县", + "label": "夹江县", + "children": null + }, + { + "code": 511129, + "value": "沐川县", + "label": "沐川县", + "children": null + }, + { + "code": 511132, + "value": "峨边彝族自治县", + "label": "峨边彝族自治县", + "children": null + }, + { + "code": 511133, + "value": "马边彝族自治县", + "label": "马边彝族自治县", + "children": null + }, + { + "code": 511181, + "value": "峨眉山市", + "label": "峨眉山市", + "children": null + } + ] + }, + { + "code": 511300, + "value": "南充市", + "label": "南充市", + "children": [ + { + "code": 511302, + "value": "顺庆区", + "label": "顺庆区", + "children": null + }, + { + "code": 511303, + "value": "高坪区", + "label": "高坪区", + "children": null + }, + { + "code": 511304, + "value": "嘉陵区", + "label": "嘉陵区", + "children": null + }, + { + "code": 511321, + "value": "南部县", + "label": "南部县", + "children": null + }, + { + "code": 511322, + "value": "营山县", + "label": "营山县", + "children": null + }, + { + "code": 511323, + "value": "蓬安县", + "label": "蓬安县", + "children": null + }, + { + "code": 511324, + "value": "仪陇县", + "label": "仪陇县", + "children": null + }, + { + "code": 511325, + "value": "西充县", + "label": "西充县", + "children": null + }, + { + "code": 511381, + "value": "阆中市", + "label": "阆中市", + "children": null + } + ] + }, + { + "code": 511400, + "value": "眉山市", + "label": "眉山市", + "children": [ + { + "code": 511402, + "value": "东坡区", + "label": "东坡区", + "children": null + }, + { + "code": 511403, + "value": "彭山区", + "label": "彭山区", + "children": null + }, + { + "code": 511421, + "value": "仁寿县", + "label": "仁寿县", + "children": null + }, + { + "code": 511423, + "value": "洪雅县", + "label": "洪雅县", + "children": null + }, + { + "code": 511424, + "value": "丹棱县", + "label": "丹棱县", + "children": null + }, + { + "code": 511425, + "value": "青神县", + "label": "青神县", + "children": null + } + ] + }, + { + "code": 511500, + "value": "宜宾市", + "label": "宜宾市", + "children": [ + { + "code": 511502, + "value": "翠屏区", + "label": "翠屏区", + "children": null + }, + { + "code": 511503, + "value": "南溪区", + "label": "南溪区", + "children": null + }, + { + "code": 511504, + "value": "叙州区", + "label": "叙州区", + "children": null + }, + { + "code": 511523, + "value": "江安县", + "label": "江安县", + "children": null + }, + { + "code": 511524, + "value": "长宁县", + "label": "长宁县", + "children": null + }, + { + "code": 511525, + "value": "高县", + "label": "高县", + "children": null + }, + { + "code": 511526, + "value": "珙县", + "label": "珙县", + "children": null + }, + { + "code": 511527, + "value": "筠连县", + "label": "筠连县", + "children": null + }, + { + "code": 511528, + "value": "兴文县", + "label": "兴文县", + "children": null + }, + { + "code": 511529, + "value": "屏山县", + "label": "屏山县", + "children": null + } + ] + }, + { + "code": 511600, + "value": "广安市", + "label": "广安市", + "children": [ + { + "code": 511602, + "value": "广安区", + "label": "广安区", + "children": null + }, + { + "code": 511603, + "value": "前锋区", + "label": "前锋区", + "children": null + }, + { + "code": 511621, + "value": "岳池县", + "label": "岳池县", + "children": null + }, + { + "code": 511622, + "value": "武胜县", + "label": "武胜县", + "children": null + }, + { + "code": 511623, + "value": "邻水县", + "label": "邻水县", + "children": null + }, + { + "code": 511681, + "value": "华蓥市", + "label": "华蓥市", + "children": null + } + ] + }, + { + "code": 511700, + "value": "达州市", + "label": "达州市", + "children": [ + { + "code": 511702, + "value": "通川区", + "label": "通川区", + "children": null + }, + { + "code": 511703, + "value": "达川区", + "label": "达川区", + "children": null + }, + { + "code": 511722, + "value": "宣汉县", + "label": "宣汉县", + "children": null + }, + { + "code": 511723, + "value": "开江县", + "label": "开江县", + "children": null + }, + { + "code": 511724, + "value": "大竹县", + "label": "大竹县", + "children": null + }, + { + "code": 511725, + "value": "渠县", + "label": "渠县", + "children": null + }, + { + "code": 511771, + "value": "达州经济开发区", + "label": "达州经济开发区", + "children": null + }, + { + "code": 511781, + "value": "万源市", + "label": "万源市", + "children": null + } + ] + }, + { + "code": 511800, + "value": "雅安市", + "label": "雅安市", + "children": [ + { + "code": 511802, + "value": "雨城区", + "label": "雨城区", + "children": null + }, + { + "code": 511803, + "value": "名山区", + "label": "名山区", + "children": null + }, + { + "code": 511822, + "value": "荥经县", + "label": "荥经县", + "children": null + }, + { + "code": 511823, + "value": "汉源县", + "label": "汉源县", + "children": null + }, + { + "code": 511824, + "value": "石棉县", + "label": "石棉县", + "children": null + }, + { + "code": 511825, + "value": "天全县", + "label": "天全县", + "children": null + }, + { + "code": 511826, + "value": "芦山县", + "label": "芦山县", + "children": null + }, + { + "code": 511827, + "value": "宝兴县", + "label": "宝兴县", + "children": null + } + ] + }, + { + "code": 511900, + "value": "巴中市", + "label": "巴中市", + "children": [ + { + "code": 511902, + "value": "巴州区", + "label": "巴州区", + "children": null + }, + { + "code": 511903, + "value": "恩阳区", + "label": "恩阳区", + "children": null + }, + { + "code": 511921, + "value": "通江县", + "label": "通江县", + "children": null + }, + { + "code": 511922, + "value": "南江县", + "label": "南江县", + "children": null + }, + { + "code": 511923, + "value": "平昌县", + "label": "平昌县", + "children": null + } + ] + }, + { + "code": 512000, + "value": "资阳市", + "label": "资阳市", + "children": [ + { + "code": 512002, + "value": "雁江区", + "label": "雁江区", + "children": null + }, + { + "code": 512021, + "value": "安岳县", + "label": "安岳县", + "children": null + }, + { + "code": 512022, + "value": "乐至县", + "label": "乐至县", + "children": null + } + ] + }, + { + "code": 513200, + "value": "阿坝藏族羌族自治州", + "label": "阿坝藏族羌族自治州", + "children": [ + { + "code": 513201, + "value": "马尔康市", + "label": "马尔康市", + "children": null + }, + { + "code": 513221, + "value": "汶川县", + "label": "汶川县", + "children": null + }, + { + "code": 513222, + "value": "理县", + "label": "理县", + "children": null + }, + { + "code": 513223, + "value": "茂县", + "label": "茂县", + "children": null + }, + { + "code": 513224, + "value": "松潘县", + "label": "松潘县", + "children": null + }, + { + "code": 513225, + "value": "九寨沟县", + "label": "九寨沟县", + "children": null + }, + { + "code": 513226, + "value": "金川县", + "label": "金川县", + "children": null + }, + { + "code": 513227, + "value": "小金县", + "label": "小金县", + "children": null + }, + { + "code": 513228, + "value": "黑水县", + "label": "黑水县", + "children": null + }, + { + "code": 513230, + "value": "壤塘县", + "label": "壤塘县", + "children": null + }, + { + "code": 513231, + "value": "阿坝县", + "label": "阿坝县", + "children": null + }, + { + "code": 513232, + "value": "若尔盖县", + "label": "若尔盖县", + "children": null + }, + { + "code": 513233, + "value": "红原县", + "label": "红原县", + "children": null + } + ] + }, + { + "code": 513300, + "value": "甘孜藏族自治州", + "label": "甘孜藏族自治州", + "children": [ + { + "code": 513301, + "value": "康定市", + "label": "康定市", + "children": null + }, + { + "code": 513322, + "value": "泸定县", + "label": "泸定县", + "children": null + }, + { + "code": 513323, + "value": "丹巴县", + "label": "丹巴县", + "children": null + }, + { + "code": 513324, + "value": "九龙县", + "label": "九龙县", + "children": null + }, + { + "code": 513325, + "value": "雅江县", + "label": "雅江县", + "children": null + }, + { + "code": 513326, + "value": "道孚县", + "label": "道孚县", + "children": null + }, + { + "code": 513327, + "value": "炉霍县", + "label": "炉霍县", + "children": null + }, + { + "code": 513328, + "value": "甘孜县", + "label": "甘孜县", + "children": null + }, + { + "code": 513329, + "value": "新龙县", + "label": "新龙县", + "children": null + }, + { + "code": 513330, + "value": "德格县", + "label": "德格县", + "children": null + }, + { + "code": 513331, + "value": "白玉县", + "label": "白玉县", + "children": null + }, + { + "code": 513332, + "value": "石渠县", + "label": "石渠县", + "children": null + }, + { + "code": 513333, + "value": "色达县", + "label": "色达县", + "children": null + }, + { + "code": 513334, + "value": "理塘县", + "label": "理塘县", + "children": null + }, + { + "code": 513335, + "value": "巴塘县", + "label": "巴塘县", + "children": null + }, + { + "code": 513336, + "value": "乡城县", + "label": "乡城县", + "children": null + }, + { + "code": 513337, + "value": "稻城县", + "label": "稻城县", + "children": null + }, + { + "code": 513338, + "value": "得荣县", + "label": "得荣县", + "children": null + } + ] + }, + { + "code": 513400, + "value": "凉山彝族自治州", + "label": "凉山彝族自治州", + "children": [ + { + "code": 513401, + "value": "西昌市", + "label": "西昌市", + "children": null + }, + { + "code": 513422, + "value": "木里藏族自治县", + "label": "木里藏族自治县", + "children": null + }, + { + "code": 513423, + "value": "盐源县", + "label": "盐源县", + "children": null + }, + { + "code": 513424, + "value": "德昌县", + "label": "德昌县", + "children": null + }, + { + "code": 513425, + "value": "会理县", + "label": "会理县", + "children": null + }, + { + "code": 513426, + "value": "会东县", + "label": "会东县", + "children": null + }, + { + "code": 513427, + "value": "宁南县", + "label": "宁南县", + "children": null + }, + { + "code": 513428, + "value": "普格县", + "label": "普格县", + "children": null + }, + { + "code": 513429, + "value": "布拖县", + "label": "布拖县", + "children": null + }, + { + "code": 513430, + "value": "金阳县", + "label": "金阳县", + "children": null + }, + { + "code": 513431, + "value": "昭觉县", + "label": "昭觉县", + "children": null + }, + { + "code": 513432, + "value": "喜德县", + "label": "喜德县", + "children": null + }, + { + "code": 513433, + "value": "冕宁县", + "label": "冕宁县", + "children": null + }, + { + "code": 513434, + "value": "越西县", + "label": "越西县", + "children": null + }, + { + "code": 513435, + "value": "甘洛县", + "label": "甘洛县", + "children": null + }, + { + "code": 513436, + "value": "美姑县", + "label": "美姑县", + "children": null + }, + { + "code": 513437, + "value": "雷波县", + "label": "雷波县", + "children": null + } + ] + } + ] + }, + { + "code": 520000, + "value": "贵州省", + "label": "贵州省", + "children": [ + { + "code": 520100, + "value": "贵阳市", + "label": "贵阳市", + "children": [ + { + "code": 520102, + "value": "南明区", + "label": "南明区", + "children": null + }, + { + "code": 520103, + "value": "云岩区", + "label": "云岩区", + "children": null + }, + { + "code": 520111, + "value": "花溪区", + "label": "花溪区", + "children": null + }, + { + "code": 520112, + "value": "乌当区", + "label": "乌当区", + "children": null + }, + { + "code": 520113, + "value": "白云区", + "label": "白云区", + "children": null + }, + { + "code": 520115, + "value": "观山湖区", + "label": "观山湖区", + "children": null + }, + { + "code": 520121, + "value": "开阳县", + "label": "开阳县", + "children": null + }, + { + "code": 520122, + "value": "息烽县", + "label": "息烽县", + "children": null + }, + { + "code": 520123, + "value": "修文县", + "label": "修文县", + "children": null + }, + { + "code": 520181, + "value": "清镇市", + "label": "清镇市", + "children": null + }, + { + "code": 520182, + "value": "贵安新区", + "label": "贵安新区", + "children": null + }, + { + "code": 520183, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 520200, + "value": "六盘水市", + "label": "六盘水市", + "children": [ + { + "code": 520201, + "value": "钟山区", + "label": "钟山区", + "children": null + }, + { + "code": 520203, + "value": "六枝特区", + "label": "六枝特区", + "children": null + }, + { + "code": 520221, + "value": "水城县", + "label": "水城县", + "children": null + }, + { + "code": 520281, + "value": "盘州市", + "label": "盘州市", + "children": null + } + ] + }, + { + "code": 520300, + "value": "遵义市", + "label": "遵义市", + "children": [ + { + "code": 520302, + "value": "红花岗区", + "label": "红花岗区", + "children": null + }, + { + "code": 520303, + "value": "汇川区", + "label": "汇川区", + "children": null + }, + { + "code": 520304, + "value": "播州区", + "label": "播州区", + "children": null + }, + { + "code": 520322, + "value": "桐梓县", + "label": "桐梓县", + "children": null + }, + { + "code": 520323, + "value": "绥阳县", + "label": "绥阳县", + "children": null + }, + { + "code": 520324, + "value": "正安县", + "label": "正安县", + "children": null + }, + { + "code": 520325, + "value": "道真仡佬族苗族自治县", + "label": "道真仡佬族苗族自治县", + "children": null + }, + { + "code": 520326, + "value": "务川仡佬族苗族自治县", + "label": "务川仡佬族苗族自治县", + "children": null + }, + { + "code": 520327, + "value": "凤冈县", + "label": "凤冈县", + "children": null + }, + { + "code": 520328, + "value": "湄潭县", + "label": "湄潭县", + "children": null + }, + { + "code": 520329, + "value": "余庆县", + "label": "余庆县", + "children": null + }, + { + "code": 520330, + "value": "习水县", + "label": "习水县", + "children": null + }, + { + "code": 520381, + "value": "赤水市", + "label": "赤水市", + "children": null + }, + { + "code": 520382, + "value": "仁怀市", + "label": "仁怀市", + "children": null + } + ] + }, + { + "code": 520400, + "value": "安顺市", + "label": "安顺市", + "children": [ + { + "code": 520402, + "value": "西秀区", + "label": "西秀区", + "children": null + }, + { + "code": 520403, + "value": "平坝区", + "label": "平坝区", + "children": null + }, + { + "code": 520422, + "value": "普定县", + "label": "普定县", + "children": null + }, + { + "code": 520423, + "value": "镇宁布依族苗族自治县", + "label": "镇宁布依族苗族自治县", + "children": null + }, + { + "code": 520424, + "value": "关岭布依族苗族自治县", + "label": "关岭布依族苗族自治县", + "children": null + }, + { + "code": 520425, + "value": "紫云苗族布依族自治县", + "label": "紫云苗族布依族自治县", + "children": null + } + ] + }, + { + "code": 520500, + "value": "毕节市", + "label": "毕节市", + "children": [ + { + "code": 520502, + "value": "七星关区", + "label": "七星关区", + "children": null + }, + { + "code": 520521, + "value": "大方县", + "label": "大方县", + "children": null + }, + { + "code": 520522, + "value": "黔西县", + "label": "黔西县", + "children": null + }, + { + "code": 520523, + "value": "金沙县", + "label": "金沙县", + "children": null + }, + { + "code": 520524, + "value": "织金县", + "label": "织金县", + "children": null + }, + { + "code": 520525, + "value": "纳雍县", + "label": "纳雍县", + "children": null + }, + { + "code": 520526, + "value": "威宁彝族回族苗族自治县", + "label": "威宁彝族回族苗族自治县", + "children": null + }, + { + "code": 520527, + "value": "赫章县", + "label": "赫章县", + "children": null + } + ] + }, + { + "code": 520600, + "value": "铜仁市", + "label": "铜仁市", + "children": [ + { + "code": 520602, + "value": "碧江区", + "label": "碧江区", + "children": null + }, + { + "code": 520603, + "value": "万山区", + "label": "万山区", + "children": null + }, + { + "code": 520621, + "value": "江口县", + "label": "江口县", + "children": null + }, + { + "code": 520622, + "value": "玉屏侗族自治县", + "label": "玉屏侗族自治县", + "children": null + }, + { + "code": 520623, + "value": "石阡县", + "label": "石阡县", + "children": null + }, + { + "code": 520624, + "value": "思南县", + "label": "思南县", + "children": null + }, + { + "code": 520625, + "value": "印江土家族苗族自治县", + "label": "印江土家族苗族自治县", + "children": null + }, + { + "code": 520626, + "value": "德江县", + "label": "德江县", + "children": null + }, + { + "code": 520627, + "value": "沿河土家族自治县", + "label": "沿河土家族自治县", + "children": null + }, + { + "code": 520628, + "value": "松桃苗族自治县", + "label": "松桃苗族自治县", + "children": null + } + ] + }, + { + "code": 522300, + "value": "黔西南布依族苗族自治州", + "label": "黔西南布依族苗族自治州", + "children": [ + { + "code": 522301, + "value": "兴义市 ", + "label": "兴义市 ", + "children": null + }, + { + "code": 522302, + "value": "兴仁市", + "label": "兴仁市", + "children": null + }, + { + "code": 522323, + "value": "普安县", + "label": "普安县", + "children": null + }, + { + "code": 522324, + "value": "晴隆县", + "label": "晴隆县", + "children": null + }, + { + "code": 522325, + "value": "贞丰县", + "label": "贞丰县", + "children": null + }, + { + "code": 522326, + "value": "望谟县", + "label": "望谟县", + "children": null + }, + { + "code": 522327, + "value": "册亨县", + "label": "册亨县", + "children": null + }, + { + "code": 522328, + "value": "安龙县", + "label": "安龙县", + "children": null + } + ] + }, + { + "code": 522600, + "value": "黔东南苗族侗族自治州", + "label": "黔东南苗族侗族自治州", + "children": [ + { + "code": 522601, + "value": "凯里市", + "label": "凯里市", + "children": null + }, + { + "code": 522622, + "value": "黄平县", + "label": "黄平县", + "children": null + }, + { + "code": 522623, + "value": "施秉县", + "label": "施秉县", + "children": null + }, + { + "code": 522624, + "value": "三穗县", + "label": "三穗县", + "children": null + }, + { + "code": 522625, + "value": "镇远县", + "label": "镇远县", + "children": null + }, + { + "code": 522626, + "value": "岑巩县", + "label": "岑巩县", + "children": null + }, + { + "code": 522627, + "value": "天柱县", + "label": "天柱县", + "children": null + }, + { + "code": 522628, + "value": "锦屏县", + "label": "锦屏县", + "children": null + }, + { + "code": 522629, + "value": "剑河县", + "label": "剑河县", + "children": null + }, + { + "code": 522630, + "value": "台江县", + "label": "台江县", + "children": null + }, + { + "code": 522631, + "value": "黎平县", + "label": "黎平县", + "children": null + }, + { + "code": 522632, + "value": "榕江县", + "label": "榕江县", + "children": null + }, + { + "code": 522633, + "value": "从江县", + "label": "从江县", + "children": null + }, + { + "code": 522634, + "value": "雷山县", + "label": "雷山县", + "children": null + }, + { + "code": 522635, + "value": "麻江县", + "label": "麻江县", + "children": null + }, + { + "code": 522636, + "value": "丹寨县", + "label": "丹寨县", + "children": null + } + ] + }, + { + "code": 522700, + "value": "黔南布依族苗族自治州", + "label": "黔南布依族苗族自治州", + "children": [ + { + "code": 522701, + "value": "都匀市", + "label": "都匀市", + "children": null + }, + { + "code": 522702, + "value": "福泉市", + "label": "福泉市", + "children": null + }, + { + "code": 522722, + "value": "荔波县", + "label": "荔波县", + "children": null + }, + { + "code": 522723, + "value": "贵定县", + "label": "贵定县", + "children": null + }, + { + "code": 522725, + "value": "瓮安县", + "label": "瓮安县", + "children": null + }, + { + "code": 522726, + "value": "独山县", + "label": "独山县", + "children": null + }, + { + "code": 522727, + "value": "平塘县", + "label": "平塘县", + "children": null + }, + { + "code": 522728, + "value": "罗甸县", + "label": "罗甸县", + "children": null + }, + { + "code": 522729, + "value": "长顺县", + "label": "长顺县", + "children": null + }, + { + "code": 522730, + "value": "龙里县", + "label": "龙里县", + "children": null + }, + { + "code": 522731, + "value": "惠水县", + "label": "惠水县", + "children": null + }, + { + "code": 522732, + "value": "三都水族自治县", + "label": "三都水族自治县", + "children": null + } + ] + } + ] + }, + { + "code": 530000, + "value": "云南省", + "label": "云南省", + "children": [ + { + "code": 530100, + "value": "昆明市", + "label": "昆明市", + "children": [ + { + "code": 530102, + "value": "五华区", + "label": "五华区", + "children": null + }, + { + "code": 530103, + "value": "盘龙区", + "label": "盘龙区", + "children": null + }, + { + "code": 530111, + "value": "官渡区", + "label": "官渡区", + "children": null + }, + { + "code": 530112, + "value": "西山区", + "label": "西山区", + "children": null + }, + { + "code": 530113, + "value": "东川区", + "label": "东川区", + "children": null + }, + { + "code": 530114, + "value": "呈贡区", + "label": "呈贡区", + "children": null + }, + { + "code": 530115, + "value": "晋宁区", + "label": "晋宁区", + "children": null + }, + { + "code": 530124, + "value": "富民县", + "label": "富民县", + "children": null + }, + { + "code": 530125, + "value": "宜良县", + "label": "宜良县", + "children": null + }, + { + "code": 530126, + "value": "石林彝族自治县", + "label": "石林彝族自治县", + "children": null + }, + { + "code": 530127, + "value": "嵩明县", + "label": "嵩明县", + "children": null + }, + { + "code": 530128, + "value": "禄劝彝族苗族自治县", + "label": "禄劝彝族苗族自治县", + "children": null + }, + { + "code": 530129, + "value": "寻甸回族彝族自治县 ", + "label": "寻甸回族彝族自治县 ", + "children": null + }, + { + "code": 530181, + "value": "安宁市", + "label": "安宁市", + "children": null + }, + { + "code": 530182, + "value": "滇中新区", + "label": "滇中新区", + "children": null + }, + { + "code": 530183, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 530300, + "value": "曲靖市", + "label": "曲靖市", + "children": [ + { + "code": 530302, + "value": "麒麟区", + "label": "麒麟区", + "children": null + }, + { + "code": 530303, + "value": "沾益区", + "label": "沾益区", + "children": null + }, + { + "code": 530304, + "value": "马龙区", + "label": "马龙区", + "children": null + }, + { + "code": 530322, + "value": "陆良县", + "label": "陆良县", + "children": null + }, + { + "code": 530323, + "value": "师宗县", + "label": "师宗县", + "children": null + }, + { + "code": 530324, + "value": "罗平县", + "label": "罗平县", + "children": null + }, + { + "code": 530325, + "value": "富源县", + "label": "富源县", + "children": null + }, + { + "code": 530326, + "value": "会泽县", + "label": "会泽县", + "children": null + }, + { + "code": 530381, + "value": "宣威市", + "label": "宣威市", + "children": null + } + ] + }, + { + "code": 530400, + "value": "玉溪市", + "label": "玉溪市", + "children": [ + { + "code": 530402, + "value": "红塔区", + "label": "红塔区", + "children": null + }, + { + "code": 530403, + "value": "江川区", + "label": "江川区", + "children": null + }, + { + "code": 530422, + "value": "澄江县", + "label": "澄江县", + "children": null + }, + { + "code": 530423, + "value": "通海县", + "label": "通海县", + "children": null + }, + { + "code": 530424, + "value": "华宁县", + "label": "华宁县", + "children": null + }, + { + "code": 530425, + "value": "易门县", + "label": "易门县", + "children": null + }, + { + "code": 530426, + "value": "峨山彝族自治县", + "label": "峨山彝族自治县", + "children": null + }, + { + "code": 530427, + "value": "新平彝族傣族自治县", + "label": "新平彝族傣族自治县", + "children": null + }, + { + "code": 530428, + "value": "元江哈尼族彝族傣族自治县", + "label": "元江哈尼族彝族傣族自治县", + "children": null + } + ] + }, + { + "code": 530500, + "value": "保山市", + "label": "保山市", + "children": [ + { + "code": 530502, + "value": "隆阳区", + "label": "隆阳区", + "children": null + }, + { + "code": 530521, + "value": "施甸县", + "label": "施甸县", + "children": null + }, + { + "code": 530523, + "value": "龙陵县", + "label": "龙陵县", + "children": null + }, + { + "code": 530524, + "value": "昌宁县", + "label": "昌宁县", + "children": null + }, + { + "code": 530581, + "value": "腾冲市", + "label": "腾冲市", + "children": null + } + ] + }, + { + "code": 530600, + "value": "昭通市", + "label": "昭通市", + "children": [ + { + "code": 530602, + "value": "昭阳区", + "label": "昭阳区", + "children": null + }, + { + "code": 530621, + "value": "鲁甸县", + "label": "鲁甸县", + "children": null + }, + { + "code": 530622, + "value": "巧家县", + "label": "巧家县", + "children": null + }, + { + "code": 530623, + "value": "盐津县", + "label": "盐津县", + "children": null + }, + { + "code": 530624, + "value": "大关县", + "label": "大关县", + "children": null + }, + { + "code": 530625, + "value": "永善县", + "label": "永善县", + "children": null + }, + { + "code": 530626, + "value": "绥江县", + "label": "绥江县", + "children": null + }, + { + "code": 530627, + "value": "镇雄县", + "label": "镇雄县", + "children": null + }, + { + "code": 530628, + "value": "彝良县", + "label": "彝良县", + "children": null + }, + { + "code": 530629, + "value": "威信县", + "label": "威信县", + "children": null + }, + { + "code": 530681, + "value": "水富市", + "label": "水富市", + "children": null + } + ] + }, + { + "code": 530700, + "value": "丽江市", + "label": "丽江市", + "children": [ + { + "code": 530702, + "value": "古城区", + "label": "古城区", + "children": null + }, + { + "code": 530721, + "value": "玉龙纳西族自治县", + "label": "玉龙纳西族自治县", + "children": null + }, + { + "code": 530722, + "value": "永胜县", + "label": "永胜县", + "children": null + }, + { + "code": 530723, + "value": "华坪县", + "label": "华坪县", + "children": null + }, + { + "code": 530724, + "value": "宁蒗彝族自治县", + "label": "宁蒗彝族自治县", + "children": null + } + ] + }, + { + "code": 530800, + "value": "普洱市", + "label": "普洱市", + "children": [ + { + "code": 530802, + "value": "思茅区", + "label": "思茅区", + "children": null + }, + { + "code": 530821, + "value": "宁洱哈尼族彝族自治县", + "label": "宁洱哈尼族彝族自治县", + "children": null + }, + { + "code": 530822, + "value": "墨江哈尼族自治县", + "label": "墨江哈尼族自治县", + "children": null + }, + { + "code": 530823, + "value": "景东彝族自治县", + "label": "景东彝族自治县", + "children": null + }, + { + "code": 530824, + "value": "景谷傣族彝族自治县", + "label": "景谷傣族彝族自治县", + "children": null + }, + { + "code": 530825, + "value": "镇沅彝族哈尼族拉祜族自治县", + "label": "镇沅彝族哈尼族拉祜族自治县", + "children": null + }, + { + "code": 530826, + "value": "江城哈尼族彝族自治县", + "label": "江城哈尼族彝族自治县", + "children": null + }, + { + "code": 530827, + "value": "孟连傣族拉祜族佤族自治县", + "label": "孟连傣族拉祜族佤族自治县", + "children": null + }, + { + "code": 530828, + "value": "澜沧拉祜族自治县", + "label": "澜沧拉祜族自治县", + "children": null + }, + { + "code": 530829, + "value": "西盟佤族自治县", + "label": "西盟佤族自治县", + "children": null + } + ] + }, + { + "code": 530900, + "value": "临沧市", + "label": "临沧市", + "children": [ + { + "code": 530902, + "value": "临翔区", + "label": "临翔区", + "children": null + }, + { + "code": 530921, + "value": "凤庆县", + "label": "凤庆县", + "children": null + }, + { + "code": 530922, + "value": "云县", + "label": "云县", + "children": null + }, + { + "code": 530923, + "value": "永德县", + "label": "永德县", + "children": null + }, + { + "code": 530924, + "value": "镇康县", + "label": "镇康县", + "children": null + }, + { + "code": 530925, + "value": "双江拉祜族佤族布朗族傣族自治县", + "label": "双江拉祜族佤族布朗族傣族自治县", + "children": null + }, + { + "code": 530926, + "value": "耿马傣族佤族自治县", + "label": "耿马傣族佤族自治县", + "children": null + }, + { + "code": 530927, + "value": "沧源佤族自治县", + "label": "沧源佤族自治县", + "children": null + } + ] + }, + { + "code": 532300, + "value": "楚雄彝族自治州", + "label": "楚雄彝族自治州", + "children": [ + { + "code": 532301, + "value": "楚雄市", + "label": "楚雄市", + "children": null + }, + { + "code": 532322, + "value": "双柏县", + "label": "双柏县", + "children": null + }, + { + "code": 532323, + "value": "牟定县", + "label": "牟定县", + "children": null + }, + { + "code": 532324, + "value": "南华县", + "label": "南华县", + "children": null + }, + { + "code": 532325, + "value": "姚安县", + "label": "姚安县", + "children": null + }, + { + "code": 532326, + "value": "大姚县", + "label": "大姚县", + "children": null + }, + { + "code": 532327, + "value": "永仁县", + "label": "永仁县", + "children": null + }, + { + "code": 532328, + "value": "元谋县", + "label": "元谋县", + "children": null + }, + { + "code": 532329, + "value": "武定县", + "label": "武定县", + "children": null + }, + { + "code": 532331, + "value": "禄丰县", + "label": "禄丰县", + "children": null + } + ] + }, + { + "code": 532500, + "value": "红河哈尼族彝族自治州", + "label": "红河哈尼族彝族自治州", + "children": [ + { + "code": 532501, + "value": "个旧市", + "label": "个旧市", + "children": null + }, + { + "code": 532502, + "value": "开远市", + "label": "开远市", + "children": null + }, + { + "code": 532503, + "value": "蒙自市", + "label": "蒙自市", + "children": null + }, + { + "code": 532504, + "value": "弥勒市", + "label": "弥勒市", + "children": null + }, + { + "code": 532523, + "value": "屏边苗族自治县", + "label": "屏边苗族自治县", + "children": null + }, + { + "code": 532524, + "value": "建水县", + "label": "建水县", + "children": null + }, + { + "code": 532525, + "value": "石屏县", + "label": "石屏县", + "children": null + }, + { + "code": 532527, + "value": "泸西县", + "label": "泸西县", + "children": null + }, + { + "code": 532528, + "value": "元阳县", + "label": "元阳县", + "children": null + }, + { + "code": 532529, + "value": "红河县", + "label": "红河县", + "children": null + }, + { + "code": 532530, + "value": "金平苗族瑶族傣族自治县", + "label": "金平苗族瑶族傣族自治县", + "children": null + }, + { + "code": 532531, + "value": "绿春县", + "label": "绿春县", + "children": null + }, + { + "code": 532532, + "value": "河口瑶族自治县", + "label": "河口瑶族自治县", + "children": null + } + ] + }, + { + "code": 532600, + "value": "文山壮族苗族自治州", + "label": "文山壮族苗族自治州", + "children": [ + { + "code": 532601, + "value": "文山市", + "label": "文山市", + "children": null + }, + { + "code": 532622, + "value": "砚山县", + "label": "砚山县", + "children": null + }, + { + "code": 532623, + "value": "西畴县", + "label": "西畴县", + "children": null + }, + { + "code": 532624, + "value": "麻栗坡县", + "label": "麻栗坡县", + "children": null + }, + { + "code": 532625, + "value": "马关县", + "label": "马关县", + "children": null + }, + { + "code": 532626, + "value": "丘北县", + "label": "丘北县", + "children": null + }, + { + "code": 532627, + "value": "广南县", + "label": "广南县", + "children": null + }, + { + "code": 532628, + "value": "富宁县", + "label": "富宁县", + "children": null + } + ] + }, + { + "code": 532800, + "value": "西双版纳傣族自治州", + "label": "西双版纳傣族自治州", + "children": [ + { + "code": 532801, + "value": "景洪市", + "label": "景洪市", + "children": null + }, + { + "code": 532822, + "value": "勐海县", + "label": "勐海县", + "children": null + }, + { + "code": 532823, + "value": "勐腊县", + "label": "勐腊县", + "children": null + } + ] + }, + { + "code": 532900, + "value": "大理白族自治州", + "label": "大理白族自治州", + "children": [ + { + "code": 532901, + "value": "大理市", + "label": "大理市", + "children": null + }, + { + "code": 532922, + "value": "漾濞彝族自治县", + "label": "漾濞彝族自治县", + "children": null + }, + { + "code": 532923, + "value": "祥云县", + "label": "祥云县", + "children": null + }, + { + "code": 532924, + "value": "宾川县", + "label": "宾川县", + "children": null + }, + { + "code": 532925, + "value": "弥渡县", + "label": "弥渡县", + "children": null + }, + { + "code": 532926, + "value": "南涧彝族自治县", + "label": "南涧彝族自治县", + "children": null + }, + { + "code": 532927, + "value": "巍山彝族回族自治县", + "label": "巍山彝族回族自治县", + "children": null + }, + { + "code": 532928, + "value": "永平县", + "label": "永平县", + "children": null + }, + { + "code": 532929, + "value": "云龙县", + "label": "云龙县", + "children": null + }, + { + "code": 532930, + "value": "洱源县", + "label": "洱源县", + "children": null + }, + { + "code": 532931, + "value": "剑川县", + "label": "剑川县", + "children": null + }, + { + "code": 532932, + "value": "鹤庆县", + "label": "鹤庆县", + "children": null + } + ] + }, + { + "code": 533100, + "value": "德宏傣族景颇族自治州", + "label": "德宏傣族景颇族自治州", + "children": [ + { + "code": 533102, + "value": "瑞丽市", + "label": "瑞丽市", + "children": null + }, + { + "code": 533103, + "value": "芒市", + "label": "芒市", + "children": null + }, + { + "code": 533122, + "value": "梁河县", + "label": "梁河县", + "children": null + }, + { + "code": 533123, + "value": "盈江县", + "label": "盈江县", + "children": null + }, + { + "code": 533124, + "value": "陇川县", + "label": "陇川县", + "children": null + } + ] + }, + { + "code": 533300, + "value": "怒江傈僳族自治州", + "label": "怒江傈僳族自治州", + "children": [ + { + "code": 533301, + "value": "泸水市", + "label": "泸水市", + "children": null + }, + { + "code": 533323, + "value": "福贡县", + "label": "福贡县", + "children": null + }, + { + "code": 533324, + "value": "贡山独龙族怒族自治县", + "label": "贡山独龙族怒族自治县", + "children": null + }, + { + "code": 533325, + "value": "兰坪白族普米族自治县", + "label": "兰坪白族普米族自治县", + "children": null + } + ] + }, + { + "code": 533400, + "value": "迪庆藏族自治州", + "label": "迪庆藏族自治州", + "children": [ + { + "code": 533401, + "value": "香格里拉市", + "label": "香格里拉市", + "children": null + }, + { + "code": 533422, + "value": "德钦县", + "label": "德钦县", + "children": null + }, + { + "code": 533423, + "value": "维西傈僳族自治县", + "label": "维西傈僳族自治县", + "children": null + } + ] + } + ] + }, + { + "code": 540000, + "value": "西藏自治区", + "label": "西藏自治区", + "children": [ + { + "code": 540100, + "value": "拉萨市", + "label": "拉萨市", + "children": [ + { + "code": 540102, + "value": "城关区", + "label": "城关区", + "children": null + }, + { + "code": 540103, + "value": "堆龙德庆区", + "label": "堆龙德庆区", + "children": null + }, + { + "code": 540104, + "value": "达孜区", + "label": "达孜区", + "children": null + }, + { + "code": 540121, + "value": "林周县", + "label": "林周县", + "children": null + }, + { + "code": 540122, + "value": "当雄县", + "label": "当雄县", + "children": null + }, + { + "code": 540123, + "value": "尼木县", + "label": "尼木县", + "children": null + }, + { + "code": 540124, + "value": "曲水县", + "label": "曲水县", + "children": null + }, + { + "code": 540127, + "value": "墨竹工卡县", + "label": "墨竹工卡县", + "children": null + }, + { + "code": 540171, + "value": "格尔木藏青工业园区", + "label": "格尔木藏青工业园区", + "children": null + }, + { + "code": 540173, + "value": "西藏文化旅游创意园区", + "label": "西藏文化旅游创意园区", + "children": null + }, + { + "code": 540174, + "value": "达孜工业园区", + "label": "达孜工业园区", + "children": null + } + ] + }, + { + "code": 540200, + "value": "日喀则市", + "label": "日喀则市", + "children": [ + { + "code": 540202, + "value": "桑珠孜区", + "label": "桑珠孜区", + "children": null + }, + { + "code": 540221, + "value": "南木林县", + "label": "南木林县", + "children": null + }, + { + "code": 540222, + "value": "江孜县", + "label": "江孜县", + "children": null + }, + { + "code": 540223, + "value": "定日县", + "label": "定日县", + "children": null + }, + { + "code": 540224, + "value": "萨迦县", + "label": "萨迦县", + "children": null + }, + { + "code": 540225, + "value": "拉孜县", + "label": "拉孜县", + "children": null + }, + { + "code": 540226, + "value": "昂仁县", + "label": "昂仁县", + "children": null + }, + { + "code": 540227, + "value": "谢通门县", + "label": "谢通门县", + "children": null + }, + { + "code": 540228, + "value": "白朗县", + "label": "白朗县", + "children": null + }, + { + "code": 540229, + "value": "仁布县", + "label": "仁布县", + "children": null + }, + { + "code": 540230, + "value": "康马县", + "label": "康马县", + "children": null + }, + { + "code": 540231, + "value": "定结县", + "label": "定结县", + "children": null + }, + { + "code": 540232, + "value": "仲巴县", + "label": "仲巴县", + "children": null + }, + { + "code": 540233, + "value": "亚东县", + "label": "亚东县", + "children": null + }, + { + "code": 540234, + "value": "吉隆县", + "label": "吉隆县", + "children": null + }, + { + "code": 540235, + "value": "聂拉木县", + "label": "聂拉木县", + "children": null + }, + { + "code": 540236, + "value": "萨嘎县", + "label": "萨嘎县", + "children": null + }, + { + "code": 540237, + "value": "岗巴县", + "label": "岗巴县", + "children": null + } + ] + }, + { + "code": 540300, + "value": "昌都市", + "label": "昌都市", + "children": [ + { + "code": 540302, + "value": "卡若区", + "label": "卡若区", + "children": null + }, + { + "code": 540321, + "value": "江达县", + "label": "江达县", + "children": null + }, + { + "code": 540322, + "value": "贡觉县", + "label": "贡觉县", + "children": null + }, + { + "code": 540323, + "value": "类乌齐县", + "label": "类乌齐县", + "children": null + }, + { + "code": 540324, + "value": "丁青县", + "label": "丁青县", + "children": null + }, + { + "code": 540325, + "value": "察雅县", + "label": "察雅县", + "children": null + }, + { + "code": 540326, + "value": "八宿县", + "label": "八宿县", + "children": null + }, + { + "code": 540327, + "value": "左贡县", + "label": "左贡县", + "children": null + }, + { + "code": 540328, + "value": "芒康县", + "label": "芒康县", + "children": null + }, + { + "code": 540329, + "value": "洛隆县", + "label": "洛隆县", + "children": null + }, + { + "code": 540330, + "value": "边坝县", + "label": "边坝县", + "children": null + } + ] + }, + { + "code": 540400, + "value": "林芝市", + "label": "林芝市", + "children": [ + { + "code": 540402, + "value": "巴宜区", + "label": "巴宜区", + "children": null + }, + { + "code": 540421, + "value": "工布江达县", + "label": "工布江达县", + "children": null + }, + { + "code": 540422, + "value": "米林县", + "label": "米林县", + "children": null + }, + { + "code": 540423, + "value": "墨脱县", + "label": "墨脱县", + "children": null + }, + { + "code": 540424, + "value": "波密县", + "label": "波密县", + "children": null + }, + { + "code": 540425, + "value": "察隅县", + "label": "察隅县", + "children": null + }, + { + "code": 540426, + "value": "朗县", + "label": "朗县", + "children": null + } + ] + }, + { + "code": 540500, + "value": "山南市", + "label": "山南市", + "children": [ + { + "code": 540502, + "value": "乃东区", + "label": "乃东区", + "children": null + }, + { + "code": 540521, + "value": "扎囊县", + "label": "扎囊县", + "children": null + }, + { + "code": 540522, + "value": "贡嘎县", + "label": "贡嘎县", + "children": null + }, + { + "code": 540523, + "value": "桑日县", + "label": "桑日县", + "children": null + }, + { + "code": 540524, + "value": "琼结县", + "label": "琼结县", + "children": null + }, + { + "code": 540525, + "value": "曲松县", + "label": "曲松县", + "children": null + }, + { + "code": 540526, + "value": "措美县", + "label": "措美县", + "children": null + }, + { + "code": 540527, + "value": "洛扎县", + "label": "洛扎县", + "children": null + }, + { + "code": 540528, + "value": "加查县", + "label": "加查县", + "children": null + }, + { + "code": 540529, + "value": "隆子县", + "label": "隆子县", + "children": null + }, + { + "code": 540530, + "value": "错那县", + "label": "错那县", + "children": null + }, + { + "code": 540531, + "value": "浪卡子县", + "label": "浪卡子县", + "children": null + } + ] + }, + { + "code": 540600, + "value": "那曲市", + "label": "那曲市", + "children": [ + { + "code": 540602, + "value": "色尼区", + "label": "色尼区", + "children": null + }, + { + "code": 540621, + "value": "嘉黎县", + "label": "嘉黎县", + "children": null + }, + { + "code": 540622, + "value": "比如县", + "label": "比如县", + "children": null + }, + { + "code": 540623, + "value": "聂荣县", + "label": "聂荣县", + "children": null + }, + { + "code": 540624, + "value": "安多县", + "label": "安多县", + "children": null + }, + { + "code": 540625, + "value": "申扎县", + "label": "申扎县", + "children": null + }, + { + "code": 540626, + "value": "索县", + "label": "索县", + "children": null + }, + { + "code": 540627, + "value": "班戈县", + "label": "班戈县", + "children": null + }, + { + "code": 540628, + "value": "巴青县", + "label": "巴青县", + "children": null + }, + { + "code": 540629, + "value": "尼玛县", + "label": "尼玛县", + "children": null + }, + { + "code": 540630, + "value": "双湖县", + "label": "双湖县", + "children": null + } + ] + }, + { + "code": 542500, + "value": "阿里地区", + "label": "阿里地区", + "children": [ + { + "code": 542521, + "value": "普兰县", + "label": "普兰县", + "children": null + }, + { + "code": 542522, + "value": "札达县", + "label": "札达县", + "children": null + }, + { + "code": 542523, + "value": "噶尔县", + "label": "噶尔县", + "children": null + }, + { + "code": 542524, + "value": "日土县", + "label": "日土县", + "children": null + }, + { + "code": 542525, + "value": "革吉县", + "label": "革吉县", + "children": null + }, + { + "code": 542526, + "value": "改则县", + "label": "改则县", + "children": null + }, + { + "code": 542527, + "value": "措勤县", + "label": "措勤县", + "children": null + } + ] + } + ] + }, + { + "code": 610000, + "value": "陕西省", + "label": "陕西省", + "children": [ + { + "code": 610100, + "value": "西安市", + "label": "西安市", + "children": [ + { + "code": 610102, + "value": "新城区", + "label": "新城区", + "children": null + }, + { + "code": 610103, + "value": "碑林区", + "label": "碑林区", + "children": null + }, + { + "code": 610104, + "value": "莲湖区", + "label": "莲湖区", + "children": null + }, + { + "code": 610111, + "value": "灞桥区", + "label": "灞桥区", + "children": null + }, + { + "code": 610112, + "value": "未央区", + "label": "未央区", + "children": null + }, + { + "code": 610113, + "value": "雁塔区", + "label": "雁塔区", + "children": null + }, + { + "code": 610114, + "value": "阎良区", + "label": "阎良区", + "children": null + }, + { + "code": 610115, + "value": "临潼区", + "label": "临潼区", + "children": null + }, + { + "code": 610116, + "value": "长安区", + "label": "长安区", + "children": null + }, + { + "code": 610117, + "value": "高陵区", + "label": "高陵区", + "children": null + }, + { + "code": 610118, + "value": "鄠邑区", + "label": "鄠邑区", + "children": null + }, + { + "code": 610122, + "value": "蓝田县", + "label": "蓝田县", + "children": null + }, + { + "code": 610124, + "value": "周至县", + "label": "周至县", + "children": null + }, + { + "code": 610125, + "value": "西咸新区", + "label": "西咸新区", + "children": null + }, + { + "code": 610127, + "value": "曲江新区", + "label": "曲江新区", + "children": null + }, + { + "code": 610128, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 610200, + "value": "铜川市", + "label": "铜川市", + "children": [ + { + "code": 610202, + "value": "王益区", + "label": "王益区", + "children": null + }, + { + "code": 610203, + "value": "印台区", + "label": "印台区", + "children": null + }, + { + "code": 610204, + "value": "耀州区", + "label": "耀州区", + "children": null + }, + { + "code": 610222, + "value": "宜君县", + "label": "宜君县", + "children": null + } + ] + }, + { + "code": 610300, + "value": "宝鸡市", + "label": "宝鸡市", + "children": [ + { + "code": 610302, + "value": "渭滨区", + "label": "渭滨区", + "children": null + }, + { + "code": 610303, + "value": "金台区", + "label": "金台区", + "children": null + }, + { + "code": 610304, + "value": "陈仓区", + "label": "陈仓区", + "children": null + }, + { + "code": 610322, + "value": "凤翔县", + "label": "凤翔县", + "children": null + }, + { + "code": 610323, + "value": "岐山县", + "label": "岐山县", + "children": null + }, + { + "code": 610324, + "value": "扶风县", + "label": "扶风县", + "children": null + }, + { + "code": 610326, + "value": "眉县", + "label": "眉县", + "children": null + }, + { + "code": 610327, + "value": "陇县", + "label": "陇县", + "children": null + }, + { + "code": 610328, + "value": "千阳县", + "label": "千阳县", + "children": null + }, + { + "code": 610329, + "value": "麟游县", + "label": "麟游县", + "children": null + }, + { + "code": 610330, + "value": "凤县", + "label": "凤县", + "children": null + }, + { + "code": 610331, + "value": "太白县", + "label": "太白县", + "children": null + }, + { + "code": 610332, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 610400, + "value": "咸阳市", + "label": "咸阳市", + "children": [ + { + "code": 610402, + "value": "秦都区", + "label": "秦都区", + "children": null + }, + { + "code": 610403, + "value": "杨陵区", + "label": "杨陵区", + "children": null + }, + { + "code": 610404, + "value": "渭城区", + "label": "渭城区", + "children": null + }, + { + "code": 610422, + "value": "三原县", + "label": "三原县", + "children": null + }, + { + "code": 610423, + "value": "泾阳县", + "label": "泾阳县", + "children": null + }, + { + "code": 610424, + "value": "乾县", + "label": "乾县", + "children": null + }, + { + "code": 610425, + "value": "礼泉县", + "label": "礼泉县", + "children": null + }, + { + "code": 610426, + "value": "永寿县", + "label": "永寿县", + "children": null + }, + { + "code": 610428, + "value": "长武县", + "label": "长武县", + "children": null + }, + { + "code": 610429, + "value": "旬邑县", + "label": "旬邑县", + "children": null + }, + { + "code": 610430, + "value": "淳化县", + "label": "淳化县", + "children": null + }, + { + "code": 610431, + "value": "武功县", + "label": "武功县", + "children": null + }, + { + "code": 610481, + "value": "兴平市", + "label": "兴平市", + "children": null + }, + { + "code": 610482, + "value": "彬州市", + "label": "彬州市", + "children": null + }, + { + "code": 610483, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 610500, + "value": "渭南市", + "label": "渭南市", + "children": [ + { + "code": 610502, + "value": "临渭区", + "label": "临渭区", + "children": null + }, + { + "code": 610503, + "value": "华州区", + "label": "华州区", + "children": null + }, + { + "code": 610522, + "value": "潼关县", + "label": "潼关县", + "children": null + }, + { + "code": 610523, + "value": "大荔县", + "label": "大荔县", + "children": null + }, + { + "code": 610524, + "value": "合阳县", + "label": "合阳县", + "children": null + }, + { + "code": 610525, + "value": "澄城县", + "label": "澄城县", + "children": null + }, + { + "code": 610526, + "value": "蒲城县", + "label": "蒲城县", + "children": null + }, + { + "code": 610527, + "value": "白水县", + "label": "白水县", + "children": null + }, + { + "code": 610528, + "value": "富平县", + "label": "富平县", + "children": null + }, + { + "code": 610581, + "value": "韩城市", + "label": "韩城市", + "children": null + }, + { + "code": 610582, + "value": "华阴市", + "label": "华阴市", + "children": null + } + ] + }, + { + "code": 610600, + "value": "延安市", + "label": "延安市", + "children": [ + { + "code": 610602, + "value": "宝塔区", + "label": "宝塔区", + "children": null + }, + { + "code": 610603, + "value": "安塞区", + "label": "安塞区", + "children": null + }, + { + "code": 610621, + "value": "延长县", + "label": "延长县", + "children": null + }, + { + "code": 610622, + "value": "延川县", + "label": "延川县", + "children": null + }, + { + "code": 610623, + "value": "子长县", + "label": "子长县", + "children": null + }, + { + "code": 610625, + "value": "志丹县", + "label": "志丹县", + "children": null + }, + { + "code": 610626, + "value": "吴起县", + "label": "吴起县", + "children": null + }, + { + "code": 610627, + "value": "甘泉县", + "label": "甘泉县", + "children": null + }, + { + "code": 610628, + "value": "富县", + "label": "富县", + "children": null + }, + { + "code": 610629, + "value": "洛川县", + "label": "洛川县", + "children": null + }, + { + "code": 610630, + "value": "宜川县", + "label": "宜川县", + "children": null + }, + { + "code": 610631, + "value": "黄龙县", + "label": "黄龙县", + "children": null + }, + { + "code": 610632, + "value": "黄陵县", + "label": "黄陵县", + "children": null + } + ] + }, + { + "code": 610700, + "value": "汉中市", + "label": "汉中市", + "children": [ + { + "code": 610702, + "value": "汉台区", + "label": "汉台区", + "children": null + }, + { + "code": 610703, + "value": "南郑区", + "label": "南郑区", + "children": null + }, + { + "code": 610722, + "value": "城固县", + "label": "城固县", + "children": null + }, + { + "code": 610723, + "value": "洋县", + "label": "洋县", + "children": null + }, + { + "code": 610724, + "value": "西乡县", + "label": "西乡县", + "children": null + }, + { + "code": 610725, + "value": "勉县", + "label": "勉县", + "children": null + }, + { + "code": 610726, + "value": "宁强县", + "label": "宁强县", + "children": null + }, + { + "code": 610727, + "value": "略阳县", + "label": "略阳县", + "children": null + }, + { + "code": 610728, + "value": "镇巴县", + "label": "镇巴县", + "children": null + }, + { + "code": 610729, + "value": "留坝县", + "label": "留坝县", + "children": null + }, + { + "code": 610730, + "value": "佛坪县", + "label": "佛坪县", + "children": null + } + ] + }, + { + "code": 610800, + "value": "榆林市", + "label": "榆林市", + "children": [ + { + "code": 610802, + "value": "榆阳区", + "label": "榆阳区", + "children": null + }, + { + "code": 610803, + "value": "横山区", + "label": "横山区", + "children": null + }, + { + "code": 610822, + "value": "府谷县", + "label": "府谷县", + "children": null + }, + { + "code": 610824, + "value": "靖边县", + "label": "靖边县", + "children": null + }, + { + "code": 610825, + "value": "定边县", + "label": "定边县", + "children": null + }, + { + "code": 610826, + "value": "绥德县", + "label": "绥德县", + "children": null + }, + { + "code": 610827, + "value": "米脂县", + "label": "米脂县", + "children": null + }, + { + "code": 610828, + "value": "佳县", + "label": "佳县", + "children": null + }, + { + "code": 610829, + "value": "吴堡县", + "label": "吴堡县", + "children": null + }, + { + "code": 610830, + "value": "清涧县", + "label": "清涧县", + "children": null + }, + { + "code": 610831, + "value": "子洲县", + "label": "子洲县", + "children": null + }, + { + "code": 610881, + "value": "神木市", + "label": "神木市", + "children": null + } + ] + }, + { + "code": 610900, + "value": "安康市", + "label": "安康市", + "children": [ + { + "code": 610902, + "value": "汉滨区", + "label": "汉滨区", + "children": null + }, + { + "code": 610921, + "value": "汉阴县", + "label": "汉阴县", + "children": null + }, + { + "code": 610922, + "value": "石泉县", + "label": "石泉县", + "children": null + }, + { + "code": 610923, + "value": "宁陕县", + "label": "宁陕县", + "children": null + }, + { + "code": 610924, + "value": "紫阳县", + "label": "紫阳县", + "children": null + }, + { + "code": 610925, + "value": "岚皋县", + "label": "岚皋县", + "children": null + }, + { + "code": 610926, + "value": "平利县", + "label": "平利县", + "children": null + }, + { + "code": 610927, + "value": "镇坪县", + "label": "镇坪县", + "children": null + }, + { + "code": 610928, + "value": "旬阳县", + "label": "旬阳县", + "children": null + }, + { + "code": 610929, + "value": "白河县", + "label": "白河县", + "children": null + } + ] + }, + { + "code": 611000, + "value": "商洛市", + "label": "商洛市", + "children": [ + { + "code": 611002, + "value": "商州区", + "label": "商州区", + "children": null + }, + { + "code": 611021, + "value": "洛南县", + "label": "洛南县", + "children": null + }, + { + "code": 611022, + "value": "丹凤县", + "label": "丹凤县", + "children": null + }, + { + "code": 611023, + "value": "商南县", + "label": "商南县", + "children": null + }, + { + "code": 611024, + "value": "山阳县", + "label": "山阳县", + "children": null + }, + { + "code": 611025, + "value": "镇安县", + "label": "镇安县", + "children": null + }, + { + "code": 611026, + "value": "柞水县", + "label": "柞水县", + "children": null + } + ] + } + ] + }, + { + "code": 620000, + "value": "甘肃省", + "label": "甘肃省", + "children": [ + { + "code": 620100, + "value": "兰州市", + "label": "兰州市", + "children": [ + { + "code": 620102, + "value": "城关区", + "label": "城关区", + "children": null + }, + { + "code": 620103, + "value": "七里河区", + "label": "七里河区", + "children": null + }, + { + "code": 620104, + "value": "西固区", + "label": "西固区", + "children": null + }, + { + "code": 620105, + "value": "安宁区", + "label": "安宁区", + "children": null + }, + { + "code": 620111, + "value": "红古区", + "label": "红古区", + "children": null + }, + { + "code": 620121, + "value": "永登县", + "label": "永登县", + "children": null + }, + { + "code": 620122, + "value": "皋兰县", + "label": "皋兰县", + "children": null + }, + { + "code": 620123, + "value": "榆中县", + "label": "榆中县", + "children": null + }, + { + "code": 620124, + "value": "兰州新区", + "label": "兰州新区", + "children": null + }, + { + "code": 620125, + "value": "高新区", + "label": "高新区", + "children": null + }, + { + "code": 620126, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 620200, + "value": "嘉峪关市", + "label": "嘉峪关市", + "children": [ + { + "code": 620201, + "value": "雄关区", + "label": "雄关区", + "children": null + }, + { + "code": 620202, + "value": "长城区", + "label": "长城区", + "children": null + }, + { + "code": 620203, + "value": "镜铁区", + "label": "镜铁区", + "children": null + } + ] + }, + { + "code": 620300, + "value": "金昌市", + "label": "金昌市", + "children": [ + { + "code": 620302, + "value": "金川区", + "label": "金川区", + "children": null + }, + { + "code": 620321, + "value": "永昌县", + "label": "永昌县", + "children": null + } + ] + }, + { + "code": 620400, + "value": "白银市", + "label": "白银市", + "children": [ + { + "code": 620402, + "value": "白银区", + "label": "白银区", + "children": null + }, + { + "code": 620403, + "value": "平川区", + "label": "平川区", + "children": null + }, + { + "code": 620421, + "value": "靖远县", + "label": "靖远县", + "children": null + }, + { + "code": 620422, + "value": "会宁县", + "label": "会宁县", + "children": null + }, + { + "code": 620423, + "value": "景泰县", + "label": "景泰县", + "children": null + } + ] + }, + { + "code": 620500, + "value": "天水市", + "label": "天水市", + "children": [ + { + "code": 620502, + "value": "秦州区", + "label": "秦州区", + "children": null + }, + { + "code": 620503, + "value": "麦积区", + "label": "麦积区", + "children": null + }, + { + "code": 620521, + "value": "清水县", + "label": "清水县", + "children": null + }, + { + "code": 620522, + "value": "秦安县", + "label": "秦安县", + "children": null + }, + { + "code": 620523, + "value": "甘谷县", + "label": "甘谷县", + "children": null + }, + { + "code": 620524, + "value": "武山县", + "label": "武山县", + "children": null + }, + { + "code": 620525, + "value": "张家川回族自治县", + "label": "张家川回族自治县", + "children": null + } + ] + }, + { + "code": 620600, + "value": "武威市", + "label": "武威市", + "children": [ + { + "code": 620602, + "value": "凉州区", + "label": "凉州区", + "children": null + }, + { + "code": 620621, + "value": "民勤县", + "label": "民勤县", + "children": null + }, + { + "code": 620622, + "value": "古浪县", + "label": "古浪县", + "children": null + }, + { + "code": 620623, + "value": "天祝藏族自治县", + "label": "天祝藏族自治县", + "children": null + } + ] + }, + { + "code": 620700, + "value": "张掖市", + "label": "张掖市", + "children": [ + { + "code": 620702, + "value": "甘州区", + "label": "甘州区", + "children": null + }, + { + "code": 620721, + "value": "肃南裕固族自治县", + "label": "肃南裕固族自治县", + "children": null + }, + { + "code": 620722, + "value": "民乐县", + "label": "民乐县", + "children": null + }, + { + "code": 620723, + "value": "临泽县", + "label": "临泽县", + "children": null + }, + { + "code": 620724, + "value": "高台县", + "label": "高台县", + "children": null + }, + { + "code": 620725, + "value": "山丹县", + "label": "山丹县", + "children": null + } + ] + }, + { + "code": 620800, + "value": "平凉市", + "label": "平凉市", + "children": [ + { + "code": 620802, + "value": "崆峒区", + "label": "崆峒区", + "children": null + }, + { + "code": 620821, + "value": "泾川县", + "label": "泾川县", + "children": null + }, + { + "code": 620822, + "value": "灵台县", + "label": "灵台县", + "children": null + }, + { + "code": 620823, + "value": "崇信县", + "label": "崇信县", + "children": null + }, + { + "code": 620825, + "value": "庄浪县", + "label": "庄浪县", + "children": null + }, + { + "code": 620826, + "value": "静宁县", + "label": "静宁县", + "children": null + }, + { + "code": 620881, + "value": "华亭市", + "label": "华亭市", + "children": null + } + ] + }, + { + "code": 620900, + "value": "酒泉市", + "label": "酒泉市", + "children": [ + { + "code": 620902, + "value": "肃州区", + "label": "肃州区", + "children": null + }, + { + "code": 620921, + "value": "金塔县", + "label": "金塔县", + "children": null + }, + { + "code": 620922, + "value": "瓜州县", + "label": "瓜州县", + "children": null + }, + { + "code": 620923, + "value": "肃北蒙古族自治县", + "label": "肃北蒙古族自治县", + "children": null + }, + { + "code": 620924, + "value": "阿克塞哈萨克族自治县", + "label": "阿克塞哈萨克族自治县", + "children": null + }, + { + "code": 620981, + "value": "玉门市", + "label": "玉门市", + "children": null + }, + { + "code": 620982, + "value": "敦煌市", + "label": "敦煌市", + "children": null + } + ] + }, + { + "code": 621000, + "value": "庆阳市", + "label": "庆阳市", + "children": [ + { + "code": 621002, + "value": "西峰区", + "label": "西峰区", + "children": null + }, + { + "code": 621021, + "value": "庆城县", + "label": "庆城县", + "children": null + }, + { + "code": 621022, + "value": "环县", + "label": "环县", + "children": null + }, + { + "code": 621023, + "value": "华池县", + "label": "华池县", + "children": null + }, + { + "code": 621024, + "value": "合水县", + "label": "合水县", + "children": null + }, + { + "code": 621025, + "value": "正宁县", + "label": "正宁县", + "children": null + }, + { + "code": 621026, + "value": "宁县", + "label": "宁县", + "children": null + }, + { + "code": 621027, + "value": "镇原县", + "label": "镇原县", + "children": null + } + ] + }, + { + "code": 621100, + "value": "定西市", + "label": "定西市", + "children": [ + { + "code": 621102, + "value": "安定区", + "label": "安定区", + "children": null + }, + { + "code": 621121, + "value": "通渭县", + "label": "通渭县", + "children": null + }, + { + "code": 621122, + "value": "陇西县", + "label": "陇西县", + "children": null + }, + { + "code": 621123, + "value": "渭源县", + "label": "渭源县", + "children": null + }, + { + "code": 621124, + "value": "临洮县", + "label": "临洮县", + "children": null + }, + { + "code": 621125, + "value": "漳县", + "label": "漳县", + "children": null + }, + { + "code": 621126, + "value": "岷县", + "label": "岷县", + "children": null + } + ] + }, + { + "code": 621200, + "value": "陇南市", + "label": "陇南市", + "children": [ + { + "code": 621202, + "value": "武都区", + "label": "武都区", + "children": null + }, + { + "code": 621221, + "value": "成县", + "label": "成县", + "children": null + }, + { + "code": 621222, + "value": "文县", + "label": "文县", + "children": null + }, + { + "code": 621223, + "value": "宕昌县", + "label": "宕昌县", + "children": null + }, + { + "code": 621224, + "value": "康县", + "label": "康县", + "children": null + }, + { + "code": 621225, + "value": "西和县", + "label": "西和县", + "children": null + }, + { + "code": 621226, + "value": "礼县", + "label": "礼县", + "children": null + }, + { + "code": 621227, + "value": "徽县", + "label": "徽县", + "children": null + }, + { + "code": 621228, + "value": "两当县", + "label": "两当县", + "children": null + } + ] + }, + { + "code": 622900, + "value": "临夏回族自治州", + "label": "临夏回族自治州", + "children": [ + { + "code": 622901, + "value": "临夏市", + "label": "临夏市", + "children": null + }, + { + "code": 622921, + "value": "临夏县", + "label": "临夏县", + "children": null + }, + { + "code": 622922, + "value": "康乐县", + "label": "康乐县", + "children": null + }, + { + "code": 622923, + "value": "永靖县", + "label": "永靖县", + "children": null + }, + { + "code": 622924, + "value": "广河县", + "label": "广河县", + "children": null + }, + { + "code": 622925, + "value": "和政县", + "label": "和政县", + "children": null + }, + { + "code": 622926, + "value": "东乡族自治县", + "label": "东乡族自治县", + "children": null + }, + { + "code": 622927, + "value": "积石山保安族东乡族撒拉族自治县", + "label": "积石山保安族东乡族撒拉族自治县", + "children": null + } + ] + }, + { + "code": 623000, + "value": "甘南藏族自治州", + "label": "甘南藏族自治州", + "children": [ + { + "code": 623001, + "value": "合作市", + "label": "合作市", + "children": null + }, + { + "code": 623021, + "value": "临潭县", + "label": "临潭县", + "children": null + }, + { + "code": 623022, + "value": "卓尼县", + "label": "卓尼县", + "children": null + }, + { + "code": 623023, + "value": "舟曲县", + "label": "舟曲县", + "children": null + }, + { + "code": 623024, + "value": "迭部县", + "label": "迭部县", + "children": null + }, + { + "code": 623025, + "value": "玛曲县", + "label": "玛曲县", + "children": null + }, + { + "code": 623026, + "value": "碌曲县", + "label": "碌曲县", + "children": null + }, + { + "code": 623027, + "value": "夏河县", + "label": "夏河县", + "children": null + } + ] + } + ] + }, + { + "code": 630000, + "value": "青海省", + "label": "青海省", + "children": [ + { + "code": 630100, + "value": "西宁市", + "label": "西宁市", + "children": [ + { + "code": 630102, + "value": "城东区", + "label": "城东区", + "children": null + }, + { + "code": 630103, + "value": "城中区", + "label": "城中区", + "children": null + }, + { + "code": 630104, + "value": "城西区", + "label": "城西区", + "children": null + }, + { + "code": 630105, + "value": "城北区", + "label": "城北区", + "children": null + }, + { + "code": 630121, + "value": "大通回族土族自治县", + "label": "大通回族土族自治县", + "children": null + }, + { + "code": 630122, + "value": "湟中县", + "label": "湟中县", + "children": null + }, + { + "code": 630123, + "value": "湟源县", + "label": "湟源县", + "children": null + } + ] + }, + { + "code": 630200, + "value": "海东市", + "label": "海东市", + "children": [ + { + "code": 630202, + "value": "乐都区", + "label": "乐都区", + "children": null + }, + { + "code": 630203, + "value": "平安区", + "label": "平安区", + "children": null + }, + { + "code": 630222, + "value": "民和回族土族自治县", + "label": "民和回族土族自治县", + "children": null + }, + { + "code": 630223, + "value": "互助土族自治县", + "label": "互助土族自治县", + "children": null + }, + { + "code": 630224, + "value": "化隆回族自治县", + "label": "化隆回族自治县", + "children": null + }, + { + "code": 630225, + "value": "循化撒拉族自治县", + "label": "循化撒拉族自治县", + "children": null + } + ] + }, + { + "code": 632200, + "value": "海北藏族自治州", + "label": "海北藏族自治州", + "children": [ + { + "code": 632221, + "value": "门源回族自治县", + "label": "门源回族自治县", + "children": null + }, + { + "code": 632222, + "value": "祁连县", + "label": "祁连县", + "children": null + }, + { + "code": 632223, + "value": "海晏县", + "label": "海晏县", + "children": null + }, + { + "code": 632224, + "value": "刚察县", + "label": "刚察县", + "children": null + } + ] + }, + { + "code": 632300, + "value": "黄南藏族自治州", + "label": "黄南藏族自治州", + "children": [ + { + "code": 632321, + "value": "同仁县", + "label": "同仁县", + "children": null + }, + { + "code": 632322, + "value": "尖扎县", + "label": "尖扎县", + "children": null + }, + { + "code": 632323, + "value": "泽库县", + "label": "泽库县", + "children": null + }, + { + "code": 632324, + "value": "河南蒙古族自治县", + "label": "河南蒙古族自治县", + "children": null + } + ] + }, + { + "code": 632500, + "value": "海南藏族自治州", + "label": "海南藏族自治州", + "children": [ + { + "code": 632521, + "value": "共和县", + "label": "共和县", + "children": null + }, + { + "code": 632522, + "value": "同德县", + "label": "同德县", + "children": null + }, + { + "code": 632523, + "value": "贵德县", + "label": "贵德县", + "children": null + }, + { + "code": 632524, + "value": "兴海县", + "label": "兴海县", + "children": null + }, + { + "code": 632525, + "value": "贵南县", + "label": "贵南县", + "children": null + } + ] + }, + { + "code": 632600, + "value": "果洛藏族自治州", + "label": "果洛藏族自治州", + "children": [ + { + "code": 632621, + "value": "玛沁县", + "label": "玛沁县", + "children": null + }, + { + "code": 632622, + "value": "班玛县", + "label": "班玛县", + "children": null + }, + { + "code": 632623, + "value": "甘德县", + "label": "甘德县", + "children": null + }, + { + "code": 632624, + "value": "达日县", + "label": "达日县", + "children": null + }, + { + "code": 632625, + "value": "久治县", + "label": "久治县", + "children": null + }, + { + "code": 632626, + "value": "玛多县", + "label": "玛多县", + "children": null + } + ] + }, + { + "code": 632700, + "value": "玉树藏族自治州", + "label": "玉树藏族自治州", + "children": [ + { + "code": 632701, + "value": "玉树市", + "label": "玉树市", + "children": null + }, + { + "code": 632722, + "value": "杂多县", + "label": "杂多县", + "children": null + }, + { + "code": 632723, + "value": "称多县", + "label": "称多县", + "children": null + }, + { + "code": 632724, + "value": "治多县", + "label": "治多县", + "children": null + }, + { + "code": 632725, + "value": "囊谦县", + "label": "囊谦县", + "children": null + }, + { + "code": 632726, + "value": "曲麻莱县", + "label": "曲麻莱县", + "children": null + } + ] + }, + { + "code": 632800, + "value": "海西蒙古族藏族自治州", + "label": "海西蒙古族藏族自治州", + "children": [ + { + "code": 632801, + "value": "格尔木市", + "label": "格尔木市", + "children": null + }, + { + "code": 632802, + "value": "德令哈市", + "label": "德令哈市", + "children": null + }, + { + "code": 632803, + "value": "茫崖市", + "label": "茫崖市", + "children": null + }, + { + "code": 632821, + "value": "乌兰县", + "label": "乌兰县", + "children": null + }, + { + "code": 632822, + "value": "都兰县", + "label": "都兰县", + "children": null + }, + { + "code": 632823, + "value": "天峻县", + "label": "天峻县", + "children": null + } + ] + } + ] + }, + { + "code": 640000, + "value": "宁夏回族自治区", + "label": "宁夏回族自治区", + "children": [ + { + "code": 640100, + "value": "银川市", + "label": "银川市", + "children": [ + { + "code": 640104, + "value": "兴庆区", + "label": "兴庆区", + "children": null + }, + { + "code": 640105, + "value": "西夏区", + "label": "西夏区", + "children": null + }, + { + "code": 640106, + "value": "金凤区", + "label": "金凤区", + "children": null + }, + { + "code": 640121, + "value": "永宁县", + "label": "永宁县", + "children": null + }, + { + "code": 640122, + "value": "贺兰县", + "label": "贺兰县", + "children": null + }, + { + "code": 640181, + "value": "灵武市", + "label": "灵武市", + "children": null + }, + { + "code": 640182, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 640200, + "value": "石嘴山市", + "label": "石嘴山市", + "children": [ + { + "code": 640202, + "value": "大武口区", + "label": "大武口区", + "children": null + }, + { + "code": 640205, + "value": "惠农区", + "label": "惠农区", + "children": null + }, + { + "code": 640221, + "value": "平罗县", + "label": "平罗县", + "children": null + }, + { + "code": 640222, + "value": "经济开发区", + "label": "经济开发区", + "children": null + } + ] + }, + { + "code": 640300, + "value": "吴忠市", + "label": "吴忠市", + "children": [ + { + "code": 640302, + "value": "利通区", + "label": "利通区", + "children": null + }, + { + "code": 640303, + "value": "红寺堡区", + "label": "红寺堡区", + "children": null + }, + { + "code": 640323, + "value": "盐池县", + "label": "盐池县", + "children": null + }, + { + "code": 640324, + "value": "同心县", + "label": "同心县", + "children": null + }, + { + "code": 640381, + "value": "青铜峡市", + "label": "青铜峡市", + "children": null + } + ] + }, + { + "code": 640400, + "value": "固原市", + "label": "固原市", + "children": [ + { + "code": 640402, + "value": "原州区", + "label": "原州区", + "children": null + }, + { + "code": 640422, + "value": "西吉县", + "label": "西吉县", + "children": null + }, + { + "code": 640423, + "value": "隆德县", + "label": "隆德县", + "children": null + }, + { + "code": 640424, + "value": "泾源县", + "label": "泾源县", + "children": null + }, + { + "code": 640425, + "value": "彭阳县", + "label": "彭阳县", + "children": null + } + ] + }, + { + "code": 640500, + "value": "中卫市", + "label": "中卫市", + "children": [ + { + "code": 640502, + "value": "沙坡头区", + "label": "沙坡头区", + "children": null + }, + { + "code": 640521, + "value": "中宁县", + "label": "中宁县", + "children": null + }, + { + "code": 640522, + "value": "海原县", + "label": "海原县", + "children": null + } + ] + } + ] + }, + { + "code": 650000, + "value": "新疆维吾尔自治区", + "label": "新疆维吾尔自治区", + "children": [ + { + "code": 650100, + "value": "乌鲁木齐市", + "label": "乌鲁木齐市", + "children": [ + { + "code": 650102, + "value": "天山区", + "label": "天山区", + "children": null + }, + { + "code": 650103, + "value": "沙依巴克区", + "label": "沙依巴克区", + "children": null + }, + { + "code": 650104, + "value": "新市区", + "label": "新市区", + "children": null + }, + { + "code": 650105, + "value": "水磨沟区", + "label": "水磨沟区", + "children": null + }, + { + "code": 650106, + "value": "头屯河区", + "label": "头屯河区", + "children": null + }, + { + "code": 650107, + "value": "达坂城区", + "label": "达坂城区", + "children": null + }, + { + "code": 650109, + "value": "米东区", + "label": "米东区", + "children": null + }, + { + "code": 650121, + "value": "乌鲁木齐县", + "label": "乌鲁木齐县", + "children": null + }, + { + "code": 650171, + "value": "经济技术开发区", + "label": "经济技术开发区", + "children": null + }, + { + "code": 650172, + "value": "高新区", + "label": "高新区", + "children": null + } + ] + }, + { + "code": 650200, + "value": "克拉玛依市", + "label": "克拉玛依市", + "children": [ + { + "code": 650202, + "value": "独山子区", + "label": "独山子区", + "children": null + }, + { + "code": 650203, + "value": "克拉玛依区", + "label": "克拉玛依区", + "children": null + }, + { + "code": 650204, + "value": "白碱滩区", + "label": "白碱滩区", + "children": null + }, + { + "code": 650205, + "value": "乌尔禾区", + "label": "乌尔禾区", + "children": null + } + ] + }, + { + "code": 650400, + "value": "吐鲁番市", + "label": "吐鲁番市", + "children": [ + { + "code": 650402, + "value": "高昌区", + "label": "高昌区", + "children": null + }, + { + "code": 650421, + "value": "鄯善县", + "label": "鄯善县", + "children": null + }, + { + "code": 650422, + "value": "托克逊县", + "label": "托克逊县", + "children": null + } + ] + }, + { + "code": 650500, + "value": "哈密市", + "label": "哈密市", + "children": [ + { + "code": 650502, + "value": "伊州区", + "label": "伊州区", + "children": null + }, + { + "code": 650521, + "value": "巴里坤哈萨克自治县", + "label": "巴里坤哈萨克自治县", + "children": null + }, + { + "code": 650522, + "value": "伊吾县", + "label": "伊吾县", + "children": null + } + ] + }, + { + "code": 652300, + "value": "昌吉回族自治州", + "label": "昌吉回族自治州", + "children": [ + { + "code": 652301, + "value": "昌吉市", + "label": "昌吉市", + "children": null + }, + { + "code": 652302, + "value": "阜康市", + "label": "阜康市", + "children": null + }, + { + "code": 652323, + "value": "呼图壁县", + "label": "呼图壁县", + "children": null + }, + { + "code": 652324, + "value": "玛纳斯县", + "label": "玛纳斯县", + "children": null + }, + { + "code": 652325, + "value": "奇台县", + "label": "奇台县", + "children": null + }, + { + "code": 652327, + "value": "吉木萨尔县", + "label": "吉木萨尔县", + "children": null + }, + { + "code": 652328, + "value": "木垒哈萨克自治县", + "label": "木垒哈萨克自治县", + "children": null + } + ] + }, + { + "code": 652700, + "value": "博尔塔拉蒙古自治州", + "label": "博尔塔拉蒙古自治州", + "children": [ + { + "code": 652701, + "value": "博乐市", + "label": "博乐市", + "children": null + }, + { + "code": 652702, + "value": "阿拉山口市", + "label": "阿拉山口市", + "children": null + }, + { + "code": 652722, + "value": "精河县", + "label": "精河县", + "children": null + }, + { + "code": 652723, + "value": "温泉县", + "label": "温泉县", + "children": null + } + ] + }, + { + "code": 652800, + "value": "巴音郭楞蒙古自治州", + "label": "巴音郭楞蒙古自治州", + "children": [ + { + "code": 652801, + "value": "库尔勒市", + "label": "库尔勒市", + "children": null + }, + { + "code": 652822, + "value": "轮台县", + "label": "轮台县", + "children": null + }, + { + "code": 652823, + "value": "尉犁县", + "label": "尉犁县", + "children": null + }, + { + "code": 652824, + "value": "若羌县", + "label": "若羌县", + "children": null + }, + { + "code": 652825, + "value": "且末县", + "label": "且末县", + "children": null + }, + { + "code": 652826, + "value": "焉耆回族自治县", + "label": "焉耆回族自治县", + "children": null + }, + { + "code": 652827, + "value": "和静县", + "label": "和静县", + "children": null + }, + { + "code": 652828, + "value": "和硕县", + "label": "和硕县", + "children": null + }, + { + "code": 652829, + "value": "博湖县", + "label": "博湖县", + "children": null + }, + { + "code": 652871, + "value": "库尔勒开发区", + "label": "库尔勒开发区", + "children": null + } + ] + }, + { + "code": 652900, + "value": "阿克苏地区", + "label": "阿克苏地区", + "children": [ + { + "code": 652901, + "value": "阿克苏市", + "label": "阿克苏市", + "children": null + }, + { + "code": 652922, + "value": "温宿县", + "label": "温宿县", + "children": null + }, + { + "code": 652923, + "value": "库车县", + "label": "库车县", + "children": null + }, + { + "code": 652924, + "value": "沙雅县", + "label": "沙雅县", + "children": null + }, + { + "code": 652925, + "value": "新和县", + "label": "新和县", + "children": null + }, + { + "code": 652926, + "value": "拜城县", + "label": "拜城县", + "children": null + }, + { + "code": 652927, + "value": "乌什县", + "label": "乌什县", + "children": null + }, + { + "code": 652928, + "value": "阿瓦提县", + "label": "阿瓦提县", + "children": null + }, + { + "code": 652929, + "value": "柯坪县", + "label": "柯坪县", + "children": null + } + ] + }, + { + "code": 653000, + "value": "克孜勒苏柯尔克孜自治州", + "label": "克孜勒苏柯尔克孜自治州", + "children": [ + { + "code": 653001, + "value": "阿图什市", + "label": "阿图什市", + "children": null + }, + { + "code": 653022, + "value": "阿克陶县", + "label": "阿克陶县", + "children": null + }, + { + "code": 653023, + "value": "阿合奇县", + "label": "阿合奇县", + "children": null + }, + { + "code": 653024, + "value": "乌恰县", + "label": "乌恰县", + "children": null + } + ] + }, + { + "code": 653100, + "value": "喀什地区", + "label": "喀什地区", + "children": [ + { + "code": 653101, + "value": "喀什市", + "label": "喀什市", + "children": null + }, + { + "code": 653121, + "value": "疏附县", + "label": "疏附县", + "children": null + }, + { + "code": 653122, + "value": "疏勒县", + "label": "疏勒县", + "children": null + }, + { + "code": 653123, + "value": "英吉沙县", + "label": "英吉沙县", + "children": null + }, + { + "code": 653124, + "value": "泽普县", + "label": "泽普县", + "children": null + }, + { + "code": 653125, + "value": "莎车县", + "label": "莎车县", + "children": null + }, + { + "code": 653126, + "value": "叶城县", + "label": "叶城县", + "children": null + }, + { + "code": 653127, + "value": "麦盖提县", + "label": "麦盖提县", + "children": null + }, + { + "code": 653128, + "value": "岳普湖县", + "label": "岳普湖县", + "children": null + }, + { + "code": 653129, + "value": "伽师县", + "label": "伽师县", + "children": null + }, + { + "code": 653130, + "value": "巴楚县", + "label": "巴楚县", + "children": null + }, + { + "code": 653131, + "value": "塔什库尔干塔吉克自治县", + "label": "塔什库尔干塔吉克自治县", + "children": null + } + ] + }, + { + "code": 653200, + "value": "和田地区", + "label": "和田地区", + "children": [ + { + "code": 653201, + "value": "和田市", + "label": "和田市", + "children": null + }, + { + "code": 653221, + "value": "和田县", + "label": "和田县", + "children": null + }, + { + "code": 653222, + "value": "墨玉县", + "label": "墨玉县", + "children": null + }, + { + "code": 653223, + "value": "皮山县", + "label": "皮山县", + "children": null + }, + { + "code": 653224, + "value": "洛浦县", + "label": "洛浦县", + "children": null + }, + { + "code": 653225, + "value": "策勒县", + "label": "策勒县", + "children": null + }, + { + "code": 653226, + "value": "于田县", + "label": "于田县", + "children": null + }, + { + "code": 653227, + "value": "民丰县", + "label": "民丰县", + "children": null + } + ] + }, + { + "code": 654000, + "value": "伊犁哈萨克自治州", + "label": "伊犁哈萨克自治州", + "children": [ + { + "code": 654002, + "value": "伊宁市", + "label": "伊宁市", + "children": null + }, + { + "code": 654003, + "value": "奎屯市", + "label": "奎屯市", + "children": null + }, + { + "code": 654004, + "value": "霍尔果斯市", + "label": "霍尔果斯市", + "children": null + }, + { + "code": 654021, + "value": "伊宁县", + "label": "伊宁县", + "children": null + }, + { + "code": 654022, + "value": "察布查尔锡伯自治县", + "label": "察布查尔锡伯自治县", + "children": null + }, + { + "code": 654023, + "value": "霍城县", + "label": "霍城县", + "children": null + }, + { + "code": 654024, + "value": "巩留县", + "label": "巩留县", + "children": null + }, + { + "code": 654025, + "value": "新源县", + "label": "新源县", + "children": null + }, + { + "code": 654026, + "value": "昭苏县", + "label": "昭苏县", + "children": null + }, + { + "code": 654027, + "value": "特克斯县", + "label": "特克斯县", + "children": null + }, + { + "code": 654028, + "value": "尼勒克县", + "label": "尼勒克县", + "children": null + } + ] + }, + { + "code": 654200, + "value": "塔城地区", + "label": "塔城地区", + "children": [ + { + "code": 654201, + "value": "塔城市", + "label": "塔城市", + "children": null + }, + { + "code": 654202, + "value": "乌苏市", + "label": "乌苏市", + "children": null + }, + { + "code": 654221, + "value": "额敏县", + "label": "额敏县", + "children": null + }, + { + "code": 654223, + "value": "沙湾县", + "label": "沙湾县", + "children": null + }, + { + "code": 654224, + "value": "托里县", + "label": "托里县", + "children": null + }, + { + "code": 654225, + "value": "裕民县", + "label": "裕民县", + "children": null + }, + { + "code": 654226, + "value": "和布克赛尔蒙古自治县", + "label": "和布克赛尔蒙古自治县", + "children": null + } + ] + }, + { + "code": 654300, + "value": "阿勒泰地区", + "label": "阿勒泰地区", + "children": [ + { + "code": 654301, + "value": "阿勒泰市", + "label": "阿勒泰市", + "children": null + }, + { + "code": 654321, + "value": "布尔津县", + "label": "布尔津县", + "children": null + }, + { + "code": 654322, + "value": "富蕴县", + "label": "富蕴县", + "children": null + }, + { + "code": 654323, + "value": "福海县", + "label": "福海县", + "children": null + }, + { + "code": 654324, + "value": "哈巴河县", + "label": "哈巴河县", + "children": null + }, + { + "code": 654325, + "value": "青河县", + "label": "青河县", + "children": null + }, + { + "code": 654326, + "value": "吉木乃县", + "label": "吉木乃县", + "children": null + } + ] + }, + { + "code": 659100, + "value": "石河子市", + "label": "石河子市", + "children": [ + { + "code": 659101, + "value": "新城街道", + "label": "新城街道", + "children": null + }, + { + "code": 659102, + "value": "向阳街道", + "label": "向阳街道", + "children": null + }, + { + "code": 659103, + "value": "红山街道", + "label": "红山街道", + "children": null + }, + { + "code": 659104, + "value": "老街街道", + "label": "老街街道", + "children": null + }, + { + "code": 659105, + "value": "东城街道", + "label": "东城街道", + "children": null + }, + { + "code": 659106, + "value": "北泉镇", + "label": "北泉镇", + "children": null + }, + { + "code": 659107, + "value": "石河子乡", + "label": "石河子乡", + "children": null + }, + { + "code": 659108, + "value": "一五二团", + "label": "一五二团", + "children": null + } + ] + }, + { + "code": 659200, + "value": "阿拉尔市", + "label": "阿拉尔市", + "children": [ + { + "code": 659201, + "value": "幸福路街道", + "label": "幸福路街道", + "children": null + }, + { + "code": 659202, + "value": "金银川路街道", + "label": "金银川路街道", + "children": null + }, + { + "code": 659203, + "value": "青松路街道", + "label": "青松路街道", + "children": null + }, + { + "code": 659204, + "value": "南口街道", + "label": "南口街道", + "children": null + }, + { + "code": 659205, + "value": "托喀依乡", + "label": "托喀依乡", + "children": null + }, + { + "code": 659206, + "value": "金银川镇", + "label": "金银川镇", + "children": null + } + ] + }, + { + "code": 659300, + "value": "图木舒克市", + "label": "图木舒克市", + "children": [ + { + "code": 659301, + "value": "图木舒克市区", + "label": "图木舒克市区", + "children": null + }, + { + "code": 659302, + "value": "兵团四十四团", + "label": "兵团四十四团", + "children": null + }, + { + "code": 659303, + "value": "兵团四十九团", + "label": "兵团四十九团", + "children": null + }, + { + "code": 659304, + "value": "兵团五十团", + "label": "兵团五十团", + "children": null + }, + { + "code": 659305, + "value": "兵团五十一团", + "label": "兵团五十一团", + "children": null + }, + { + "code": 659306, + "value": "兵团五十二团", + "label": "兵团五十二团", + "children": null + }, + { + "code": 659307, + "value": "兵团五十三团", + "label": "兵团五十三团", + "children": null + }, + { + "code": 659308, + "value": "喀拉拜勒镇", + "label": "喀拉拜勒镇", + "children": null + }, + { + "code": 659309, + "value": "永安坝", + "label": "永安坝", + "children": null + } + ] + }, + { + "code": 659400, + "value": "五家渠市", + "label": "五家渠市", + "children": [ + { + "code": 659401, + "value": "城区", + "label": "城区", + "children": null + }, + { + "code": 659402, + "value": "一零一团", + "label": "一零一团", + "children": null + }, + { + "code": 659403, + "value": "一零二团", + "label": "一零二团", + "children": null + }, + { + "code": 659404, + "value": "一零三团", + "label": "一零三团", + "children": null + } + ] + }, + { + "code": 659500, + "value": "北屯市", + "label": "北屯市", + "children": [ + { + "code": 659501, + "value": "新城区", + "label": "新城区", + "children": null + }, + { + "code": 659502, + "value": "老城区", + "label": "老城区", + "children": null + }, + { + "code": 659503, + "value": "工业园区", + "label": "工业园区", + "children": null + }, + { + "code": 659504, + "value": "海川镇", + "label": "海川镇", + "children": null + }, + { + "code": 659505, + "value": "丰庆镇", + "label": "丰庆镇", + "children": null + }, + { + "code": 659506, + "value": "锡伯渡镇", + "label": "锡伯渡镇", + "children": null + } + ] + }, + { + "code": 659600, + "value": "铁门关市", + "label": "铁门关市", + "children": [ + { + "code": 659601, + "value": "二十九团场", + "label": "二十九团场", + "children": null + }, + { + "code": 659602, + "value": "库西经济工业园", + "label": "库西经济工业园", + "children": null + }, + { + "code": 659603, + "value": "博古其镇", + "label": "博古其镇", + "children": null + }, + { + "code": 659604, + "value": "双丰镇", + "label": "双丰镇", + "children": null + } + ] + }, + { + "code": 659700, + "value": "双河市", + "label": "双河市", + "children": [ + { + "code": 659701, + "value": "八十一团", + "label": "八十一团", + "children": null + }, + { + "code": 659702, + "value": "八十四团", + "label": "八十四团", + "children": null + }, + { + "code": 659703, + "value": "八十五团", + "label": "八十五团", + "children": null + }, + { + "code": 659704, + "value": "八十六团", + "label": "八十六团", + "children": null + }, + { + "code": 659705, + "value": "八十九团", + "label": "八十九团", + "children": null + }, + { + "code": 659706, + "value": "九十团", + "label": "九十团", + "children": null + } + ] + }, + { + "code": 659800, + "value": "可克达拉市", + "label": "可克达拉市", + "children": [ + { + "code": 659801, + "value": "63团", + "label": "63团", + "children": null + }, + { + "code": 659802, + "value": "64团", + "label": "64团", + "children": null + }, + { + "code": 659803, + "value": "66团", + "label": "66团", + "children": null + }, + { + "code": 659804, + "value": "67团", + "label": "67团", + "children": null + }, + { + "code": 659805, + "value": "68团", + "label": "68团", + "children": null + } + ] + }, + { + "code": 659900, + "value": "昆玉市", + "label": "昆玉市", + "children": [ + { + "code": 659901, + "value": "皮山农场", + "label": "皮山农场", + "children": null + }, + { + "code": 659902, + "value": "二二四团", + "label": "二二四团", + "children": null + }, + { + "code": 659903, + "value": "四十七团", + "label": "四十七团", + "children": null + }, + { + "code": 659904, + "value": "一牧场", + "label": "一牧场", + "children": null + } + ] + } + ] + }, + { + "code": 710000, + "value": "台湾省", + "label": "台湾省", + "children": [ + { + "code": 710100, + "value": "台北市", + "label": "台北市", + "children": [ + { + "code": 710101, + "value": "松山区", + "label": "松山区", + "children": null + }, + { + "code": 710102, + "value": "信义区", + "label": "信义区", + "children": null + }, + { + "code": 710103, + "value": "大安区", + "label": "大安区", + "children": null + }, + { + "code": 710104, + "value": "中山区", + "label": "中山区", + "children": null + }, + { + "code": 710105, + "value": "中正区", + "label": "中正区", + "children": null + }, + { + "code": 710106, + "value": "大同区", + "label": "大同区", + "children": null + }, + { + "code": 710107, + "value": "万华区", + "label": "万华区", + "children": null + }, + { + "code": 710108, + "value": "文山区", + "label": "文山区", + "children": null + }, + { + "code": 710109, + "value": "南港区", + "label": "南港区", + "children": null + }, + { + "code": 710110, + "value": "内湖区", + "label": "内湖区", + "children": null + }, + { + "code": 710111, + "value": "士林区", + "label": "士林区", + "children": null + }, + { + "code": 710112, + "value": "北投区", + "label": "北投区", + "children": null + } + ] + }, + { + "code": 710200, + "value": "高雄市", + "label": "高雄市", + "children": [ + { + "code": 710201, + "value": "盐埕区", + "label": "盐埕区", + "children": null + }, + { + "code": 710202, + "value": "鼓山区", + "label": "鼓山区", + "children": null + }, + { + "code": 710203, + "value": "左营区", + "label": "左营区", + "children": null + }, + { + "code": 710204, + "value": "楠梓区", + "label": "楠梓区", + "children": null + }, + { + "code": 710205, + "value": "三民区", + "label": "三民区", + "children": null + }, + { + "code": 710206, + "value": "新兴区", + "label": "新兴区", + "children": null + }, + { + "code": 710207, + "value": "前金区", + "label": "前金区", + "children": null + }, + { + "code": 710208, + "value": "苓雅区", + "label": "苓雅区", + "children": null + }, + { + "code": 710209, + "value": "前镇区", + "label": "前镇区", + "children": null + }, + { + "code": 710210, + "value": "旗津区", + "label": "旗津区", + "children": null + }, + { + "code": 710211, + "value": "小港区", + "label": "小港区", + "children": null + }, + { + "code": 710212, + "value": "凤山区", + "label": "凤山区", + "children": null + }, + { + "code": 710213, + "value": "林园区", + "label": "林园区", + "children": null + }, + { + "code": 710214, + "value": "大寮区", + "label": "大寮区", + "children": null + }, + { + "code": 710215, + "value": "大树区", + "label": "大树区", + "children": null + }, + { + "code": 710216, + "value": "大社区", + "label": "大社区", + "children": null + }, + { + "code": 710217, + "value": "仁武区", + "label": "仁武区", + "children": null + }, + { + "code": 710218, + "value": "鸟松区", + "label": "鸟松区", + "children": null + }, + { + "code": 710219, + "value": "冈山区", + "label": "冈山区", + "children": null + }, + { + "code": 710220, + "value": "桥头区", + "label": "桥头区", + "children": null + }, + { + "code": 710221, + "value": "燕巢区", + "label": "燕巢区", + "children": null + }, + { + "code": 710222, + "value": "田寮区", + "label": "田寮区", + "children": null + }, + { + "code": 710223, + "value": "阿莲区", + "label": "阿莲区", + "children": null + }, + { + "code": 710224, + "value": "路竹区", + "label": "路竹区", + "children": null + }, + { + "code": 710225, + "value": "湖内区", + "label": "湖内区", + "children": null + }, + { + "code": 710226, + "value": "茄萣区", + "label": "茄萣区", + "children": null + }, + { + "code": 710227, + "value": "永安区", + "label": "永安区", + "children": null + }, + { + "code": 710228, + "value": "弥陀区", + "label": "弥陀区", + "children": null + }, + { + "code": 710229, + "value": "梓官区", + "label": "梓官区", + "children": null + }, + { + "code": 710230, + "value": "旗山区", + "label": "旗山区", + "children": null + }, + { + "code": 710231, + "value": "美浓区", + "label": "美浓区", + "children": null + }, + { + "code": 710232, + "value": "六龟区", + "label": "六龟区", + "children": null + }, + { + "code": 710233, + "value": "甲仙区", + "label": "甲仙区", + "children": null + }, + { + "code": 710234, + "value": "杉林区", + "label": "杉林区", + "children": null + }, + { + "code": 710235, + "value": "内门区", + "label": "内门区", + "children": null + }, + { + "code": 710236, + "value": "茂林区", + "label": "茂林区", + "children": null + }, + { + "code": 710237, + "value": "桃源区", + "label": "桃源区", + "children": null + }, + { + "code": 710238, + "value": "那玛夏区", + "label": "那玛夏区", + "children": null + } + ] + }, + { + "code": 710300, + "value": "基隆市", + "label": "基隆市", + "children": [ + { + "code": 710301, + "value": "中正区", + "label": "中正区", + "children": null + }, + { + "code": 710302, + "value": "七堵区", + "label": "七堵区", + "children": null + }, + { + "code": 710303, + "value": "暖暖区", + "label": "暖暖区", + "children": null + }, + { + "code": 710304, + "value": "仁爱区", + "label": "仁爱区", + "children": null + }, + { + "code": 710305, + "value": "中山区", + "label": "中山区", + "children": null + }, + { + "code": 710306, + "value": "安乐区", + "label": "安乐区", + "children": null + }, + { + "code": 710307, + "value": "信义区", + "label": "信义区", + "children": null + } + ] + }, + { + "code": 710400, + "value": "台中市", + "label": "台中市", + "children": [ + { + "code": 710401, + "value": "中区", + "label": "中区", + "children": null + }, + { + "code": 710402, + "value": "东区", + "label": "东区", + "children": null + }, + { + "code": 710403, + "value": "南区", + "label": "南区", + "children": null + }, + { + "code": 710404, + "value": "西区", + "label": "西区", + "children": null + }, + { + "code": 710405, + "value": "北区", + "label": "北区", + "children": null + }, + { + "code": 710406, + "value": "西屯区", + "label": "西屯区", + "children": null + }, + { + "code": 710407, + "value": "南屯区", + "label": "南屯区", + "children": null + }, + { + "code": 710408, + "value": "北屯区", + "label": "北屯区", + "children": null + }, + { + "code": 710409, + "value": "丰原区", + "label": "丰原区", + "children": null + }, + { + "code": 710410, + "value": "东势区", + "label": "东势区", + "children": null + }, + { + "code": 710411, + "value": "大甲区", + "label": "大甲区", + "children": null + }, + { + "code": 710412, + "value": "清水区", + "label": "清水区", + "children": null + }, + { + "code": 710413, + "value": "沙鹿区", + "label": "沙鹿区", + "children": null + }, + { + "code": 710414, + "value": "梧栖区", + "label": "梧栖区", + "children": null + }, + { + "code": 710415, + "value": "后里区", + "label": "后里区", + "children": null + }, + { + "code": 710416, + "value": "神冈区", + "label": "神冈区", + "children": null + }, + { + "code": 710417, + "value": "潭子区", + "label": "潭子区", + "children": null + }, + { + "code": 710418, + "value": "大雅区", + "label": "大雅区", + "children": null + }, + { + "code": 710419, + "value": "新社区", + "label": "新社区", + "children": null + }, + { + "code": 710420, + "value": "石冈区", + "label": "石冈区", + "children": null + }, + { + "code": 710421, + "value": "外埔区", + "label": "外埔区", + "children": null + }, + { + "code": 710422, + "value": "大安区", + "label": "大安区", + "children": null + }, + { + "code": 710423, + "value": "乌日区", + "label": "乌日区", + "children": null + }, + { + "code": 710424, + "value": "大肚区", + "label": "大肚区", + "children": null + }, + { + "code": 710425, + "value": "龙井区", + "label": "龙井区", + "children": null + }, + { + "code": 710426, + "value": "雾峰区", + "label": "雾峰区", + "children": null + }, + { + "code": 710427, + "value": "太平区", + "label": "太平区", + "children": null + }, + { + "code": 710428, + "value": "大里区", + "label": "大里区", + "children": null + }, + { + "code": 710429, + "value": "和平区", + "label": "和平区", + "children": null + } + ] + }, + { + "code": 710500, + "value": "台南市", + "label": "台南市", + "children": [ + { + "code": 710501, + "value": "东区", + "label": "东区", + "children": null + }, + { + "code": 710502, + "value": "南区", + "label": "南区", + "children": null + }, + { + "code": 710504, + "value": "北区", + "label": "北区", + "children": null + }, + { + "code": 710506, + "value": "安南区", + "label": "安南区", + "children": null + }, + { + "code": 710507, + "value": "安平区", + "label": "安平区", + "children": null + }, + { + "code": 710508, + "value": "中西区", + "label": "中西区", + "children": null + }, + { + "code": 710509, + "value": "新营区", + "label": "新营区", + "children": null + }, + { + "code": 710510, + "value": "盐水区", + "label": "盐水区", + "children": null + }, + { + "code": 710511, + "value": "白河区", + "label": "白河区", + "children": null + }, + { + "code": 710512, + "value": "柳营区", + "label": "柳营区", + "children": null + }, + { + "code": 710513, + "value": "后壁区", + "label": "后壁区", + "children": null + }, + { + "code": 710514, + "value": "东山区", + "label": "东山区", + "children": null + }, + { + "code": 710515, + "value": "麻豆区", + "label": "麻豆区", + "children": null + }, + { + "code": 710516, + "value": "下营区", + "label": "下营区", + "children": null + }, + { + "code": 710517, + "value": "六甲区", + "label": "六甲区", + "children": null + }, + { + "code": 710518, + "value": "官田区", + "label": "官田区", + "children": null + }, + { + "code": 710519, + "value": "大内区", + "label": "大内区", + "children": null + }, + { + "code": 710520, + "value": "佳里区", + "label": "佳里区", + "children": null + }, + { + "code": 710521, + "value": "学甲区", + "label": "学甲区", + "children": null + }, + { + "code": 710522, + "value": "西港区", + "label": "西港区", + "children": null + }, + { + "code": 710523, + "value": "七股区", + "label": "七股区", + "children": null + }, + { + "code": 710524, + "value": "将军区", + "label": "将军区", + "children": null + }, + { + "code": 710525, + "value": "北门区", + "label": "北门区", + "children": null + }, + { + "code": 710526, + "value": "新化区", + "label": "新化区", + "children": null + }, + { + "code": 710527, + "value": "善化区", + "label": "善化区", + "children": null + }, + { + "code": 710528, + "value": "新市区", + "label": "新市区", + "children": null + }, + { + "code": 710529, + "value": "安定区", + "label": "安定区", + "children": null + }, + { + "code": 710530, + "value": "山上区", + "label": "山上区", + "children": null + }, + { + "code": 710531, + "value": "玉井区", + "label": "玉井区", + "children": null + }, + { + "code": 710532, + "value": "楠西区", + "label": "楠西区", + "children": null + }, + { + "code": 710533, + "value": "南化区", + "label": "南化区", + "children": null + }, + { + "code": 710534, + "value": "左镇区", + "label": "左镇区", + "children": null + }, + { + "code": 710535, + "value": "仁德区", + "label": "仁德区", + "children": null + }, + { + "code": 710536, + "value": "归仁区", + "label": "归仁区", + "children": null + }, + { + "code": 710537, + "value": "关庙区", + "label": "关庙区", + "children": null + }, + { + "code": 710538, + "value": "龙崎区", + "label": "龙崎区", + "children": null + }, + { + "code": 710539, + "value": "永康区", + "label": "永康区", + "children": null + } + ] + }, + { + "code": 710600, + "value": "新竹市", + "label": "新竹市", + "children": [ + { + "code": 710601, + "value": "东区", + "label": "东区", + "children": null + }, + { + "code": 710602, + "value": "北区", + "label": "北区", + "children": null + }, + { + "code": 710603, + "value": "香山区", + "label": "香山区", + "children": null + } + ] + }, + { + "code": 710700, + "value": "嘉义市", + "label": "嘉义市", + "children": [ + { + "code": 710701, + "value": "东区", + "label": "东区", + "children": null + }, + { + "code": 710702, + "value": "西区", + "label": "西区", + "children": null + } + ] + }, + { + "code": 710800, + "value": "新北市", + "label": "新北市", + "children": [ + { + "code": 710801, + "value": "板桥区", + "label": "板桥区", + "children": null + }, + { + "code": 710802, + "value": "三重区", + "label": "三重区", + "children": null + }, + { + "code": 710803, + "value": "中和区", + "label": "中和区", + "children": null + }, + { + "code": 710804, + "value": "永和区", + "label": "永和区", + "children": null + }, + { + "code": 710805, + "value": "新庄区", + "label": "新庄区", + "children": null + }, + { + "code": 710806, + "value": "新店区", + "label": "新店区", + "children": null + }, + { + "code": 710807, + "value": "树林区", + "label": "树林区", + "children": null + }, + { + "code": 710808, + "value": "莺歌区", + "label": "莺歌区", + "children": null + }, + { + "code": 710809, + "value": "三峡区", + "label": "三峡区", + "children": null + }, + { + "code": 710810, + "value": "淡水区", + "label": "淡水区", + "children": null + }, + { + "code": 710811, + "value": "汐止区", + "label": "汐止区", + "children": null + }, + { + "code": 710812, + "value": "瑞芳区", + "label": "瑞芳区", + "children": null + }, + { + "code": 710813, + "value": "土城区", + "label": "土城区", + "children": null + }, + { + "code": 710814, + "value": "芦洲区", + "label": "芦洲区", + "children": null + }, + { + "code": 710815, + "value": "五股区", + "label": "五股区", + "children": null + }, + { + "code": 710816, + "value": "泰山区", + "label": "泰山区", + "children": null + }, + { + "code": 710817, + "value": "林口区", + "label": "林口区", + "children": null + }, + { + "code": 710818, + "value": "深坑区", + "label": "深坑区", + "children": null + }, + { + "code": 710819, + "value": "石碇区", + "label": "石碇区", + "children": null + }, + { + "code": 710820, + "value": "坪林区", + "label": "坪林区", + "children": null + }, + { + "code": 710821, + "value": "三芝区", + "label": "三芝区", + "children": null + }, + { + "code": 710822, + "value": "石门区", + "label": "石门区", + "children": null + }, + { + "code": 710823, + "value": "八里区", + "label": "八里区", + "children": null + }, + { + "code": 710824, + "value": "平溪区", + "label": "平溪区", + "children": null + }, + { + "code": 710825, + "value": "双溪区", + "label": "双溪区", + "children": null + }, + { + "code": 710826, + "value": "贡寮区", + "label": "贡寮区", + "children": null + }, + { + "code": 710827, + "value": "金山区", + "label": "金山区", + "children": null + }, + { + "code": 710828, + "value": "万里区", + "label": "万里区", + "children": null + }, + { + "code": 710829, + "value": "乌来区", + "label": "乌来区", + "children": null + } + ] + }, + { + "code": 712200, + "value": "宜兰县", + "label": "宜兰县", + "children": [ + { + "code": 712201, + "value": "宜兰市", + "label": "宜兰市", + "children": null + }, + { + "code": 712221, + "value": "罗东镇", + "label": "罗东镇", + "children": null + }, + { + "code": 712222, + "value": "苏澳镇", + "label": "苏澳镇", + "children": null + }, + { + "code": 712223, + "value": "头城镇", + "label": "头城镇", + "children": null + }, + { + "code": 712224, + "value": "礁溪乡", + "label": "礁溪乡", + "children": null + }, + { + "code": 712225, + "value": "壮围乡", + "label": "壮围乡", + "children": null + }, + { + "code": 712226, + "value": "员山乡", + "label": "员山乡", + "children": null + }, + { + "code": 712227, + "value": "冬山乡", + "label": "冬山乡", + "children": null + }, + { + "code": 712228, + "value": "五结乡", + "label": "五结乡", + "children": null + }, + { + "code": 712229, + "value": "三星乡", + "label": "三星乡", + "children": null + }, + { + "code": 712230, + "value": "大同乡", + "label": "大同乡", + "children": null + }, + { + "code": 712231, + "value": "南澳乡", + "label": "南澳乡", + "children": null + } + ] + }, + { + "code": 712300, + "value": "桃园市", + "label": "桃园市", + "children": [ + { + "code": 712302, + "value": "中坜市", + "label": "中坜市", + "children": null + }, + { + "code": 712303, + "value": "平镇市", + "label": "平镇市", + "children": null + }, + { + "code": 712304, + "value": "八德市", + "label": "八德市", + "children": null + }, + { + "code": 712305, + "value": "杨梅市", + "label": "杨梅市", + "children": null + }, + { + "code": 712306, + "value": "芦竹市", + "label": "芦竹市", + "children": null + }, + { + "code": 712321, + "value": "大溪镇", + "label": "大溪镇", + "children": null + }, + { + "code": 712324, + "value": "大园乡", + "label": "大园乡", + "children": null + }, + { + "code": 712325, + "value": "龟山乡", + "label": "龟山乡", + "children": null + }, + { + "code": 712327, + "value": "龙潭乡", + "label": "龙潭乡", + "children": null + }, + { + "code": 712329, + "value": "新屋乡", + "label": "新屋乡", + "children": null + }, + { + "code": 712330, + "value": "观音乡", + "label": "观音乡", + "children": null + }, + { + "code": 712331, + "value": "复兴乡", + "label": "复兴乡", + "children": null + } + ] + }, + { + "code": 712400, + "value": "新竹县", + "label": "新竹县", + "children": [ + { + "code": 712401, + "value": "竹北市", + "label": "竹北市", + "children": null + }, + { + "code": 712421, + "value": "竹东镇", + "label": "竹东镇", + "children": null + }, + { + "code": 712422, + "value": "新埔镇", + "label": "新埔镇", + "children": null + }, + { + "code": 712423, + "value": "关西镇", + "label": "关西镇", + "children": null + }, + { + "code": 712424, + "value": "湖口乡", + "label": "湖口乡", + "children": null + }, + { + "code": 712425, + "value": "新丰乡", + "label": "新丰乡", + "children": null + }, + { + "code": 712426, + "value": "芎林乡", + "label": "芎林乡", + "children": null + }, + { + "code": 712427, + "value": "横山乡", + "label": "横山乡", + "children": null + }, + { + "code": 712428, + "value": "北埔乡", + "label": "北埔乡", + "children": null + }, + { + "code": 712429, + "value": "宝山乡", + "label": "宝山乡", + "children": null + }, + { + "code": 712430, + "value": "峨眉乡", + "label": "峨眉乡", + "children": null + }, + { + "code": 712431, + "value": "尖石乡", + "label": "尖石乡", + "children": null + }, + { + "code": 712432, + "value": "五峰乡", + "label": "五峰乡", + "children": null + } + ] + }, + { + "code": 712500, + "value": "苗栗县", + "label": "苗栗县", + "children": [ + { + "code": 712501, + "value": "苗栗市", + "label": "苗栗市", + "children": null + }, + { + "code": 712521, + "value": "苑里镇", + "label": "苑里镇", + "children": null + }, + { + "code": 712522, + "value": "通霄镇", + "label": "通霄镇", + "children": null + }, + { + "code": 712523, + "value": "竹南镇", + "label": "竹南镇", + "children": null + }, + { + "code": 712524, + "value": "头份市", + "label": "头份市", + "children": null + }, + { + "code": 712525, + "value": "后龙镇", + "label": "后龙镇", + "children": null + }, + { + "code": 712526, + "value": "卓兰镇", + "label": "卓兰镇", + "children": null + }, + { + "code": 712527, + "value": "大湖乡", + "label": "大湖乡", + "children": null + }, + { + "code": 712528, + "value": "公馆乡", + "label": "公馆乡", + "children": null + }, + { + "code": 712529, + "value": "铜锣乡", + "label": "铜锣乡", + "children": null + }, + { + "code": 712530, + "value": "南庄乡", + "label": "南庄乡", + "children": null + }, + { + "code": 712531, + "value": "头屋乡", + "label": "头屋乡", + "children": null + }, + { + "code": 712532, + "value": "三义乡", + "label": "三义乡", + "children": null + }, + { + "code": 712533, + "value": "西湖乡", + "label": "西湖乡", + "children": null + }, + { + "code": 712534, + "value": "造桥乡", + "label": "造桥乡", + "children": null + }, + { + "code": 712535, + "value": "三湾乡", + "label": "三湾乡", + "children": null + }, + { + "code": 712536, + "value": "狮潭乡", + "label": "狮潭乡", + "children": null + }, + { + "code": 712537, + "value": "泰安乡", + "label": "泰安乡", + "children": null + } + ] + }, + { + "code": 712700, + "value": "彰化县", + "label": "彰化县", + "children": [ + { + "code": 712701, + "value": "彰化市", + "label": "彰化市", + "children": null + }, + { + "code": 712721, + "value": "鹿港镇", + "label": "鹿港镇", + "children": null + }, + { + "code": 712722, + "value": "和美镇", + "label": "和美镇", + "children": null + }, + { + "code": 712723, + "value": "线西乡", + "label": "线西乡", + "children": null + }, + { + "code": 712724, + "value": "伸港乡", + "label": "伸港乡", + "children": null + }, + { + "code": 712725, + "value": "福兴乡", + "label": "福兴乡", + "children": null + }, + { + "code": 712726, + "value": "秀水乡", + "label": "秀水乡", + "children": null + }, + { + "code": 712727, + "value": "花坛乡", + "label": "花坛乡", + "children": null + }, + { + "code": 712728, + "value": "芬园乡", + "label": "芬园乡", + "children": null + }, + { + "code": 712729, + "value": "员林市", + "label": "员林市", + "children": null + }, + { + "code": 712730, + "value": "溪湖镇", + "label": "溪湖镇", + "children": null + }, + { + "code": 712731, + "value": "田中镇", + "label": "田中镇", + "children": null + }, + { + "code": 712732, + "value": "大村乡", + "label": "大村乡", + "children": null + }, + { + "code": 712733, + "value": "埔盐乡", + "label": "埔盐乡", + "children": null + }, + { + "code": 712734, + "value": "埔心乡", + "label": "埔心乡", + "children": null + }, + { + "code": 712735, + "value": "永靖乡", + "label": "永靖乡", + "children": null + }, + { + "code": 712736, + "value": "社头乡", + "label": "社头乡", + "children": null + }, + { + "code": 712737, + "value": "二水乡", + "label": "二水乡", + "children": null + }, + { + "code": 712738, + "value": "北斗镇", + "label": "北斗镇", + "children": null + }, + { + "code": 712739, + "value": "二林镇", + "label": "二林镇", + "children": null + }, + { + "code": 712740, + "value": "田尾乡", + "label": "田尾乡", + "children": null + }, + { + "code": 712741, + "value": "埤头乡", + "label": "埤头乡", + "children": null + }, + { + "code": 712742, + "value": "芳苑乡", + "label": "芳苑乡", + "children": null + }, + { + "code": 712743, + "value": "大城乡", + "label": "大城乡", + "children": null + }, + { + "code": 712744, + "value": "竹塘乡", + "label": "竹塘乡", + "children": null + }, + { + "code": 712745, + "value": "溪州乡", + "label": "溪州乡", + "children": null + } + ] + }, + { + "code": 712800, + "value": "南投县", + "label": "南投县", + "children": [ + { + "code": 712801, + "value": "南投市", + "label": "南投市", + "children": null + }, + { + "code": 712821, + "value": "埔里镇", + "label": "埔里镇", + "children": null + }, + { + "code": 712822, + "value": "草屯镇", + "label": "草屯镇", + "children": null + }, + { + "code": 712823, + "value": "竹山镇", + "label": "竹山镇", + "children": null + }, + { + "code": 712824, + "value": "集集镇", + "label": "集集镇", + "children": null + }, + { + "code": 712825, + "value": "名间乡", + "label": "名间乡", + "children": null + }, + { + "code": 712826, + "value": "鹿谷乡", + "label": "鹿谷乡", + "children": null + }, + { + "code": 712827, + "value": "中寮乡", + "label": "中寮乡", + "children": null + }, + { + "code": 712828, + "value": "鱼池乡", + "label": "鱼池乡", + "children": null + }, + { + "code": 712829, + "value": "国姓乡", + "label": "国姓乡", + "children": null + }, + { + "code": 712830, + "value": "水里乡", + "label": "水里乡", + "children": null + }, + { + "code": 712831, + "value": "信义乡", + "label": "信义乡", + "children": null + }, + { + "code": 712832, + "value": "仁爱乡", + "label": "仁爱乡", + "children": null + } + ] + }, + { + "code": 712900, + "value": "云林县", + "label": "云林县", + "children": [ + { + "code": 712901, + "value": "斗六市", + "label": "斗六市", + "children": null + }, + { + "code": 712921, + "value": "斗南镇", + "label": "斗南镇", + "children": null + }, + { + "code": 712922, + "value": "虎尾镇", + "label": "虎尾镇", + "children": null + }, + { + "code": 712923, + "value": "西螺镇", + "label": "西螺镇", + "children": null + }, + { + "code": 712924, + "value": "土库镇", + "label": "土库镇", + "children": null + }, + { + "code": 712925, + "value": "北港镇", + "label": "北港镇", + "children": null + }, + { + "code": 712926, + "value": "古坑乡", + "label": "古坑乡", + "children": null + }, + { + "code": 712927, + "value": "大埤乡", + "label": "大埤乡", + "children": null + }, + { + "code": 712928, + "value": "莿桐乡", + "label": "莿桐乡", + "children": null + }, + { + "code": 712929, + "value": "林内乡", + "label": "林内乡", + "children": null + }, + { + "code": 712930, + "value": "二仑乡", + "label": "二仑乡", + "children": null + }, + { + "code": 712931, + "value": "仑背乡", + "label": "仑背乡", + "children": null + }, + { + "code": 712932, + "value": "麦寮乡", + "label": "麦寮乡", + "children": null + }, + { + "code": 712933, + "value": "东势乡", + "label": "东势乡", + "children": null + }, + { + "code": 712934, + "value": "褒忠乡", + "label": "褒忠乡", + "children": null + }, + { + "code": 712935, + "value": "台西乡", + "label": "台西乡", + "children": null + }, + { + "code": 712936, + "value": "元长乡", + "label": "元长乡", + "children": null + }, + { + "code": 712937, + "value": "四湖乡", + "label": "四湖乡", + "children": null + }, + { + "code": 712938, + "value": "口湖乡", + "label": "口湖乡", + "children": null + }, + { + "code": 712939, + "value": "水林乡", + "label": "水林乡", + "children": null + } + ] + }, + { + "code": 713000, + "value": "嘉义县", + "label": "嘉义县", + "children": [ + { + "code": 713001, + "value": "太保市", + "label": "太保市", + "children": null + }, + { + "code": 713002, + "value": "朴子市", + "label": "朴子市", + "children": null + }, + { + "code": 713023, + "value": "布袋镇", + "label": "布袋镇", + "children": null + }, + { + "code": 713024, + "value": "大林镇", + "label": "大林镇", + "children": null + }, + { + "code": 713025, + "value": "民雄乡", + "label": "民雄乡", + "children": null + }, + { + "code": 713026, + "value": "溪口乡", + "label": "溪口乡", + "children": null + }, + { + "code": 713027, + "value": "新港乡", + "label": "新港乡", + "children": null + }, + { + "code": 713028, + "value": "六脚乡", + "label": "六脚乡", + "children": null + }, + { + "code": 713029, + "value": "东石乡", + "label": "东石乡", + "children": null + }, + { + "code": 713030, + "value": "义竹乡", + "label": "义竹乡", + "children": null + }, + { + "code": 713031, + "value": "鹿草乡", + "label": "鹿草乡", + "children": null + }, + { + "code": 713032, + "value": "水上乡", + "label": "水上乡", + "children": null + }, + { + "code": 713033, + "value": "中埔乡", + "label": "中埔乡", + "children": null + }, + { + "code": 713034, + "value": "竹崎乡", + "label": "竹崎乡", + "children": null + }, + { + "code": 713035, + "value": "梅山乡", + "label": "梅山乡", + "children": null + }, + { + "code": 713036, + "value": "番路乡", + "label": "番路乡", + "children": null + }, + { + "code": 713037, + "value": "大埔乡", + "label": "大埔乡", + "children": null + }, + { + "code": 713038, + "value": "阿里山乡", + "label": "阿里山乡", + "children": null + } + ] + }, + { + "code": 713300, + "value": "屏东县", + "label": "屏东县", + "children": [ + { + "code": 713301, + "value": "屏东市", + "label": "屏东市", + "children": null + }, + { + "code": 713321, + "value": "潮州镇", + "label": "潮州镇", + "children": null + }, + { + "code": 713322, + "value": "东港镇", + "label": "东港镇", + "children": null + }, + { + "code": 713323, + "value": "恒春镇", + "label": "恒春镇", + "children": null + }, + { + "code": 713324, + "value": "万丹乡", + "label": "万丹乡", + "children": null + }, + { + "code": 713325, + "value": "长治乡", + "label": "长治乡", + "children": null + }, + { + "code": 713326, + "value": "麟洛乡", + "label": "麟洛乡", + "children": null + }, + { + "code": 713327, + "value": "九如乡", + "label": "九如乡", + "children": null + }, + { + "code": 713328, + "value": "里港乡", + "label": "里港乡", + "children": null + }, + { + "code": 713329, + "value": "盐埔乡", + "label": "盐埔乡", + "children": null + }, + { + "code": 713330, + "value": "高树乡", + "label": "高树乡", + "children": null + }, + { + "code": 713331, + "value": "万峦乡", + "label": "万峦乡", + "children": null + }, + { + "code": 713332, + "value": "内埔乡", + "label": "内埔乡", + "children": null + }, + { + "code": 713333, + "value": "竹田乡", + "label": "竹田乡", + "children": null + }, + { + "code": 713334, + "value": "新埤乡", + "label": "新埤乡", + "children": null + }, + { + "code": 713335, + "value": "枋寮乡", + "label": "枋寮乡", + "children": null + }, + { + "code": 713336, + "value": "新园乡", + "label": "新园乡", + "children": null + }, + { + "code": 713337, + "value": "崁顶乡", + "label": "崁顶乡", + "children": null + }, + { + "code": 713338, + "value": "林边乡", + "label": "林边乡", + "children": null + }, + { + "code": 713339, + "value": "南州乡", + "label": "南州乡", + "children": null + }, + { + "code": 713340, + "value": "佳冬乡", + "label": "佳冬乡", + "children": null + }, + { + "code": 713341, + "value": "琉球乡", + "label": "琉球乡", + "children": null + }, + { + "code": 713342, + "value": "车城乡", + "label": "车城乡", + "children": null + }, + { + "code": 713343, + "value": "满州乡", + "label": "满州乡", + "children": null + }, + { + "code": 713344, + "value": "枋山乡", + "label": "枋山乡", + "children": null + }, + { + "code": 713345, + "value": "三地门乡", + "label": "三地门乡", + "children": null + }, + { + "code": 713346, + "value": "雾台乡", + "label": "雾台乡", + "children": null + }, + { + "code": 713347, + "value": "玛家乡", + "label": "玛家乡", + "children": null + }, + { + "code": 713348, + "value": "泰武乡", + "label": "泰武乡", + "children": null + }, + { + "code": 713349, + "value": "来义乡", + "label": "来义乡", + "children": null + }, + { + "code": 713350, + "value": "春日乡", + "label": "春日乡", + "children": null + }, + { + "code": 713351, + "value": "狮子乡", + "label": "狮子乡", + "children": null + }, + { + "code": 713352, + "value": "牡丹乡", + "label": "牡丹乡", + "children": null + } + ] + }, + { + "code": 713400, + "value": "台东县", + "label": "台东县", + "children": [ + { + "code": 713401, + "value": "台东市", + "label": "台东市", + "children": null + }, + { + "code": 713421, + "value": "成功镇", + "label": "成功镇", + "children": null + }, + { + "code": 713422, + "value": "关山镇", + "label": "关山镇", + "children": null + }, + { + "code": 713423, + "value": "卑南乡", + "label": "卑南乡", + "children": null + }, + { + "code": 713424, + "value": "鹿野乡", + "label": "鹿野乡", + "children": null + }, + { + "code": 713425, + "value": "池上乡", + "label": "池上乡", + "children": null + }, + { + "code": 713426, + "value": "东河乡", + "label": "东河乡", + "children": null + }, + { + "code": 713427, + "value": "长滨乡", + "label": "长滨乡", + "children": null + }, + { + "code": 713428, + "value": "太麻里乡", + "label": "太麻里乡", + "children": null + }, + { + "code": 713429, + "value": "大武乡", + "label": "大武乡", + "children": null + }, + { + "code": 713430, + "value": "绿岛乡", + "label": "绿岛乡", + "children": null + }, + { + "code": 713431, + "value": "海端乡", + "label": "海端乡", + "children": null + }, + { + "code": 713432, + "value": "延平乡", + "label": "延平乡", + "children": null + }, + { + "code": 713433, + "value": "金峰乡", + "label": "金峰乡", + "children": null + }, + { + "code": 713434, + "value": "达仁乡", + "label": "达仁乡", + "children": null + }, + { + "code": 713435, + "value": "兰屿乡", + "label": "兰屿乡", + "children": null + } + ] + }, + { + "code": 713500, + "value": "花莲县", + "label": "花莲县", + "children": [ + { + "code": 713501, + "value": "花莲市", + "label": "花莲市", + "children": null + }, + { + "code": 713521, + "value": "凤林镇", + "label": "凤林镇", + "children": null + }, + { + "code": 713522, + "value": "玉里镇", + "label": "玉里镇", + "children": null + }, + { + "code": 713523, + "value": "新城乡", + "label": "新城乡", + "children": null + }, + { + "code": 713524, + "value": "吉安乡", + "label": "吉安乡", + "children": null + }, + { + "code": 713525, + "value": "寿丰乡", + "label": "寿丰乡", + "children": null + }, + { + "code": 713526, + "value": "光复乡", + "label": "光复乡", + "children": null + }, + { + "code": 713527, + "value": "丰滨乡", + "label": "丰滨乡", + "children": null + }, + { + "code": 713528, + "value": "瑞穗乡", + "label": "瑞穗乡", + "children": null + }, + { + "code": 713529, + "value": "富里乡", + "label": "富里乡", + "children": null + }, + { + "code": 713530, + "value": "秀林乡", + "label": "秀林乡", + "children": null + }, + { + "code": 713531, + "value": "万荣乡", + "label": "万荣乡", + "children": null + }, + { + "code": 713532, + "value": "卓溪乡", + "label": "卓溪乡", + "children": null + } + ] + }, + { + "code": 713600, + "value": "澎湖县", + "label": "澎湖县", + "children": [ + { + "code": 713601, + "value": "马公市", + "label": "马公市", + "children": null + }, + { + "code": 713621, + "value": "湖西乡", + "label": "湖西乡", + "children": null + }, + { + "code": 713622, + "value": "白沙乡", + "label": "白沙乡", + "children": null + }, + { + "code": 713623, + "value": "西屿乡", + "label": "西屿乡", + "children": null + }, + { + "code": 713624, + "value": "望安乡", + "label": "望安乡", + "children": null + }, + { + "code": 713625, + "value": "七美乡", + "label": "七美乡", + "children": null + } + ] + }, + { + "code": 713700, + "value": "金门县", + "label": "金门县", + "children": [ + { + "code": 713701, + "value": "金城镇", + "label": "金城镇", + "children": null + }, + { + "code": 713702, + "value": "金湖镇", + "label": "金湖镇", + "children": null + }, + { + "code": 713703, + "value": "金沙镇", + "label": "金沙镇", + "children": null + }, + { + "code": 713704, + "value": "金宁乡", + "label": "金宁乡", + "children": null + }, + { + "code": 713705, + "value": "烈屿乡", + "label": "烈屿乡", + "children": null + }, + { + "code": 713706, + "value": "乌丘乡", + "label": "乌丘乡", + "children": null + } + ] + }, + { + "code": 713800, + "value": "连江县", + "label": "连江县", + "children": [ + { + "code": 713801, + "value": "南竿乡", + "label": "南竿乡", + "children": null + }, + { + "code": 713802, + "value": "北竿乡", + "label": "北竿乡", + "children": null + }, + { + "code": 713803, + "value": "莒光乡", + "label": "莒光乡", + "children": null + }, + { + "code": 713804, + "value": "东引乡", + "label": "东引乡", + "children": null + } + ] + } + ] + }, + { + "code": 810000, + "value": "香港特别行政区", + "label": "香港特别行政区", + "children": [ + { + "code": 810100, + "value": "香港岛", + "label": "香港岛", + "children": [ + { + "code": 810101, + "value": "中西区", + "label": "中西区", + "children": null + }, + { + "code": 810102, + "value": "湾仔区", + "label": "湾仔区", + "children": null + }, + { + "code": 810103, + "value": "东区", + "label": "东区", + "children": null + }, + { + "code": 810104, + "value": "南区", + "label": "南区", + "children": null + } + ] + }, + { + "code": 810200, + "value": "九龙", + "label": "九龙", + "children": [ + { + "code": 810201, + "value": "油尖旺区", + "label": "油尖旺区", + "children": null + }, + { + "code": 810202, + "value": "深水埗区", + "label": "深水埗区", + "children": null + }, + { + "code": 810203, + "value": "九龙城区", + "label": "九龙城区", + "children": null + }, + { + "code": 810204, + "value": "黄大仙区", + "label": "黄大仙区", + "children": null + }, + { + "code": 810205, + "value": "观塘区", + "label": "观塘区", + "children": null + } + ] + }, + { + "code": 810300, + "value": "新界", + "label": "新界", + "children": [ + { + "code": 810301, + "value": "荃湾区", + "label": "荃湾区", + "children": null + }, + { + "code": 810302, + "value": "屯门区", + "label": "屯门区", + "children": null + }, + { + "code": 810303, + "value": "元朗区", + "label": "元朗区", + "children": null + }, + { + "code": 810304, + "value": "北区", + "label": "北区", + "children": null + }, + { + "code": 810305, + "value": "大埔区", + "label": "大埔区", + "children": null + }, + { + "code": 810306, + "value": "西贡区", + "label": "西贡区", + "children": null + }, + { + "code": 810307, + "value": "沙田区", + "label": "沙田区", + "children": null + }, + { + "code": 810308, + "value": "葵青区", + "label": "葵青区", + "children": null + }, + { + "code": 810309, + "value": "离岛区", + "label": "离岛区", + "children": null + } + ] + } + ] + }, + { + "code": 820000, + "value": "澳门特别行政区", + "label": "澳门特别行政区", + "children": [ + { + "code": 820100, + "value": "澳门半岛", + "label": "澳门半岛", + "children": [ + { + "code": 820101, + "value": "花地玛堂区", + "label": "花地玛堂区", + "children": null + }, + { + "code": 820102, + "value": "圣安多尼堂区", + "label": "圣安多尼堂区", + "children": null + }, + { + "code": 820103, + "value": "大堂区", + "label": "大堂区", + "children": null + }, + { + "code": 820104, + "value": "望德堂区", + "label": "望德堂区", + "children": null + }, + { + "code": 820105, + "value": "风顺堂区", + "label": "风顺堂区", + "children": null + } + ] + }, + { + "code": 820200, + "value": "氹仔岛", + "label": "氹仔岛", + "children": [ + { + "code": 820201, + "value": "嘉模堂区", + "label": "嘉模堂区", + "children": null + } + ] + }, + { + "code": 820300, + "value": "路环岛", + "label": "路环岛", + "children": [ + { + "code": 820301, + "value": "圣方济各堂区", + "label": "圣方济各堂区", + "children": null + } + ] + } + ] + } +] + + +export default areaList \ No newline at end of file diff --git a/src/utils/const.js b/src/utils/const.js new file mode 100644 index 0000000..bf3f478 --- /dev/null +++ b/src/utils/const.js @@ -0,0 +1 @@ +export const title='健康宣教'; diff --git a/src/utils/greet.js b/src/utils/greet.js new file mode 100644 index 0000000..d007940 --- /dev/null +++ b/src/utils/greet.js @@ -0,0 +1,56 @@ +import {oauth2greet,roootUrl} from '../utils/api' +export async function goGreet() { + //alert(window.location.href); + const urlSearchParams = new URLSearchParams(window.location.search) + let appid = urlSearchParams.get('appid') + let officeid = urlSearchParams.get('officeid') + const code = urlSearchParams.get('code') + localStorage.setItem("officeid", officeid); + const token=localStorage.getItem(officeid + '-token'); + if(typeof token === "undefined" ||token ==null) + { + + } + else + { + localStorage.removeItem(officeid + '-token'); + } + //alert('第1个:'+code) + if (code) { + //alert('第二个:'+code) + //alert('appid:'+appid); + //alert('officeid:'+officeid); + let res= await oauth2greet(appid, officeid, code); + //alert(JSON.stringify(res)); + if(res.code==200){ + localStorage.setItem(officeid + '-token', res.data); + window.location.href =roootUrl + officeid + '&appid=' +appid + }else if(res.code === 30001){ + let encodedUrl = encodeURIComponent(window.location.href) + window.location.href = roootUrl + appid + "&redirect_uri=" + encodedUrl + "&response_type=code&scope=snsapi_userinfo&state=1&component_appid=wx61944e1d991e380e&connect_redirect=1#wechat_redirect"; + }else{ + console.log('接口报错'); + } + + // .then((res) => { + // console.log("oauth2greetapp", res); + // // alert("oauth2greetapp") + // localStorage.setItem(officeid + '-token', res.data); + // // localStorage.setItem('default' + '-token', res.data); + // if(res.code === 30001){ + // let encodedUrl = encodeURIComponent(window.location.href) + // window.location.href = roootUrl + appid + "&redirect_uri=" + encodedUrl + "&response_type=code&scope=snsapi_userinfo&state=1&component_appid=wx61944e1d991e380e&connect_redirect=1#wechat_redirect"; + // return + // } + // }).then(()=>{ + // // window.location.reload(); + // window.location.href =roootUrl + officeid + '&appid=' +appid + + // }) + } else { + // alert("coddafse") + let encodedUrl = encodeURIComponent(window.location.href) + window.location.href = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=" + appid + "&redirect_uri=" + encodedUrl + "&response_type=code&scope=snsapi_userinfo&state=1&component_appid=wx61944e1d991e380e&connect_redirect=1#wechat_redirect"; + } + } + \ No newline at end of file diff --git a/src/utils/request.js b/src/utils/request.js new file mode 100644 index 0000000..3bf0a83 --- /dev/null +++ b/src/utils/request.js @@ -0,0 +1,179 @@ +import axios from 'axios'; +import { goGreet } from '../utils/greet.js' +let flag=true; +// create an axios instance +const service = axios.create({ + baseURL:import.meta.env.VITE_BASE_URL, + timeout: 8000, + // withCredentials: true, + headers:{ + 'Content-Type':'application/json', + 'Authorization':'', + 'x-access-token':'' + //'x-access-token':'eyJhbGciOiJIUzUxMiJ9.eyJpZCI6NjAsIm9mZmljZWlkIjoxNSwiaDVfdXNlciI6IntcImFwcGlkXCI6XCJ3eGFiOGEzMDUwNTNhYTk3MTRcIixcImRlcGFydG1lbnRJZFwiOjM1LFwiaWRcIjo2MCxcIm9mZmljZUlkXCI6MTUsXCJvcGVuaWRcIjpcIm9ycktCNlVBdUt2a0J6czExcFo5dDlfY0R6UHdcIn0iLCJ0eXBlIjo1LCJkZXZpY2UiOjQsInN1cGVyUGFzc3dvcmRGbGFnIjpmYWxzZSwiaWF0IjoxNzA5ODAzODM0LCJleHAiOjE3MTA0MDg2MzR9.sl9UosweMuh39c30dekva68xKsfp0v0n74_Bkn4JGczIIU8eUTdJR6Iud0JuypRymtEl4YzVOny7c7KnMtzrMA' + } +}); + +// request interceptor +service.interceptors.request.use( + (config) => { + // Store 必须在拦截器内部导入,在外部导入会显示 Pinia 未初始化 + // 设置请求头部 Authorization + // console.log("333333"); + // console.log(config); + const officeid = localStorage.getItem("officeid") + + if(typeof officeid === "undefined"||officeid ==null|| officeid == "undefined") + { + config.headers['x-access-token'] = ''; + } + else + { + const token=localStorage.getItem(officeid + '-token'); + + if(typeof token === "undefined"||token ==null|| token == "undefined"|| token == "") + { + config.headers['x-access-token'] = ''; + } + else + { + config.headers['x-access-token'] = token; + } + } + + return config; + }, + (error) => { + console.error(error); + return Promise.reject(error); + } +); + +// response interceptor +service.interceptors.response.use( + async (response) => { + // console.log(response) + //var Authorization_token = response.headers.Authorization; + // if (Authorization_token) { + // sessionStorage.setItem('token', Authorization_token); //当token快过期时,服务器会返回新token,本地刷新 + // } + const { code, message } = response.data; + // console.log("code",code); + + if (code == 30007 || code == 40007) + { + + const officeid = localStorage.getItem("officeid"); + if(!officeid){ + console.log("officeid不存在") + }; + localStorage.clear(); + // if(flag){ + // flag=false; + // goGreet(); + // } + goGreet(); + + } + else if(code == 60003) + { + let back_url = window.location.href; + window.location.href="https://wx.igandan.com/hcp/toLogin?back_url="+back_url; + // window.location.href="https://twx.igandan.org/hcp/toLogin?back_url="+back_url; + } + else if (code == 401 || code==403 || code==405 || code==406) { + //Message.clear(); + // Message.error({ + // content: message, + // duration: 3000 + // }); + // 重定向路由到登陆页面 + + }else if(code === 400){ + // Message.error({ + // content: '缺少参数', + // duration: 3000 + // }); + }else if(code == 402){ + // Message.error({ + // content: '请求无权限', + // duration: 3000 + // }); + }else if(code == 201){ + // Message.error({ + // content: '账户状态异常', + // duration: 3000 + // }); + }else if(code==-1){ + // Message.error({ + // content: message, + // duration: 3000 + // }); + }else{ + flag=true; + } + + return response.data; + }, + (error) => { + console.log("------------------"); + console.log(error); + + const { code, message } = error.response.data; + // 如果过期则退出登录 + if (code == 30007 || code == 40007) + { + const officeid = localStorage.getItem("officeid"); + if(!officeid){ + console.log("officeid不存在") + }; + localStorage.clear(); + // if(flag){ + // flag=false; + // goGreet(); + // } + goGreet(); + } + else if(code == 60003) + { + let back_url = window.location.href; + window.location.href="https://wx.igandan.com/hcp/toLogin?back_url="+back_url; + } + else if (code === 401 || code==403 || code==405 || code==406) { + // Message.error({ + // content: message, + // duration: 3000 + // }); + // // 重定向路由到登陆页面 + // store.clearInfo(); + // window.location.href="/login"; + }else if(code === 400){ + // Message.error({ + // content: '缺少参数', + // duration: 3000 + // }); + }else if(code === 402){ + // Message.error({ + // content: '请求无权限', + // duration: 3000 + // }); + }else if(code === 201){ + // Message.error({ + // content: '账户状态异常', + // duration: 3000 + // }); + }else { + flag=true; + // Message.error({ + // content: error.message, + // duration: 3000 + // }) + } + return Promise.reject(message); + } +); +// export const imgurl='http://47.105.52.114:8085/app/'; +export const fromwexin='&frommywexin=wx'; +export const frommywexin='?frommywexin=wx'; + +export default service; \ No newline at end of file diff --git a/src/utils/video.js b/src/utils/video.js new file mode 100644 index 0000000..9dddd15 --- /dev/null +++ b/src/utils/video.js @@ -0,0 +1,26083 @@ +/*! Polyv Vod Mobile Player v2.27.0 */ +!function webpackUniversalModuleDefinition(t, e) { + if ("object" == typeof exports && "object" == typeof module) + module.exports = e(); + else if ("function" == typeof define && define.amd) + define([], e); + else { + var n = e(); + for (var r in n) + ("object" == typeof exports ? exports : t)[r] = n[r] + } +}(window, function() { + return function(n) { + var r = {}; + function i(t) { + if (r[t]) + return r[t].exports; + var e = r[t] = { + i: t, + l: !1, + exports: {} + }; + return n[t].call(e.exports, e, e.exports, i), + e.l = !0, + e.exports + } + return i.m = n, + i.c = r, + i.d = function(t, e, n) { + i.o(t, e) || Object.defineProperty(t, e, { + enumerable: !0, + get: n + }) + } + , + i.r = function(t) { + "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(t, Symbol.toStringTag, { + value: "Module" + }), + Object.defineProperty(t, "__esModule", { + value: !0 + }) + } + , + i.t = function(e, t) { + if (1 & t && (e = i(e)), + 8 & t) + return e; + if (4 & t && "object" == typeof e && e && e.__esModule) + return e; + var n = Object.create(null); + if (i.r(n), + Object.defineProperty(n, "default", { + enumerable: !0, + value: e + }), + 2 & t && "string" != typeof e) + for (var r in e) + i.d(n, r, function(t) { + return e[t] + } + .bind(null, r)); + return n + } + , + i.n = function(t) { + var e = t && t.__esModule ? function() { + return t["default"] + } + : function() { + return t + } + ; + return i.d(e, "a", e), + e + } + , + i.o = function(t, e) { + return Object.prototype.hasOwnProperty.call(t, e) + } + , + i.p = "", + i(i.s = 0) + }([function(t, e, n) { + n(1), + n(2), + t.exports = n(3) + } + , function(n, r, i) { + var o, a; + !function(t, e) { + "use strict"; + (a = "function" == typeof (o = function() { + var d, h, s = Array, t = s.prototype, l = Object, e = l.prototype, u = Function, n = u.prototype, g = String, r = g.prototype, b = Number, i = b.prototype, c = t.slice, o = t.splice, p = t.push, a = t.unshift, f = t.concat, A = t.join, v = n.call, y = n.apply, m = Math.max, _ = Math.min, w = e.toString, E = "function" == typeof Symbol && "symbol" == typeof Symbol.toStringTag, S = Function.prototype.toString, T = /^\s*class /, x = function x(t) { + try { + var e = S.call(t) + , n = e.replace(/\/\/.*\n/g, "") + , r = n.replace(/\/\*[.\s\S]*\*\//g, "") + , i = r.replace(/\n/gm, " ").replace(/ {2}/g, " "); + return T.test(i) + } catch (o) { + return !1 + } + }, k = function k(t) { + try { + return !x(t) && (S.call(t), + !0) + } catch (e) { + return !1 + } + }, I = function I(t) { + if (!t) + return !1; + if ("function" != typeof t && "object" != typeof t) + return !1; + if (E) + return k(t); + if (x(t)) + return !1; + var e = w.call(t); + return "[object Function]" === e || "[object GeneratorFunction]" === e + }, C = RegExp.prototype.exec, O = function O(t) { + try { + return C.call(t), + !0 + } catch (e) { + return !1 + } + }; + d = function d(t) { + return "object" == typeof t && (E ? O(t) : "[object RegExp]" === w.call(t)) + } + ; + var M = String.prototype.valueOf + , D = function D(t) { + try { + return M.call(t), + !0 + } catch (e) { + return !1 + } + }; + h = function h(t) { + return "string" == typeof t || "object" == typeof t && (E ? D(t) : "[object String]" === w.call(t)) + } + ; + var P = l.defineProperty && function() { + try { + var t = {}; + for (var e in l.defineProperty(t, "x", { + enumerable: !1, + value: t + }), + t) + return !1; + return t.x === t + } catch (n) { + return !1 + } + }() + , L = (U = e.hasOwnProperty, + F = P ? function(t, e, n, r) { + !r && e in t || l.defineProperty(t, e, { + configurable: !0, + enumerable: !1, + writable: !0, + value: n + }) + } + : function(t, e, n, r) { + !r && e in t || (t[e] = n) + } + , + function(t, e, n) { + for (var r in e) + U.call(e, r) && F(t, r, e[r], n) + } + ) + , N = function N(t) { + var e = typeof t; + return null === t || "object" !== e && "function" !== e + } + , j = b.isNaN || function j(t) { + return t != t + } + , R = { + ToInteger: function(t) { + var e = +t; + return j(e) ? e = 0 : 0 !== e && e !== 1 / 0 && e !== -1 / 0 && (e = (0 < e || -1) * Math.floor(Math.abs(e))), + e + }, + ToPrimitive: function(t) { + var e, n, r; + if (N(t)) + return t; + if (n = t.valueOf, + I(n) && (e = n.call(t), + N(e))) + return e; + if (r = t.toString, + I(r) && (e = r.call(t), + N(e))) + return e; + throw new TypeError + }, + ToObject: function(t) { + if (null == t) + throw new TypeError("can't convert " + t + " to object"); + return l(t) + }, + ToUint32: function(t) { + return t >>> 0 + } + } + , B = function B() {}; + var U, F; + L(n, { + bind: function(e) { + var n = this; + if (!I(n)) + throw new TypeError("Function.prototype.bind called on incompatible " + n); + for (var r, i = c.call(arguments, 1), t = m(0, n.length - i.length), o = [], a = 0; a < t; a++) + p.call(o, "$" + a); + return r = u("binder", "return function (" + A.call(o, ",") + "){ return binder.apply(this, arguments); }")(function() { + { + if (this instanceof r) { + var t = y.call(n, this, f.call(i, c.call(arguments))); + return l(t) === t ? t : this + } + return y.call(n, e, f.call(i, c.call(arguments))) + } + }), + n.prototype && (B.prototype = n.prototype, + r.prototype = new B, + B.prototype = null), + r + } + }); + var V = v.bind(e.hasOwnProperty) + , H = v.bind(e.toString) + , W = v.bind(c) + , z = y.bind(c); + if ("object" == typeof document && document && document.documentElement) + try { + W(document.documentElement.childNodes) + } catch (Fe) { + var G = W + , Y = z; + W = function le(e) { + for (var n = [], r = e.length; 0 < r--; ) + n[r] = e[r]; + return Y(n, G(arguments, 1)) + } + , + z = function pe(e, n) { + return Y(W(e), n) + } + } + var Q = v.bind(r.slice) + , q = v.bind(r.split) + , X = v.bind(r.indexOf) + , Z = v.bind(p) + , J = v.bind(e.propertyIsEnumerable) + , K = v.bind(t.sort) + , $ = s.isArray || function $(t) { + return "[object Array]" === H(t) + } + , tt = 1 !== [].unshift(0); + L(t, { + unshift: function() { + return a.apply(this, arguments), + this.length + } + }, tt), + L(s, { + isArray: $ + }); + var et = l("a") + , nt = "a" !== et[0] || !(0 in et) + , rt = function(t) { + var r = !0 + , e = !0 + , n = !1; + if (t) + try { + t.call("foo", function(t, e, n) { + "object" != typeof n && (r = !1) + }), + t.call([1], function() { + e = "string" == typeof this + }, "x") + } catch (Fe) { + n = !0 + } + return !!t && !n && r && e + }; + L(t, { + forEach: function(t) { + var e, n = R.ToObject(this), r = nt && h(this) ? q(this, "") : n, i = -1, o = R.ToUint32(r.length); + if (1 < arguments.length && (e = arguments[1]), + !I(t)) + throw new TypeError("Array.prototype.forEach callback must be a function"); + for (; ++i < o; ) + i in r && (void 0 === e ? t(r[i], i, n) : t.call(e, r[i], i, n)) + } + }, !rt(t.forEach)), + L(t, { + map: function(t) { + var e, n = R.ToObject(this), r = nt && h(this) ? q(this, "") : n, i = R.ToUint32(r.length), o = s(i); + if (1 < arguments.length && (e = arguments[1]), + !I(t)) + throw new TypeError("Array.prototype.map callback must be a function"); + for (var a = 0; a < i; a++) + a in r && (o[a] = void 0 === e ? t(r[a], a, n) : t.call(e, r[a], a, n)); + return o + } + }, !rt(t.map)), + L(t, { + filter: function(t) { + var e, n, r = R.ToObject(this), i = nt && h(this) ? q(this, "") : r, o = R.ToUint32(i.length), a = []; + if (1 < arguments.length && (n = arguments[1]), + !I(t)) + throw new TypeError("Array.prototype.filter callback must be a function"); + for (var s = 0; s < o; s++) + s in i && (e = i[s], + (void 0 === n ? t(e, s, r) : t.call(n, e, s, r)) && Z(a, e)); + return a + } + }, !rt(t.filter)), + L(t, { + every: function(t) { + var e, n = R.ToObject(this), r = nt && h(this) ? q(this, "") : n, i = R.ToUint32(r.length); + if (1 < arguments.length && (e = arguments[1]), + !I(t)) + throw new TypeError("Array.prototype.every callback must be a function"); + for (var o = 0; o < i; o++) + if (o in r && !(void 0 === e ? t(r[o], o, n) : t.call(e, r[o], o, n))) + return !1; + return !0 + } + }, !rt(t.every)), + L(t, { + some: function(t) { + var e, n = R.ToObject(this), r = nt && h(this) ? q(this, "") : n, i = R.ToUint32(r.length); + if (1 < arguments.length && (e = arguments[1]), + !I(t)) + throw new TypeError("Array.prototype.some callback must be a function"); + for (var o = 0; o < i; o++) + if (o in r && (void 0 === e ? t(r[o], o, n) : t.call(e, r[o], o, n))) + return !0; + return !1 + } + }, !rt(t.some)); + var it = !1; + t.reduce && (it = "object" == typeof t.reduce.call("es5", function(t, e, n, r) { + return r + })); + L(t, { + reduce: function(t) { + var e = R.ToObject(this) + , n = nt && h(this) ? q(this, "") : e + , r = R.ToUint32(n.length); + if (!I(t)) + throw new TypeError("Array.prototype.reduce callback must be a function"); + if (0 === r && 1 === arguments.length) + throw new TypeError("reduce of empty array with no initial value"); + var i, o = 0; + if (2 <= arguments.length) + i = arguments[1]; + else + for (; ; ) { + if (o in n) { + i = n[o++]; + break + } + if (++o >= r) + throw new TypeError("reduce of empty array with no initial value") + } + for (; o < r; o++) + o in n && (i = t(i, n[o], o, e)); + return i + } + }, !it); + var ot = !1; + t.reduceRight && (ot = "object" == typeof t.reduceRight.call("es5", function(t, e, n, r) { + return r + })); + L(t, { + reduceRight: function(t) { + var e, n = R.ToObject(this), r = nt && h(this) ? q(this, "") : n, i = R.ToUint32(r.length); + if (!I(t)) + throw new TypeError("Array.prototype.reduceRight callback must be a function"); + if (0 === i && 1 === arguments.length) + throw new TypeError("reduceRight of empty array with no initial value"); + var o = i - 1; + if (2 <= arguments.length) + e = arguments[1]; + else + for (; ; ) { + if (o in r) { + e = r[o--]; + break + } + if (--o < 0) + throw new TypeError("reduceRight of empty array with no initial value") + } + if (o < 0) + return e; + for (; o in r && (e = t(e, r[o], o, n)), + o--; ) + ; + return e + } + }, !ot); + var at = t.indexOf && -1 !== [0, 1].indexOf(1, 2); + L(t, { + indexOf: function(t) { + var e = nt && h(this) ? q(this, "") : R.ToObject(this) + , n = R.ToUint32(e.length); + if (0 === n) + return -1; + var r = 0; + for (1 < arguments.length && (r = R.ToInteger(arguments[1])), + r = 0 <= r ? r : m(0, n + r); r < n; r++) + if (r in e && e[r] === t) + return r; + return -1 + } + }, at); + var st = t.lastIndexOf && -1 !== [0, 1].lastIndexOf(0, -3); + L(t, { + lastIndexOf: function(t) { + var e = nt && h(this) ? q(this, "") : R.ToObject(this) + , n = R.ToUint32(e.length); + if (0 === n) + return -1; + var r = n - 1; + for (1 < arguments.length && (r = _(r, R.ToInteger(arguments[1]))), + r = 0 <= r ? r : n - Math.abs(r); 0 <= r; r--) + if (r in e && t === e[r]) + return r; + return -1 + } + }, st); + var lt = (ut = [1, 2], + ct = ut.splice(), + 2 === ut.length && $(ct) && 0 === ct.length); + var ut, ct; + L(t, { + splice: function(t, e) { + return 0 === arguments.length ? [] : o.apply(this, arguments) + } + }, !lt); + var ft = (dt = {}, + t.splice.call(dt, 0, 0, 1), + 1 === dt.length); + var dt; + L(t, { + splice: function(t, e) { + if (0 === arguments.length) + return []; + var n = arguments; + return this.length = m(R.ToInteger(this.length), 0), + 0 < arguments.length && "number" != typeof e && ((n = W(arguments)).length < 2 ? Z(n, this.length - t) : n[1] = R.ToInteger(e)), + o.apply(this, n) + } + }, !ft); + var ht = (vt = new s(1e5), + vt[8] = "x", + vt.splice(1, 1), + 7 === vt.indexOf("x")) + , pt = (At = [], + At[256] = "a", + At.splice(257, 0, "b"), + "a" === At[256]); + var At; + var vt; + L(t, { + splice: function(t, e) { + for (var n, r = R.ToObject(this), i = [], o = R.ToUint32(r.length), a = R.ToInteger(t), s = a < 0 ? m(o + a, 0) : _(a, o), l = _(m(R.ToInteger(e), 0), o - s), u = 0; u < l; ) + n = g(s + u), + V(r, n) && (i[u] = r[n]), + u += 1; + var c, f = W(arguments, 2), d = f.length; + if (d < l) { + u = s; + for (var h = o - l; u < h; ) + n = g(u + l), + c = g(u + d), + V(r, n) ? r[c] = r[n] : delete r[c], + u += 1; + for (var p = (u = o) - l + d; p < u; ) + delete r[u - 1], + u -= 1 + } else if (l < d) + for (u = o - l; s < u; ) + n = g(u + l - 1), + c = g(u + d - 1), + V(r, n) ? r[c] = r[n] : delete r[c], + u -= 1; + u = s; + for (var A = 0; A < f.length; ++A) + r[u] = f[A], + u += 1; + return r.length = o - l + d, + i + } + }, !ht || !pt); + var yt, mt = t.join; + try { + yt = "1,2,3" !== Array.prototype.join.call("123", ",") + } catch (Fe) { + yt = !0 + } + yt && L(t, { + join: function(t) { + var e = void 0 === t ? "," : t; + return mt.call(h(this) ? q(this, "") : this, e) + } + }, yt); + var gt = "1,2" !== [1, 2].join(undefined); + gt && L(t, { + join: function(t) { + var e = void 0 === t ? "," : t; + return mt.call(this, e) + } + }, gt); + var bt = function(t) { + for (var e = R.ToObject(this), n = R.ToUint32(e.length), r = 0; r < arguments.length; ) + e[n + r] = arguments[r], + r += 1; + return e.length = n + r, + n + r + } + , _t = (wt = {}, + Et = Array.prototype.push.call(wt, undefined), + 1 !== Et || 1 !== wt.length || "undefined" != typeof wt[0] || !V(wt, 0)); + var wt, Et; + L(t, { + push: function(t) { + return $(this) ? p.apply(this, arguments) : bt.apply(this, arguments) + } + }, _t); + var St = (Tt = [], + xt = Tt.push(undefined), + 1 !== xt || 1 !== Tt.length || "undefined" != typeof Tt[0] || !V(Tt, 0)); + var Tt, xt; + L(t, { + push: bt + }, St), + L(t, { + slice: function(t, e) { + var n = h(this) ? q(this, "") : this; + return z(n, arguments) + } + }, nt); + var kt = function() { + try { + [1, 2].sort(null) + } catch (Fe) { + try { + [1, 2].sort({}) + } catch (t) { + return !1 + } + } + return !0 + }() + , It = function() { + try { + return [1, 2].sort(/a/), + !1 + } catch (Fe) {} + return !0 + }() + , Ct = function() { + try { + return [1, 2].sort(undefined), + !0 + } catch (Fe) {} + return !1 + }(); + L(t, { + sort: function(t) { + if (void 0 === t) + return K(this); + if (!I(t)) + throw new TypeError("Array.prototype.sort callback must be a function"); + return K(this, t) + } + }, kt || !Ct || !It); + var Ot = !J({ + toString: null + }, "toString") + , Mt = J(function() {}, "prototype") + , Dt = !V("x", "0") + , Pt = function(t) { + var e = t.constructor; + return e && e.prototype === t + } + , Lt = { + $applicationCache: !0, + $console: !0, + $external: !0, + $frame: !0, + $frameElement: !0, + $frames: !0, + $innerHeight: !0, + $innerWidth: !0, + $onmozfullscreenchange: !0, + $onmozfullscreenerror: !0, + $outerHeight: !0, + $outerWidth: !0, + $pageXOffset: !0, + $pageYOffset: !0, + $parent: !0, + $scrollLeft: !0, + $scrollTop: !0, + $scrollX: !0, + $scrollY: !0, + $self: !0, + $webkitIndexedDB: !0, + $webkitStorageInfo: !0, + $window: !0, + $width: !0, + $height: !0, + $top: !0, + $localStorage: !0 + } + , Nt = function() { + if ("undefined" == typeof window) + return !1; + for (var t in window) + try { + !Lt["$" + t] && V(window, t) && null !== window[t] && "object" == typeof window[t] && Pt(window[t]) + } catch (Fe) { + return !0 + } + return !1 + }() + , jt = ["toString", "toLocaleString", "valueOf", "hasOwnProperty", "isPrototypeOf", "propertyIsEnumerable", "constructor"] + , Rt = jt.length + , Bt = function Ut(t) { + return "[object Arguments]" === H(t) + } + , Ut = (function Ut(t) { + return null !== t && "object" == typeof t && "number" == typeof t.length && 0 <= t.length && !$(t) && I(t.callee) + } + , + Bt(arguments) ? Bt : function Ut(t) { + return null !== t && "object" == typeof t && "number" == typeof t.length && 0 <= t.length && !$(t) && I(t.callee) + } + ); + L(l, { + keys: function(t) { + var e = I(t) + , n = Ut(t) + , r = null !== t && "object" == typeof t + , i = r && h(t); + if (!r && !e && !n) + throw new TypeError("Object.keys called on a non-object"); + var o = [] + , a = Mt && e; + if (i && Dt || n) + for (var s = 0; s < t.length; ++s) + Z(o, g(s)); + if (!n) + for (var l in t) + a && "prototype" === l || !V(t, l) || Z(o, g(l)); + if (Ot) + for (var u = function(t) { + if ("undefined" == typeof window || !Nt) + return Pt(t); + try { + return Pt(t) + } catch (Fe) { + return !1 + } + }(t), c = 0; c < Rt; c++) { + var f = jt[c]; + u && "constructor" === f || !V(t, f) || Z(o, f) + } + return o + } + }); + var Ft = l.keys && function() { + return 2 === l.keys(arguments).length + }(1, 2) + , Vt = l.keys && function() { + var t = l.keys(arguments); + return 1 !== arguments.length || 1 !== t.length || 1 !== t[0] + }(1) + , Ht = l.keys; + L(l, { + keys: function(t) { + return Ut(t) ? Ht(W(t)) : Ht(t) + } + }, !Ft || Vt); + var Wt, zt, Gt = 0 !== new Date(-0xc782b5b342b24).getUTCMonth(), Yt = new Date(-0x55d318d56a724), Qt = new Date(14496624e5), qt = "Mon, 01 Jan -45875 11:59:59 GMT" !== Yt.toUTCString(); + zt = Yt.getTimezoneOffset() < -720 ? (Wt = "Tue Jan 02 -45875" !== Yt.toDateString(), + !/^Thu Dec 10 2015 \d\d:\d\d:\d\d GMT[-+]\d\d\d\d(?: |$)/.test(String(Qt))) : (Wt = "Mon Jan 01 -45875" !== Yt.toDateString(), + !/^Wed Dec 09 2015 \d\d:\d\d:\d\d GMT[-+]\d\d\d\d(?: |$)/.test(String(Qt))); + var Xt = v.bind(Date.prototype.getFullYear) + , Zt = v.bind(Date.prototype.getMonth) + , Jt = v.bind(Date.prototype.getDate) + , Kt = v.bind(Date.prototype.getUTCFullYear) + , $t = v.bind(Date.prototype.getUTCMonth) + , te = v.bind(Date.prototype.getUTCDate) + , ee = v.bind(Date.prototype.getUTCDay) + , ne = v.bind(Date.prototype.getUTCHours) + , re = v.bind(Date.prototype.getUTCMinutes) + , ie = v.bind(Date.prototype.getUTCSeconds) + , oe = v.bind(Date.prototype.getUTCMilliseconds) + , ae = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"] + , se = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"] + , le = function le(t, e) { + return Jt(new Date(e,t,0)) + }; + L(Date.prototype, { + getFullYear: function() { + if (!(this && this instanceof Date)) + throw new TypeError("this is not a Date object."); + var t = Xt(this); + return t < 0 && 11 < Zt(this) ? t + 1 : t + }, + getMonth: function() { + if (!(this && this instanceof Date)) + throw new TypeError("this is not a Date object."); + var t = Xt(this) + , e = Zt(this); + return t < 0 && 11 < e ? 0 : e + }, + getDate: function() { + if (!(this && this instanceof Date)) + throw new TypeError("this is not a Date object."); + var t = Xt(this) + , e = Zt(this) + , n = Jt(this); + return t < 0 && 11 < e ? 12 === e ? n : le(0, t + 1) - n + 1 : n + }, + getUTCFullYear: function() { + if (!(this && this instanceof Date)) + throw new TypeError("this is not a Date object."); + var t = Kt(this); + return t < 0 && 11 < $t(this) ? t + 1 : t + }, + getUTCMonth: function() { + if (!(this && this instanceof Date)) + throw new TypeError("this is not a Date object."); + var t = Kt(this) + , e = $t(this); + return t < 0 && 11 < e ? 0 : e + }, + getUTCDate: function() { + if (!(this && this instanceof Date)) + throw new TypeError("this is not a Date object."); + var t = Kt(this) + , e = $t(this) + , n = te(this); + return t < 0 && 11 < e ? 12 === e ? n : le(0, t + 1) - n + 1 : n + } + }, Gt), + L(Date.prototype, { + toUTCString: function() { + if (!(this && this instanceof Date)) + throw new TypeError("this is not a Date object."); + var t = ee(this) + , e = te(this) + , n = $t(this) + , r = Kt(this) + , i = ne(this) + , o = re(this) + , a = ie(this); + return ae[t] + ", " + (e < 10 ? "0" + e : e) + " " + se[n] + " " + r + " " + (i < 10 ? "0" + i : i) + ":" + (o < 10 ? "0" + o : o) + ":" + (a < 10 ? "0" + a : a) + " GMT" + } + }, Gt || qt), + L(Date.prototype, { + toDateString: function() { + if (!(this && this instanceof Date)) + throw new TypeError("this is not a Date object."); + var t = this.getDay() + , e = this.getDate() + , n = this.getMonth() + , r = this.getFullYear(); + return ae[t] + " " + se[n] + " " + (e < 10 ? "0" + e : e) + " " + r + } + }, Gt || Wt), + (Gt || zt) && (Date.prototype.toString = function() { + if (!(this && this instanceof Date)) + throw new TypeError("this is not a Date object."); + var t = this.getDay() + , e = this.getDate() + , n = this.getMonth() + , r = this.getFullYear() + , i = this.getHours() + , o = this.getMinutes() + , a = this.getSeconds() + , s = this.getTimezoneOffset() + , l = Math.floor(Math.abs(s) / 60) + , u = Math.floor(Math.abs(s) % 60); + return ae[t] + " " + se[n] + " " + (e < 10 ? "0" + e : e) + " " + r + " " + (i < 10 ? "0" + i : i) + ":" + (o < 10 ? "0" + o : o) + ":" + (a < 10 ? "0" + a : a) + " GMT" + (0 < s ? "-" : "+") + (l < 10 ? "0" + l : l) + (u < 10 ? "0" + u : u) + } + , + P && l.defineProperty(Date.prototype, "toString", { + configurable: !0, + enumerable: !1, + writable: !0 + })); + var ue = -621987552e5 + , ce = "-000001" + , fe = Date.prototype.toISOString && -1 === new Date(ue).toISOString().indexOf(ce) + , de = Date.prototype.toISOString && "1969-12-31T23:59:59.999Z" !== new Date(-1).toISOString() + , he = v.bind(Date.prototype.getTime); + L(Date.prototype, { + toISOString: function() { + if (!isFinite(this) || !isFinite(he(this))) + throw new RangeError("Date.prototype.toISOString called on non-finite value."); + var t = Kt(this) + , e = $t(this); + t += Math.floor(e / 12); + var n = [1 + (e = (e % 12 + 12) % 12), te(this), ne(this), re(this), ie(this)]; + t = (t < 0 ? "-" : 9999 < t ? "+" : "") + Q("00000" + Math.abs(t), 0 <= t && t <= 9999 ? -4 : -6); + for (var r = 0; r < n.length; ++r) + n[r] = Q("00" + n[r], -2); + return t + "-" + W(n, 0, 2).join("-") + "T" + W(n, 2).join(":") + "." + Q("000" + oe(this), -3) + "Z" + } + }, fe || de), + function() { + try { + return Date.prototype.toJSON && null === new Date(NaN).toJSON() && -1 !== new Date(ue).toJSON().indexOf(ce) && Date.prototype.toJSON.call({ + toISOString: function() { + return !0 + } + }) + } catch (Fe) { + return !1 + } + }() || (Date.prototype.toJSON = function(t) { + var e = l(this) + , n = R.ToPrimitive(e); + if ("number" == typeof n && !isFinite(n)) + return null; + var r = e.toISOString; + if (!I(r)) + throw new TypeError("toISOString property is not callable"); + return r.call(e) + } + ); + var pe = 1e15 === Date.parse("+033658-09-27T01:46:40.000Z") + , Ae = !isNaN(Date.parse("2012-04-04T24:00:00.500Z")) || !isNaN(Date.parse("2012-11-31T23:59:59.000Z")) || !isNaN(Date.parse("2012-12-31T23:59:60.000Z")); + if (isNaN(Date.parse("2000-01-01T00:00:00.000Z")) || Ae || !pe) { + var ve = Math.pow(2, 31) - 1 + , ye = j(new Date(1970,0,1,0,0,0,ve + 1).getTime()); + Date = function(A) { + var h = function(t, e, n, r, i, o, a) { + var s, l = arguments.length; + if (this instanceof A) { + var u = o + , c = a; + if (ye && 7 <= l && ve < a) { + var f = Math.floor(a / ve) * ve + , d = Math.floor(f / 1e3); + u += d, + c -= 1e3 * d + } + s = 1 === l && g(t) === t ? new A(h.parse(t)) : 7 <= l ? new A(t,e,n,r,i,u,c) : 6 <= l ? new A(t,e,n,r,i,u) : 5 <= l ? new A(t,e,n,r,i) : 4 <= l ? new A(t,e,n,r) : 3 <= l ? new A(t,e,n) : 2 <= l ? new A(t,e) : 1 <= l ? new A(t instanceof A ? +t : t) : new A + } else + s = A.apply(this, arguments); + return N(s) || L(s, { + constructor: h + }, !0), + s + } + , v = new RegExp("^(\\d{4}|[+-]\\d{6})(?:-(\\d{2})(?:-(\\d{2})(?:T(\\d{2}):(\\d{2})(?::(\\d{2})(?:(\\.\\d{1,}))?)?(Z|(?:([-+])(\\d{2}):(\\d{2})))?)?)?)?$") + , r = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365] + , y = function y(t, e) { + var n = 1 < e ? 1 : 0; + return r[e] + Math.floor((t - 1969 + n) / 4) - Math.floor((t - 1901 + n) / 100) + Math.floor((t - 1601 + n) / 400) + 365 * (t - 1970) + } + , m = function m(t) { + var e = 0 + , n = t; + if (ye && ve < n) { + var r = Math.floor(n / ve) * ve + , i = Math.floor(r / 1e3); + e += i, + n -= 1e3 * i + } + return b(new A(1970,0,1,0,0,e,n)) + }; + for (var t in A) + V(A, t) && (h[t] = A[t]); + L(h, { + now: A.now, + UTC: A.UTC + }, !0), + h.prototype = A.prototype, + L(h.prototype, { + constructor: h + }, !0); + return L(h, { + parse: function(t) { + var e = v.exec(t); + if (e) { + var n, r = b(e[1]), i = b(e[2] || 1) - 1, o = b(e[3] || 1) - 1, a = b(e[4] || 0), s = b(e[5] || 0), l = b(e[6] || 0), u = Math.floor(1e3 * b(e[7] || 0)), c = Boolean(e[4] && !e[8]), f = "-" === e[9] ? 1 : -1, d = b(e[10] || 0), h = b(e[11] || 0), p = 0 < s || 0 < l || 0 < u; + return a < (p ? 24 : 25) && s < 60 && l < 60 && u < 1e3 && -1 < i && i < 12 && d < 24 && h < 60 && -1 < o && o < y(r, i + 1) - y(r, i) && (n = 1e3 * (60 * ((n = 60 * (24 * (y(r, i) + o) + a + d * f)) + s + h * f) + l) + u, + c && (n = m(n)), + -864e13 <= n && n <= 864e13) ? n : NaN + } + return A.parse.apply(this, arguments) + } + }), + h + }(Date) + } + Date.now || (Date.now = function() { + return (new Date).getTime() + } + ); + var me = i.toFixed && ("0.000" !== 8e-5.toFixed(3) || "1" !== .9.toFixed(0) || "1.25" !== 1.255.toFixed(2) || "1000000000000000128" !== (0xde0b6b3a7640080).toFixed(0)) + , ge = { + base: 1e7, + size: 6, + data: [0, 0, 0, 0, 0, 0], + multiply: function(t, e) { + for (var n = -1, r = e; ++n < ge.size; ) + r += t * ge.data[n], + ge.data[n] = r % ge.base, + r = Math.floor(r / ge.base) + }, + divide: function(t) { + for (var e = ge.size, n = 0; 0 <= --e; ) + n += ge.data[e], + ge.data[e] = Math.floor(n / t), + n = n % t * ge.base + }, + numToString: function() { + for (var t = ge.size, e = ""; 0 <= --t; ) + if ("" !== e || 0 === t || 0 !== ge.data[t]) { + var n = g(ge.data[t]); + "" === e ? e = n : e += Q("0000000", 0, 7 - n.length) + n + } + return e + }, + pow: function Ve(t, e, n) { + return 0 === e ? n : e % 2 == 1 ? Ve(t, e - 1, n * t) : Ve(t * t, e / 2, n) + }, + log: function(t) { + for (var e = 0, n = t; 4096 <= n; ) + e += 12, + n /= 4096; + for (; 2 <= n; ) + e += 1, + n /= 2; + return e + } + }; + L(i, { + toFixed: function(t) { + var e, n, r, i, o, a, s, l; + if (e = b(t), + (e = j(e) ? 0 : Math.floor(e)) < 0 || 20 < e) + throw new RangeError("Number.toFixed called with invalid number of decimals"); + if (n = b(this), + j(n)) + return "NaN"; + if (n <= -1e21 || 1e21 <= n) + return g(n); + if (r = "", + n < 0 && (r = "-", + n = -n), + i = "0", + 1e-21 < n) + if (o = ge.log(n * ge.pow(2, 69, 1)) - 69, + a = o < 0 ? n * ge.pow(2, -o, 1) : n / ge.pow(2, o, 1), + a *= 4503599627370496, + 0 < (o = 52 - o)) { + for (ge.multiply(0, a), + s = e; 7 <= s; ) + ge.multiply(1e7, 0), + s -= 7; + for (ge.multiply(ge.pow(10, s, 1), 0), + s = o - 1; 23 <= s; ) + ge.divide(1 << 23), + s -= 23; + ge.divide(1 << s), + ge.multiply(1, 1), + ge.divide(2), + i = ge.numToString() + } else + ge.multiply(0, a), + ge.multiply(1 << -o, 0), + i = ge.numToString() + Q("0.00000000000000000000", 2, 2 + e); + return i = 0 < e ? (l = i.length) <= e ? r + Q("0.0000000000000000000", 0, e - l + 2) + i : r + Q(i, 0, l - e) + "." + Q(i, l - e) : r + i + } + }, me); + var be = function() { + try { + return "1" === 1..toPrecision(undefined) + } catch (Fe) { + return !0 + } + }() + , _e = i.toPrecision; + L(i, { + toPrecision: function(t) { + return void 0 === t ? _e.call(this) : _e.call(this, t) + } + }, be), + 2 !== "ab".split(/(?:ab)*/).length || 4 !== ".".split(/(.?)(.?)/).length || "t" === "tesst".split(/(s)*/)[1] || 4 !== "test".split(/(?:)/, -1).length || "".split(/.?/).length || 1 < ".".split(/()()/).length ? (we = "undefined" == typeof /()??/.exec("")[1], + Ee = Math.pow(2, 32) - 1, + r.split = function(t, e) { + var n = String(this); + if (void 0 === t && 0 === e) + return []; + if (!d(t)) + return q(this, t, e); + var r, i, o, a, s = [], l = (t.ignoreCase ? "i" : "") + (t.multiline ? "m" : "") + (t.unicode ? "u" : "") + (t.sticky ? "y" : ""), u = 0, c = new RegExp(t.source,l + "g"); + we || (r = new RegExp("^" + c.source + "$(?!\\s)",l)); + var f = void 0 === e ? Ee : R.ToUint32(e); + for (i = c.exec(n); i && (o = i.index + i[0].length, + !(u < o && (Z(s, Q(n, u, i.index)), + !we && 1 < i.length && i[0].replace(r, function() { + for (var t = 1; t < arguments.length - 2; t++) + "undefined" == typeof arguments[t] && (i[t] = void 0) + }), + 1 < i.length && i.index < n.length && p.apply(s, W(i, 1)), + a = i[0].length, + u = o, + f <= s.length))); ) + c.lastIndex === i.index && c.lastIndex++, + i = c.exec(n); + return u === n.length ? !a && c.test("") || Z(s, "") : Z(s, Q(n, u)), + f < s.length ? W(s, 0, f) : s + } + ) : "0".split(void 0, 0).length && (r.split = function(t, e) { + return void 0 === t && 0 === e ? [] : q(this, t, e) + } + ); + var we, Ee; + var Se = r.replace; + Te = [], + "x".replace(/x(.)?/g, function(t, e) { + Z(Te, e) + }), + (1 !== Te.length || "undefined" != typeof Te[0]) && (r.replace = function(i, o) { + var t = I(o) + , e = d(i) && /\)[*?]/.test(i.source); + if (t && e) { + return Se.call(this, i, function(t) { + var e = arguments.length + , n = i.lastIndex; + i.lastIndex = 0; + var r = i.exec(t) || []; + return i.lastIndex = n, + Z(r, arguments[e - 2], arguments[e - 1]), + o.apply(this, r) + }) + } + return Se.call(this, i, o) + } + ); + var Te; + var xe = r.substr + , ke = "".substr && "b" !== "0b".substr(-1); + L(r, { + substr: function(t, e) { + var n = t; + return t < 0 && (n = m(this.length + t, 0)), + xe.call(this, n, e) + } + }, ke); + var Ie = "\t\n\x0B\f\r   ᠎              \u2028\u2029\ufeff" + , Ce = "[" + Ie + "]" + , Oe = new RegExp("^" + Ce + Ce + "*") + , Me = new RegExp(Ce + Ce + "*$") + , De = r.trim && (Ie.trim() || !"​".trim()); + L(r, { + trim: function Pe() { + if (null == this) + throw new TypeError("can't convert " + this + " to object"); + return g(this).replace(Oe, "").replace(Me, "") + } + }, De); + var Pe = v.bind(String.prototype.trim) + , Le = r.lastIndexOf && -1 !== "abcあい".lastIndexOf("あい", 2); + L(r, { + lastIndexOf: function(t) { + if (null == this) + throw new TypeError("can't convert " + this + " to object"); + for (var e = g(this), n = g(t), r = 1 < arguments.length ? b(arguments[1]) : NaN, i = j(r) ? Infinity : R.ToInteger(r), o = _(m(i, 0), e.length), a = n.length, s = o + a; 0 < s; ) { + s = m(0, s - a); + var l = X(Q(e, s, o + a), n); + if (-1 !== l) + return s + l + } + return -1 + } + }, Le); + var Ne = r.lastIndexOf; + L(r, { + lastIndexOf: function(t) { + return Ne.apply(this, arguments) + } + }, 1 !== r.lastIndexOf.length), + (8 !== parseInt(Ie + "08") || 22 !== parseInt(Ie + "0x16")) && (parseInt = (je = parseInt, + Re = /^[-+]?0[xX]/, + function(t, e) { + var n = Pe(String(t)) + , r = b(e) || (Re.test(n) ? 16 : 10); + return je(n, r) + } + )); + var je, Re; + 1 / parseFloat("-0") != -Infinity && (parseFloat = (Be = parseFloat, + function(t) { + var e = Pe(String(t)) + , n = Be(e); + return 0 === n && "-" === Q(e, 0, 1) ? -0 : n + } + )); + var Be; + if ("RangeError: test" !== String(new RangeError("test"))) { + Error.prototype.toString = function() { + if (null == this) + throw new TypeError("can't convert " + this + " to object"); + var t = this.name; + void 0 === t ? t = "Error" : "string" != typeof t && (t = g(t)); + var e = this.message; + void 0 === e ? e = "" : "string" != typeof e && (e = g(e)); + return t ? e ? t + ": " + e : t : e + } + } + if (P) { + var Ue = function(t, e) { + if (J(t, e)) { + var n = Object.getOwnPropertyDescriptor(t, e); + n.configurable && (n.enumerable = !1, + Object.defineProperty(t, e, n)) + } + }; + Ue(Error.prototype, "message"), + "" !== Error.prototype.message && (Error.prototype.message = ""), + Ue(Error.prototype, "name") + } + if ("/a/gim" !== String(/a/gim)) { + RegExp.prototype.toString = function() { + var t = "/" + this.source + "/"; + this.global && (t += "g"); + this.ignoreCase && (t += "i"); + this.multiline && (t += "m"); + return t + } + } + } + ) ? o.call(r, i, r, n) : o) === undefined || (n.exports = a) + }() + } + , function(n, r, i) { + var o, a; + !function(t, e) { + "use strict"; + (a = "function" == typeof (o = function() { + var s, l, u, c, t = Function.call, f = Object.prototype, d = t.bind(f.hasOwnProperty), h = t.bind(f.propertyIsEnumerable), n = t.bind(f.toString), p = d(f, "__defineGetter__"); + p && (s = t.bind(f.__defineGetter__), + l = t.bind(f.__defineSetter__), + u = t.bind(f.__lookupGetter__), + c = t.bind(f.__lookupSetter__)); + var A = function A(t) { + return null == t || "object" != typeof t && "function" != typeof t + }; + Object.getPrototypeOf || (Object.getPrototypeOf = function(t) { + var e = t.__proto__; + return e || null === e ? e : "[object Function]" === n(t.constructor) ? t.constructor.prototype : t instanceof Object ? f : null + } + ); + var r = function r(t) { + try { + return (t.sentinel = 0) === Object.getOwnPropertyDescriptor(t, "sentinel").value + } catch (e) { + return !1 + } + }; + if (Object.defineProperty) { + var e = r({}) + , i = "undefined" == typeof document || r(document.createElement("div")); + if (!i || !e) + var v = Object.getOwnPropertyDescriptor + } + if (!Object.getOwnPropertyDescriptor || v) { + Object.getOwnPropertyDescriptor = function(t, e) { + if (A(t)) + throw new TypeError("Object.getOwnPropertyDescriptor called on a non-object: " + t); + if (v) + try { + return v.call(Object, t, e) + } catch (s) {} + var n; + if (!d(t, e)) + return n; + if (n = { + enumerable: h(t, e), + configurable: !0 + }, + p) { + var r = t.__proto__ + , i = t !== f; + i && (t.__proto__ = f); + var o = u(t, e) + , a = c(t, e); + if (i && (t.__proto__ = r), + o || a) + return o && (n.get = o), + a && (n.set = a), + n + } + return n.value = t[e], + n.writable = !0, + n + } + } + Object.getOwnPropertyNames || (Object.getOwnPropertyNames = function(t) { + return Object.keys(t) + } + ); + if (!Object.create) { + var o, a = !({ + __proto__: null + }instanceof Object), y = function y() { + if (!document.domain) + return !1; + try { + return !!new ActiveXObject("htmlfile") + } catch (t) { + return !1 + } + }, m = function m() { + var t, e; + e = new ActiveXObject("htmlfile"); + return e.write(" + diff --git a/src/views/doctor-info.vue b/src/views/doctor-info.vue new file mode 100644 index 0000000..1715e52 --- /dev/null +++ b/src/views/doctor-info.vue @@ -0,0 +1,365 @@ + + + \ No newline at end of file diff --git a/src/views/education-centre.vue b/src/views/education-centre.vue new file mode 100644 index 0000000..e477661 --- /dev/null +++ b/src/views/education-centre.vue @@ -0,0 +1,543 @@ + + + diff --git a/src/views/feedback-history.vue b/src/views/feedback-history.vue new file mode 100644 index 0000000..76efcfb --- /dev/null +++ b/src/views/feedback-history.vue @@ -0,0 +1,137 @@ + + + \ No newline at end of file diff --git a/src/views/information.vue b/src/views/information.vue new file mode 100644 index 0000000..1f655c5 --- /dev/null +++ b/src/views/information.vue @@ -0,0 +1,89 @@ + + + \ No newline at end of file diff --git a/src/views/interact-search.vue b/src/views/interact-search.vue new file mode 100644 index 0000000..b4c9e89 --- /dev/null +++ b/src/views/interact-search.vue @@ -0,0 +1,209 @@ + + + + \ No newline at end of file diff --git a/src/views/interact.vue b/src/views/interact.vue new file mode 100644 index 0000000..b40c998 --- /dev/null +++ b/src/views/interact.vue @@ -0,0 +1,140 @@ + + + diff --git a/src/views/leave-message.vue b/src/views/leave-message.vue new file mode 100644 index 0000000..a9108e6 --- /dev/null +++ b/src/views/leave-message.vue @@ -0,0 +1,91 @@ + + + \ No newline at end of file diff --git a/src/views/live.vue b/src/views/live.vue new file mode 100644 index 0000000..646fd1a --- /dev/null +++ b/src/views/live.vue @@ -0,0 +1,221 @@ + + + \ No newline at end of file diff --git a/src/views/my.vue b/src/views/my.vue new file mode 100644 index 0000000..9e2c5c4 --- /dev/null +++ b/src/views/my.vue @@ -0,0 +1,418 @@ + + + diff --git a/src/views/personal-data.vue b/src/views/personal-data.vue new file mode 100644 index 0000000..a4d72c3 --- /dev/null +++ b/src/views/personal-data.vue @@ -0,0 +1,782 @@ + + + \ No newline at end of file diff --git a/src/views/private-records.vue b/src/views/private-records.vue new file mode 100644 index 0000000..86724a6 --- /dev/null +++ b/src/views/private-records.vue @@ -0,0 +1,61 @@ + + + \ No newline at end of file diff --git a/src/views/questionnaire.vue b/src/views/questionnaire.vue new file mode 100644 index 0000000..d29ba6f --- /dev/null +++ b/src/views/questionnaire.vue @@ -0,0 +1,240 @@ + + + \ No newline at end of file diff --git a/src/views/searchthings.vue b/src/views/searchthings.vue new file mode 100644 index 0000000..698637d --- /dev/null +++ b/src/views/searchthings.vue @@ -0,0 +1,233 @@ + + + \ No newline at end of file diff --git a/src/views/searchview.vue b/src/views/searchview.vue new file mode 100644 index 0000000..533d55b --- /dev/null +++ b/src/views/searchview.vue @@ -0,0 +1,188 @@ + + + \ No newline at end of file diff --git a/src/views/video.vue b/src/views/video.vue new file mode 100644 index 0000000..bc15e03 --- /dev/null +++ b/src/views/video.vue @@ -0,0 +1,76 @@ + + + \ No newline at end of file diff --git a/src/views/visiting-information.vue b/src/views/visiting-information.vue new file mode 100644 index 0000000..f16db58 --- /dev/null +++ b/src/views/visiting-information.vue @@ -0,0 +1,382 @@ + + + \ No newline at end of file diff --git a/src/views/webs-view.vue b/src/views/webs-view.vue new file mode 100644 index 0000000..c881866 --- /dev/null +++ b/src/views/webs-view.vue @@ -0,0 +1,249 @@ + + + \ No newline at end of file diff --git a/vite.config.js b/vite.config.js new file mode 100644 index 0000000..f592538 --- /dev/null +++ b/vite.config.js @@ -0,0 +1,102 @@ +import { + join +} from 'path' +import { + defineConfig +} from 'vite'; +import vue from '@vitejs/plugin-vue'; +import { + VuetifyResolver +} from 'unplugin-vue-components/resolvers'; +import Components from 'unplugin-vue-components/vite'; +import AutoImport from 'unplugin-auto-import/vite'; +import viteCompression from 'vite-plugin-compression' +import { visualizer } from 'rollup-plugin-visualizer' //查看项目的依赖 +import { createHtmlPlugin } from 'vite-plugin-html' + + +export default defineConfig(({ command }) => { + return { + base: command === 'build' ? './' : './', + plugins: [ + vue(), + AutoImport({ + // 自动导入 Vue 相关函数,如:ref, reactive, toRef 等 + imports: ['vue'] + }), + visualizer({ + open: false + }), + // 将下面的添加到plugin下 + createHtmlPlugin({ + minify: true, + inject: { + data: { + title: '健康宣教', + } + } + }), + Components({ + resolvers: [VuetifyResolver()], + include: [/\.vue$/, /\.vue\?vue/, /\.md$/], + dirs: ['src/components', 'src/views'], + }), + ], + + build: { + assetsInlineLimit: 4096, // 图片转 base64 编码的阈值 + minify: 'terser', + plugins: [ + viteCompression({ + threshold: 1024000 // 对大于 1mb 的文件进行压缩 + }), + ], + // rollup 配置 + rollupOptions: { + output: { + chunkFileNames: 'static/js/[name]-[hash].js', // 引入文件名的名称 + entryFileNames: 'static/js/[name]-[hash].js', // 包的入口文件名称 + assetFileNames: 'static/[ext]/[name]-[hash].[ext]', // 资源文件像 字体,图片等 + manualChunks(id) { + // 如果不同模块使用的插件基本相同那就尽可能打包在同一个文件中,减少http请求,如果不同模块使用不同插件明显,那就分成不同模块打包。这是一个矛盾体。 + // 这里使用的是最小化拆分包。如果是前者可以直接选择返回'vendor'。 + if (id.includes('node_modules')) { + return id.toString().split('node_modules/')[1].split('/')[0].toString(); //让打开那个页面,加载那个页面的js ,让之间的关联足够小 + // return 'vendor' 如果不同模块使用的插件基本相同那就尽可能打包在同一个文件中,减少http请求; + } + } + } + }, + terserOptions: { + compress: { + //生产环境时移除console + drop_console: true, + drop_debugger: true, + }, + }, + }, + resolve: { + alias: { + '@': join(__dirname, 'src'), + } + }, + server: { + host: true, + port: 1798, + //secure: false, + proxy: { + // '/api': { + //   target: 'https://vue3.go-admin.dev', + //   changeOrigin: true,             //开启跨域 + //   rewrite: (path) => path.replace(/^\/api/, '') + // }, + '/book': { + target: 'https://twx.igandan.org', + changeOrigin: true, //开启跨域 + rewrite: (path) => path.replace(/^\/book/, '') + } + } + }, + publicDir: '/public' + } +}); \ No newline at end of file diff --git a/vite.config.js.timestamp-1764656140609-5457f25a2c79e.mjs b/vite.config.js.timestamp-1764656140609-5457f25a2c79e.mjs new file mode 100644 index 0000000..86f5deb --- /dev/null +++ b/vite.config.js.timestamp-1764656140609-5457f25a2c79e.mjs @@ -0,0 +1,108 @@ +// vite.config.js +import { + join +} from "path"; +import { + defineConfig +} from "file:///D:/jiaojiework/eduOnline/node_modules/vite/dist/node/index.js"; +import vue from "file:///D:/jiaojiework/eduOnline/node_modules/@vitejs/plugin-vue/dist/index.mjs"; +import { + VuetifyResolver +} from "file:///D:/jiaojiework/eduOnline/node_modules/unplugin-vue-components/dist/resolvers.mjs"; +import Components from "file:///D:/jiaojiework/eduOnline/node_modules/unplugin-vue-components/dist/vite.mjs"; +import AutoImport from "file:///D:/jiaojiework/eduOnline/node_modules/unplugin-auto-import/dist/vite.js"; +import viteCompression from "file:///D:/jiaojiework/eduOnline/node_modules/vite-plugin-compression/dist/index.mjs"; +import { visualizer } from "file:///D:/jiaojiework/eduOnline/node_modules/rollup-plugin-visualizer/dist/plugin/index.js"; +import { createHtmlPlugin } from "file:///D:/jiaojiework/eduOnline/node_modules/vite-plugin-html/dist/index.mjs"; +var __vite_injected_original_dirname = "D:\\jiaojiework\\eduOnline"; +var vite_config_default = defineConfig(({ command }) => { + return { + base: command === "build" ? "./" : "./", + plugins: [ + vue(), + AutoImport({ + // 自动导入 Vue 相关函数,如:ref, reactive, toRef 等 + imports: ["vue"] + }), + visualizer({ + open: false + }), + // 将下面的添加到plugin下 + createHtmlPlugin({ + minify: true, + inject: { + data: { + title: "\u5065\u5EB7\u5BA3\u6559" + } + } + }), + Components({ + resolvers: [VuetifyResolver()], + include: [/\.vue$/, /\.vue\?vue/, /\.md$/], + dirs: ["src/components", "src/views"] + }) + ], + build: { + assetsInlineLimit: 4096, + // 图片转 base64 编码的阈值 + minify: "terser", + plugins: [ + viteCompression({ + threshold: 1024e3 + // 对大于 1mb 的文件进行压缩 + }) + ], + // rollup 配置 + rollupOptions: { + output: { + chunkFileNames: "static/js/[name]-[hash].js", + // 引入文件名的名称 + entryFileNames: "static/js/[name]-[hash].js", + // 包的入口文件名称 + assetFileNames: "static/[ext]/[name]-[hash].[ext]", + // 资源文件像 字体,图片等 + manualChunks(id) { + if (id.includes("node_modules")) { + return id.toString().split("node_modules/")[1].split("/")[0].toString(); + } + } + } + }, + terserOptions: { + compress: { + //生产环境时移除console + drop_console: true, + drop_debugger: true + } + } + }, + resolve: { + alias: { + "@": join(__vite_injected_original_dirname, "src") + } + }, + server: { + host: true, + port: 1798, + //secure: false, + proxy: { + // '/api': { + //   target: 'https://vue3.go-admin.dev', + //   changeOrigin: true,             //开启跨域 + //   rewrite: (path) => path.replace(/^\/api/, '') + // }, + "/book": { + target: "https://twx.igandan.org", + changeOrigin: true, + //开启跨域 + rewrite: (path) => path.replace(/^\/book/, "") + } + } + }, + publicDir: "/public" + }; +}); +export { + vite_config_default as default +}; +//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsidml0ZS5jb25maWcuanMiXSwKICAic291cmNlc0NvbnRlbnQiOiBbImNvbnN0IF9fdml0ZV9pbmplY3RlZF9vcmlnaW5hbF9kaXJuYW1lID0gXCJEOlxcXFxqaWFvamlld29ya1xcXFxlZHVPbmxpbmVcIjtjb25zdCBfX3ZpdGVfaW5qZWN0ZWRfb3JpZ2luYWxfZmlsZW5hbWUgPSBcIkQ6XFxcXGppYW9qaWV3b3JrXFxcXGVkdU9ubGluZVxcXFx2aXRlLmNvbmZpZy5qc1wiO2NvbnN0IF9fdml0ZV9pbmplY3RlZF9vcmlnaW5hbF9pbXBvcnRfbWV0YV91cmwgPSBcImZpbGU6Ly8vRDovamlhb2ppZXdvcmsvZWR1T25saW5lL3ZpdGUuY29uZmlnLmpzXCI7aW1wb3J0IHtcclxuICBqb2luXHJcbn0gZnJvbSAncGF0aCdcclxuaW1wb3J0IHtcclxuICBkZWZpbmVDb25maWdcclxufSBmcm9tICd2aXRlJztcclxuaW1wb3J0IHZ1ZSBmcm9tICdAdml0ZWpzL3BsdWdpbi12dWUnO1xyXG5pbXBvcnQge1xyXG4gIFZ1ZXRpZnlSZXNvbHZlclxyXG59IGZyb20gJ3VucGx1Z2luLXZ1ZS1jb21wb25lbnRzL3Jlc29sdmVycyc7XHJcbmltcG9ydCBDb21wb25lbnRzIGZyb20gJ3VucGx1Z2luLXZ1ZS1jb21wb25lbnRzL3ZpdGUnO1xyXG5pbXBvcnQgQXV0b0ltcG9ydCBmcm9tICd1bnBsdWdpbi1hdXRvLWltcG9ydC92aXRlJztcclxuaW1wb3J0IHZpdGVDb21wcmVzc2lvbiBmcm9tICd2aXRlLXBsdWdpbi1jb21wcmVzc2lvbidcclxuaW1wb3J0IHsgdmlzdWFsaXplciB9IGZyb20gJ3JvbGx1cC1wbHVnaW4tdmlzdWFsaXplcicgLy9cdTY3RTVcdTc3MEJcdTk4NzlcdTc2RUVcdTc2ODRcdTRGOURcdThENTZcclxuaW1wb3J0IHsgY3JlYXRlSHRtbFBsdWdpbiB9IGZyb20gJ3ZpdGUtcGx1Z2luLWh0bWwnXHJcblxyXG5cclxuZXhwb3J0IGRlZmF1bHQgZGVmaW5lQ29uZmlnKCh7IGNvbW1hbmQgfSkgPT4ge1xyXG4gIHJldHVybiB7XHJcbiAgICBiYXNlOiBjb21tYW5kID09PSAnYnVpbGQnID8gJy4vJyA6ICcuLycsXHJcbiAgICBwbHVnaW5zOiBbXHJcbiAgICAgIHZ1ZSgpLFxyXG4gICAgICBBdXRvSW1wb3J0KHtcclxuICAgICAgICAvLyBcdTgxRUFcdTUyQThcdTVCRkNcdTUxNjUgVnVlIFx1NzZGOFx1NTE3M1x1NTFGRFx1NjU3MFx1RkYwQ1x1NTk4Mlx1RkYxQXJlZiwgcmVhY3RpdmUsIHRvUmVmIFx1N0I0OVxyXG4gICAgICAgIGltcG9ydHM6IFsndnVlJ11cclxuICAgICAgfSksXHJcbiAgICAgIHZpc3VhbGl6ZXIoe1xyXG4gICAgICAgIG9wZW46IGZhbHNlXHJcbiAgICAgIH0pLFxyXG4gICAgICAvLyBcdTVDMDZcdTRFMEJcdTk3NjJcdTc2ODRcdTZERkJcdTUyQTBcdTUyMzBwbHVnaW5cdTRFMEJcclxuICAgICAgY3JlYXRlSHRtbFBsdWdpbih7XHJcbiAgICAgICAgbWluaWZ5OiB0cnVlLFxyXG4gICAgICAgIGluamVjdDoge1xyXG4gICAgICAgICAgZGF0YToge1xyXG4gICAgICAgICAgICB0aXRsZTogJ1x1NTA2NVx1NUVCN1x1NUJBM1x1NjU1OScsXHJcbiAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgICB9KSxcclxuICAgICAgQ29tcG9uZW50cyh7XHJcbiAgICAgICAgcmVzb2x2ZXJzOiBbVnVldGlmeVJlc29sdmVyKCldLFxyXG4gICAgICAgIGluY2x1ZGU6IFsvXFwudnVlJC8sIC9cXC52dWVcXD92dWUvLCAvXFwubWQkL10sXHJcbiAgICAgICAgZGlyczogWydzcmMvY29tcG9uZW50cycsICdzcmMvdmlld3MnXSxcclxuICAgICAgfSksXHJcbiAgICBdLFxyXG5cclxuICAgIGJ1aWxkOiB7XHJcbiAgICAgIGFzc2V0c0lubGluZUxpbWl0OiA0MDk2LCAvLyBcdTU2RkVcdTcyNDdcdThGNkMgYmFzZTY0IFx1N0YxNlx1NzgwMVx1NzY4NFx1OTYwOFx1NTAzQ1xyXG4gICAgICBtaW5pZnk6ICd0ZXJzZXInLFxyXG4gICAgICBwbHVnaW5zOiBbXHJcbiAgICAgICAgdml0ZUNvbXByZXNzaW9uKHtcclxuICAgICAgICAgIHRocmVzaG9sZDogMTAyNDAwMCAvLyBcdTVCRjlcdTU5MjdcdTRFOEUgMW1iIFx1NzY4NFx1NjU4N1x1NEVGNlx1OEZEQlx1ODg0Q1x1NTM4Qlx1N0YyOVxyXG4gICAgICAgIH0pLFxyXG4gICAgICBdLFxyXG4gICAgICAvLyByb2xsdXAgXHU5MTREXHU3RjZFXHJcbiAgICAgIHJvbGx1cE9wdGlvbnM6IHtcclxuICAgICAgICBvdXRwdXQ6IHtcclxuICAgICAgICAgIGNodW5rRmlsZU5hbWVzOiAnc3RhdGljL2pzL1tuYW1lXS1baGFzaF0uanMnLCAvLyBcdTVGMTVcdTUxNjVcdTY1ODdcdTRFRjZcdTU0MERcdTc2ODRcdTU0MERcdTc5RjBcclxuICAgICAgICAgIGVudHJ5RmlsZU5hbWVzOiAnc3RhdGljL2pzL1tuYW1lXS1baGFzaF0uanMnLCAvLyBcdTUzMDVcdTc2ODRcdTUxNjVcdTUzRTNcdTY1ODdcdTRFRjZcdTU0MERcdTc5RjBcclxuICAgICAgICAgIGFzc2V0RmlsZU5hbWVzOiAnc3RhdGljL1tleHRdL1tuYW1lXS1baGFzaF0uW2V4dF0nLCAvLyBcdThENDRcdTZFOTBcdTY1ODdcdTRFRjZcdTUwQ0YgXHU1QjU3XHU0RjUzXHVGRjBDXHU1NkZFXHU3MjQ3XHU3QjQ5XHJcbiAgICAgICAgICBtYW51YWxDaHVua3MoaWQpIHtcclxuICAgICAgICAgICAgLy8gXHU1OTgyXHU2NzlDXHU0RTBEXHU1NDBDXHU2QTIxXHU1NzU3XHU0RjdGXHU3NTI4XHU3Njg0XHU2M0QyXHU0RUY2XHU1N0ZBXHU2NzJDXHU3NkY4XHU1NDBDXHU5MEEzXHU1QzMxXHU1QzNEXHU1M0VGXHU4MEZEXHU2MjUzXHU1MzA1XHU1NzI4XHU1NDBDXHU0RTAwXHU0RTJBXHU2NTg3XHU0RUY2XHU0RTJEXHVGRjBDXHU1MUNGXHU1QzExaHR0cFx1OEJGN1x1NkM0Mlx1RkYwQ1x1NTk4Mlx1Njc5Q1x1NEUwRFx1NTQwQ1x1NkEyMVx1NTc1N1x1NEY3Rlx1NzUyOFx1NEUwRFx1NTQwQ1x1NjNEMlx1NEVGNlx1NjYwRVx1NjYzRVx1RkYwQ1x1OTBBM1x1NUMzMVx1NTIwNlx1NjIxMFx1NEUwRFx1NTQwQ1x1NkEyMVx1NTc1N1x1NjI1M1x1NTMwNVx1MzAwMlx1OEZEOVx1NjYyRlx1NEUwMFx1NEUyQVx1NzdEQlx1NzZGRVx1NEY1M1x1MzAwMlxyXG4gICAgICAgICAgICAvLyBcdThGRDlcdTkxQ0NcdTRGN0ZcdTc1MjhcdTc2ODRcdTY2MkZcdTY3MDBcdTVDMEZcdTUzMTZcdTYyQzZcdTUyMDZcdTUzMDVcdTMwMDJcdTU5ODJcdTY3OUNcdTY2MkZcdTUyNERcdTgwMDVcdTUzRUZcdTRFRTVcdTc2RjRcdTYzQTVcdTkwMDlcdTYyRTlcdThGRDRcdTU2REUndmVuZG9yJ1x1MzAwMlxyXG4gICAgICAgICAgICBpZiAoaWQuaW5jbHVkZXMoJ25vZGVfbW9kdWxlcycpKSB7XHJcbiAgICAgICAgICAgICAgcmV0dXJuIGlkLnRvU3RyaW5nKCkuc3BsaXQoJ25vZGVfbW9kdWxlcy8nKVsxXS5zcGxpdCgnLycpWzBdLnRvU3RyaW5nKCk7IC8vXHU4QkE5XHU2MjUzXHU1RjAwXHU5MEEzXHU0RTJBXHU5ODc1XHU5NzYyXHVGRjBDXHU1MkEwXHU4RjdEXHU5MEEzXHU0RTJBXHU5ODc1XHU5NzYyXHU3Njg0anMgXHVGRjBDXHU4QkE5XHU0RTRCXHU5NUY0XHU3Njg0XHU1MTczXHU4MDU0XHU4REIzXHU1OTFGXHU1QzBGXHJcbiAgICAgICAgICAgICAgLy8gcmV0dXJuICd2ZW5kb3InICAgXHU1OTgyXHU2NzlDXHU0RTBEXHU1NDBDXHU2QTIxXHU1NzU3XHU0RjdGXHU3NTI4XHU3Njg0XHU2M0QyXHU0RUY2XHU1N0ZBXHU2NzJDXHU3NkY4XHU1NDBDXHU5MEEzXHU1QzMxXHU1QzNEXHU1M0VGXHU4MEZEXHU2MjUzXHU1MzA1XHU1NzI4XHU1NDBDXHU0RTAwXHU0RTJBXHU2NTg3XHU0RUY2XHU0RTJEXHVGRjBDXHU1MUNGXHU1QzExaHR0cFx1OEJGN1x1NkM0MjtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgICAgfSxcclxuICAgICAgdGVyc2VyT3B0aW9uczoge1xyXG4gICAgICAgIGNvbXByZXNzOiB7XHJcbiAgICAgICAgICAvL1x1NzUxRlx1NEVBN1x1NzNBRlx1NTg4M1x1NjVGNlx1NzlGQlx1OTY2NGNvbnNvbGVcclxuICAgICAgICAgIGRyb3BfY29uc29sZTogdHJ1ZSxcclxuICAgICAgICAgIGRyb3BfZGVidWdnZXI6IHRydWUsXHJcbiAgICAgICAgfSxcclxuICAgICAgfSxcclxuICAgIH0sXHJcbiAgICByZXNvbHZlOiB7XHJcbiAgICAgIGFsaWFzOiB7XHJcbiAgICAgICAgJ0AnOiBqb2luKF9fZGlybmFtZSwgJ3NyYycpLFxyXG4gICAgICB9XHJcbiAgICB9LFxyXG4gICAgc2VydmVyOiB7XHJcbiAgICAgIGhvc3Q6IHRydWUsXHJcbiAgICAgIHBvcnQ6IDE3OTgsXHJcbiAgICAgIC8vc2VjdXJlOiBmYWxzZSxcclxuICAgICAgcHJveHk6IHtcclxuICAgICAgICAvLyAnL2FwaSc6IHtcclxuICAgICAgICAvLyBcdTAwQTAgdGFyZ2V0OiAnaHR0cHM6Ly92dWUzLmdvLWFkbWluLmRldicsXHJcbiAgICAgICAgLy8gXHUwMEEwIGNoYW5nZU9yaWdpbjogdHJ1ZSwgXHUwMEEwIFx1MDBBMCBcdTAwQTAgXHUwMEEwIFx1MDBBMCBcdTAwQTAgLy9cdTVGMDBcdTU0MkZcdThERThcdTU3REZcclxuICAgICAgICAvLyBcdTAwQTAgcmV3cml0ZTogKHBhdGgpID0+IHBhdGgucmVwbGFjZSgvXlxcL2FwaS8sICcnKVxyXG4gICAgICAgIC8vIH0sXHJcbiAgICAgICAgJy9ib29rJzoge1xyXG4gICAgICAgICAgdGFyZ2V0OiAnaHR0cHM6Ly90d3guaWdhbmRhbi5vcmcnLFxyXG4gICAgICAgICAgY2hhbmdlT3JpZ2luOiB0cnVlLCAvL1x1NUYwMFx1NTQyRlx1OERFOFx1NTdERlxyXG4gICAgICAgICAgcmV3cml0ZTogKHBhdGgpID0+IHBhdGgucmVwbGFjZSgvXlxcL2Jvb2svLCAnJylcclxuICAgICAgICB9XHJcbiAgICAgIH1cclxuICAgIH0sXHJcbiAgICBwdWJsaWNEaXI6ICcvcHVibGljJ1xyXG4gIH1cclxufSk7Il0sCiAgIm1hcHBpbmdzIjogIjtBQUFnUTtBQUFBLEVBQzlQO0FBQUEsT0FDSztBQUNQO0FBQUEsRUFDRTtBQUFBLE9BQ0s7QUFDUCxPQUFPLFNBQVM7QUFDaEI7QUFBQSxFQUNFO0FBQUEsT0FDSztBQUNQLE9BQU8sZ0JBQWdCO0FBQ3ZCLE9BQU8sZ0JBQWdCO0FBQ3ZCLE9BQU8scUJBQXFCO0FBQzVCLFNBQVMsa0JBQWtCO0FBQzNCLFNBQVMsd0JBQXdCO0FBZGpDLElBQU0sbUNBQW1DO0FBaUJ6QyxJQUFPLHNCQUFRLGFBQWEsQ0FBQyxFQUFFLFFBQVEsTUFBTTtBQUMzQyxTQUFPO0FBQUEsSUFDTCxNQUFNLFlBQVksVUFBVSxPQUFPO0FBQUEsSUFDbkMsU0FBUztBQUFBLE1BQ1AsSUFBSTtBQUFBLE1BQ0osV0FBVztBQUFBO0FBQUEsUUFFVCxTQUFTLENBQUMsS0FBSztBQUFBLE1BQ2pCLENBQUM7QUFBQSxNQUNELFdBQVc7QUFBQSxRQUNULE1BQU07QUFBQSxNQUNSLENBQUM7QUFBQTtBQUFBLE1BRUQsaUJBQWlCO0FBQUEsUUFDZixRQUFRO0FBQUEsUUFDUixRQUFRO0FBQUEsVUFDTixNQUFNO0FBQUEsWUFDSixPQUFPO0FBQUEsVUFDVDtBQUFBLFFBQ0Y7QUFBQSxNQUNGLENBQUM7QUFBQSxNQUNELFdBQVc7QUFBQSxRQUNULFdBQVcsQ0FBQyxnQkFBZ0IsQ0FBQztBQUFBLFFBQzdCLFNBQVMsQ0FBQyxVQUFVLGNBQWMsT0FBTztBQUFBLFFBQ3pDLE1BQU0sQ0FBQyxrQkFBa0IsV0FBVztBQUFBLE1BQ3RDLENBQUM7QUFBQSxJQUNIO0FBQUEsSUFFQSxPQUFPO0FBQUEsTUFDTCxtQkFBbUI7QUFBQTtBQUFBLE1BQ25CLFFBQVE7QUFBQSxNQUNSLFNBQVM7QUFBQSxRQUNQLGdCQUFnQjtBQUFBLFVBQ2QsV0FBVztBQUFBO0FBQUEsUUFDYixDQUFDO0FBQUEsTUFDSDtBQUFBO0FBQUEsTUFFQSxlQUFlO0FBQUEsUUFDYixRQUFRO0FBQUEsVUFDTixnQkFBZ0I7QUFBQTtBQUFBLFVBQ2hCLGdCQUFnQjtBQUFBO0FBQUEsVUFDaEIsZ0JBQWdCO0FBQUE7QUFBQSxVQUNoQixhQUFhLElBQUk7QUFHZixnQkFBSSxHQUFHLFNBQVMsY0FBYyxHQUFHO0FBQy9CLHFCQUFPLEdBQUcsU0FBUyxFQUFFLE1BQU0sZUFBZSxFQUFFLENBQUMsRUFBRSxNQUFNLEdBQUcsRUFBRSxDQUFDLEVBQUUsU0FBUztBQUFBLFlBRXhFO0FBQUEsVUFDRjtBQUFBLFFBQ0Y7QUFBQSxNQUNGO0FBQUEsTUFDQSxlQUFlO0FBQUEsUUFDYixVQUFVO0FBQUE7QUFBQSxVQUVSLGNBQWM7QUFBQSxVQUNkLGVBQWU7QUFBQSxRQUNqQjtBQUFBLE1BQ0Y7QUFBQSxJQUNGO0FBQUEsSUFDQSxTQUFTO0FBQUEsTUFDUCxPQUFPO0FBQUEsUUFDTCxLQUFLLEtBQUssa0NBQVcsS0FBSztBQUFBLE1BQzVCO0FBQUEsSUFDRjtBQUFBLElBQ0EsUUFBUTtBQUFBLE1BQ04sTUFBTTtBQUFBLE1BQ04sTUFBTTtBQUFBO0FBQUEsTUFFTixPQUFPO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBLFFBTUwsU0FBUztBQUFBLFVBQ1AsUUFBUTtBQUFBLFVBQ1IsY0FBYztBQUFBO0FBQUEsVUFDZCxTQUFTLENBQUMsU0FBUyxLQUFLLFFBQVEsV0FBVyxFQUFFO0FBQUEsUUFDL0M7QUFBQSxNQUNGO0FBQUEsSUFDRjtBQUFBLElBQ0EsV0FBVztBQUFBLEVBQ2I7QUFDRixDQUFDOyIsCiAgIm5hbWVzIjogW10KfQo=