Vant省地市json数据

本文介绍如何在Vue项目中结合Vant组件库,利用JSON数据实现省地市选择功能。提供了一个包含省市区三级联动的数据示例。
摘要由CSDN通过智能技术生成

vue + Vant省地市json数据

数据:

fromJson: [
      {
   
        text: '山东省',
        children: [
          {
   
            text: '济南市',
            children: [{
   text: '历下区'}, {
   text: '市中区'}, {
   text: '槐荫区'}, {
   text: '天桥区'}, {
   text: '历城区'}, {
   text: '长清区'}, {
   text: '章丘区'}, {
   text: '平阴县'}, {
   text: '济阳县'}, {
   text: '商河县'}]
          }, {
   
            text: '青岛市',
            children: [{
   text: '市南区'}, {
   text: '市北区'}, {
   text: '黄岛区'}, {
   text: '崂山区'}, {
   text: '李沧区'}, {
   text: '城阳区'}, {
   text: '即墨区'}, {
   text: '胶州市'}, {
   text: '平度市'}, {
   text: '莱西市'}]
          }, {
   
            text: '淄博市',
            children: [{
   text: '淄川区'}, {
   text: '张店区'}, {
   text: '博山区'}, {
   text: '临淄区'}, {
   text: '桓台县'}, {
   text: '周村区'}, {
   text: '高青县'}, {
   text: '沂源县'}]
          }, {
   
            text: '枣庄市',
            children: [{
   text: '市中区'}, {
   text: '薛城区'}, {
   text: '峄城区'}, {
   text: '台儿庄区'}, {
   text: '山亭区'}, {
   text: '滕州市'}]
          }, {
   
            text: '东营市',
            children: [{
   text: '东营区'}, {
   text: '河口区'}, {
   text: '垦利区'}, {
   text: '利津县'}, {
   text: '广饶县'}]
          }, {
   
            text: '烟台市',
            children: [{
   text: '芝罘区'}, {
   text: '福山区'}, {
   text: '牟平区'}, {
   text: '莱山区'}, {
   text: '长岛县'}, {
   text: '龙口市'}, {
   text: '莱阳市'}, {
   text: '蓬莱市'}, {
   text: '招远市'}, {
   text: '栖霞市'}, {
   text: '海阳市'}]
          }, {
   
            text: '潍坊市',
            children: [{
   text: '潍城区'}, {
   text: '寒亭区'}, {
   text: '坊子区'}, {
   text: '奎文区'}, {
   text: '临朐县'}, {
   text: '昌乐县'}, {
   text: '青州市'}, {
   text: '诸城市'}, {
   text: '寿光市'}, {
   text: '安丘市'}, {
   text: '高密市'}, {
   text: '昌邑市'}]
          }, {
   
            text: '济宁市',
            children: [{
   text: '任城区'}, {
   text: '兖州区'}, {
   text: '微山县'}, {
   text: '鱼台县'}, {
   text: '金乡县'}, {
   text: '嘉祥县'}, {
   text: '汶上县'}, {
   text: '泗水县'}, {
   text: '梁山县'}, {
   text: '曲阜市'}, {
   text: '邹城市'}]
          }, {
   
            text: '泰安市',
            children: [{
   text: '泰山区'}, {
   text: '岱岳区'}, {
   text: '宁阳县'}, {
   text: '东平县'}, {
   text: '新泰市'}, {
   text: '肥城市'}]
          }, {
   
            text: '威海市',
            children: [{
   text: '环翠区'}, {
   text: '文登区'}, {
   text: '荣成市'}, {
   text: '乳山市'}]
          }, {
   
            text: '日照市',
            children: [{
   text: '东港区'}, {
   text: '岚山区'}, {
   text: '五莲县'}, {
   text: '莒县'}]
          }, {
   
            text: '莱芜市',
            children: [{
   text: '莱城区'}, {
   text: '钢城区'}]
          }, {
   
            text: '临沂市',
            children: [{
   text: '兰山区'}, {
   text: '罗庄区'}, {
   text: '河东区'}, {
   text: '沂南县'}, {
   text: '郯城县'}, {
   text: '沂水县'}, {
   text: '兰陵县'}, {
   text: '费县'}, {
   text: '平邑县'}, {
   text: '莒南县'}, {
   text: '蒙阴县'}, {
   text: '临沭县'}]
          }, {
   
            text: '德州市',
            children: [{
   text: '德城区'}, {
   text: '陵城区'}, {
   text: '宁津县'}, {
   text: '庆云县'}, {
   text: '临邑县'}, {
   text: '齐河县'}, {
   text: '平原县'}, {
   text: '夏津县'}, {
   text: '武城县'}, {
   text: '乐陵市'}, {
   text: '禹城市'}]
          }, {
   
            text: '聊城市',
            children: [{
   text: '东昌府区'}, {
   text: '阳谷县'}, {
   text: '莘县'}, {
   text: '茌平县'}, {
   text: '东阿县'}, {
   text: '冠县'}, {
   text: '高唐县'}, {
   text: '临清市'}]
          }, {
   
            text: '滨州市',
            children: [{
   text: '滨城区'}, {
   text: '沾化区'}, {
   text: '惠民县'}, {
   text: '阳信县'}, {
   text: '无棣县'}, {
   text: '博兴县'}, {
   text: '邹平县'}]
          }, {
   
            text: '菏泽市',
            children: [{
   text: '牡丹区'}, {
   text: '定陶区'}, {
   text: '曹县'}, {
   text: '单县'}, {
   text: '成武县'}, {
   text: '巨野县'}, {
   text: '郓城县'}, {
   text: '东明县'}]
          }
        ]
      }, {
   
        text: "河北省",
        children: [
          {
   
            text: '石家庄市',
            children: [{
   text: '长安区'}, {
   text: '桥西区'}, {
   text: '新华区'}, {
   text: '井陉矿区'}, {
   text: '裕华区'}, {
   text: '藁城区'}, {
   text: '鹿泉区'}, {
   text: '栾城区'}, {
   text: '井陉县'}, {
   text: '正定县'}, {
   text: '行唐县'}, {
   text: '灵寿县'}, {
   text: '高邑县'}, {
   text: '深泽县'}, {
   text: '赞皇县'}, {
   text: '无极县'}, {
   text: '平山县'}, {
   text: '元氏县'}, {
   text: '赵县'}, {
   text: '辛集市'}, {
   text: '晋州市'}, {
   text: '新乐市'}]
          }, {
   
            text: '唐山市',
            children: [{
   text: '路南区'}, {
   text: '路北区'}, {
   text: '古冶区'}, {
   text: '开平区'}, {
   text: '丰南区'}, {
   text: '丰润区'}, {
   text: '曹妃甸区'}, {
   text: '滦县'}, {
   text: '滦南县'}, {
   text: '乐亭县'}, {
   text: '迁西县'}, {
   text: '玉田县'}, {
   text: '遵化市'}, {
   text: '迁安市'}]
          }, {
   
            text: '秦皇岛市',
            children: [{
   text: '海港区'}, {
   text: '山海关区'}, {
   text: '北戴河区'}, {
   text: '抚宁区'}, {
   text: '青龙满族自治县'}, {
   text: '昌黎县'}, {
   text: '卢龙县'}]
          }, {
   
            text: '邯郸市',
            children: [{
   text: '邯山区'}, {
   text: '丛台区'}, {
   text: '复兴区'}, {
   text: '峰峰矿区'}, {
   text: '肥乡区'}, {
   text: '永年区'}, {
   text: '临漳县'}, {
   text: '成安县'}, {
   text: '大名县'}, {
   text: '涉县'}, {
   text: '磁县'}, {
   text: '邱县'}, {
   text: '鸡泽县'}, {
   text: '广平县'}, {
   text: '馆陶县'}, {
   text: '魏县'}, {
   text: '曲周县'}, {
   text: '武安市'}]
          }, {
   
            text: '邢台市',
            children: [{
   text: '桥东区'}, {
   text: '桥西区'}, {
   text: '邢台县'}, {
   text: '临城县'}, {
   text: '内丘县'}, {
   text: '柏乡县'}, {
   text: '隆尧县'}, {
   text: '任县'}, {
   text: '南和县'}, {
   text: '宁晋县'}, {
   text: '巨鹿县'}, {
   text: '新河县'}, {
   text: '广宗县'}, {
   text: '平乡县'}, {
   text: '威县'}, {
   text: '清河县'}, {
   text: '临西县'}, {
   text: '南宫市'}, {
   text: '沙河市'}]
          }, {
   
            text: '保定市',
            children: [{
   text: '竞秀区'}, {
   text: '莲池区'}, {
   text: '满城区'}, {
   text: '清苑区'}, {
   text: '徐水区'}, {
   text: '涞水县'}, {
   text: '阜平县'}, {
   text: '定兴县'}, {
   text: '唐县'}, {
   text: '高阳县'}, {
   text: '容城县'}, {
   text: '涞源县'}, {
   text: '望都县'}, {
   text: '安新县'}, {
   text: '易县'}, {
   text: '曲阳县'}, {
   text: '蠡县'}, {
   text: '顺平县'}, {
   text: '博野县'}, {
   text: '雄县'}, {
   text: '涿州市'}, {
   text: '定州市'}, {
   text: '安国市'}, {
   text: '高碑店市'}]
          }, {
   
            text: '张家口市',
            children: [{
   text: '桥东区'}, {
   text: '桥西区'}, {
   text: '宣化区'}, {
   text: '下花园区'}, {
   text: '万全区'}, {
   text: '崇礼区'}, {
   text: '张北县'}, {
   text: '康保县'}, {
   text: '沽源县'}, {
   text: '尚义县'}, {
   text: '蔚县'}, {
   text: '阳原县'}, {
   text: '怀安县'}, {
   text: '怀来县'}, {
   text: '涿鹿县'}, {
   text: '赤城县'}]
          }, {
   
            text: '承德市',
            children: [{
   text: '双桥区'}, {
   text: '双滦区'}, {
   text: '鹰手营子矿区'}, {
   text: '承德县'}, {
   text: '兴隆县'}, {
   text: '滦平县'}, {
   text: '隆化县'}, {
   text: '丰宁满族自治县'}, {
   text: '宽城满族自治县'}, {
   text: '围场满族蒙古族自治县'}, {
   text: '平原市'}]
          }, {
   
            text: '沧州市',
            children: [{
   text: '新华区'}, {
   text: '运河区'}, {
   text: '沧县'}, {
   text: '青县'}, {
   text: '东光县'}, {
   text: '海兴县'}, {
   text: '盐山县'}, {
   text: '肃宁县'}, {
   text: '南皮县'}, {
   text: '吴桥县'}, {
   text: '献县'}, {
   text: '孟村回族自治县'}, {
   text: '泊头市'}, {
   text: '任丘市'}, {
   text: '黄骅市'}, {
   text: '河间市'}]
          }, {
   
            text: '廊坊市',
            children: [{
   text: '安次区'}, {
   text: '广阳区'}, {
   text: '固安县'}, {
   text: '永清县'}, {
   text: '香河县'}, {
   text: '大城县'}, {
   text: '文安县'}, {
   text: '大厂回族自治县'}, {
   text: '霸州市'}, {
   text: '三河市'}]
          }, {
   
            text: '衡水市',
            children: [{
   text: '桃城区'}, {
   text: '冀州区'}, {
   text: '枣强县'}, {
   text: '武邑县'}, {
   text: '武强县'}, {
   text: '饶阳县'}, {
   text: '安平县'}, {
   text: '故城县'}, {
   text: '景县'}, {
   text: '阜城县'}, {
   text: '深州市'}]
          }
        ]
      }, {
   
        text: '山西省',
        children: [
          {
   
            text: '太原市',
            children: [{
   text: '小店区'}, {
   text: '迎泽区'}, {
   text: '杏花岭区'}, {
   text: '尖草坪区'}, {
   text: '万柏林区'}, {
   text: '晋源区'}, {
   text: '清徐县'}, {
   text: '阳曲县'}, {
   text: '娄烦县'}, {
   text: '古交市'}]
          }, {
   
            text: '大同市',
            children: [{
   text: '新荣区'}, {
   text: '平城区'}, {
   text: '云冈区'}, {
   text: '云州区'}, {
   text: '阳高县'}, {
   text: '天镇县'}, {
   text: '广灵县'}, {
   text: '灵丘县'}, {
   text: '浑源县'}, {
   text: '左云县'}]
          }, {
   
            text: '阳泉市',
            children: [{
   text: '城区'}, {
   text: '矿区'}, {
   text: '郊区'}, {
   text: '平定县'}, {
   text: '孟县'}]
          }, {
   
            text: '长治市',
            children: [{
   text: '城区'}, {
   text: '郊区'}, {
   text: '长治县'}, {
   text: '襄垣县'}, {
   text: '屯留县'}, {
   text: '平顺县'}, {
   text: '黎城县'}, {
   text: '壶关县'}, {
   text: '长子县'}, {
   text: '武乡县'}, {
   text: '沁县'}, {
   text: '沁源县'}, {
   text: '潞城市'}]
          }, {
   
            text: '晋城市',
            children: [{
   text: '城区'}, {
   text: '沁水县'}, {
   text: '阳城县'}, {
   text: '陵川县'}, {
   text: '泽州县'}, {
   text: '高平市'}]
          }, {
   
            text: '朔州市',
            children: [{
   text: '朔城区'}, {
   text: '平鲁区'}, {
   text: '山阴县'}, {
   text: '应县'}, {
   text: '右玉县'}, {
   text: '怀仁市'}]
          }, {
   
            text: '晋中市',
            children: [{
   text: '榆次区'}, {
   text: '榆社县'}, {
   text: '左权县'}, {
   text: '和顺县'}, {
   text: '昔阳县'}, {
   text: '寿阳县'}, {
   text: '太谷县'}, {
   text: '祁县'}, {
   text: '平遥县'}, {
   text: '灵石县'}, {
   text: '介林市'}]
          }, {
   
            text: '运城市',
            children: [{
   text: '盐湖区'}, {
   text: '临猗县'}, {
   text: '万荣县'}, {
   text: '闻喜县'}, {
   text: '稷山县'}, {
   text: '新绛县'}, {
   text: '垣曲县'}, {
   text: '夏县'}, {
   text: '平陆县'}, {
   text: '芮城县'}, {
   text: '永济市'}, {
   text: '河津市'}]
          }, {
   
            text: '忻州市',
            children: [{
   text: '忻府区'}, {
   text: '定襄县'}, {
   text: '五台县'}, {
   text: '代县'}, {
   text: '繁峙县'}, {
   text: '宁武县'}, {
   text: '静乐县'}, {
   text: '神池县'}, {
   text: '五寨县'}, {
   text: '岢岚县'}, {
   text: '河曲县'}, {
   text: '保德县'}, {
   text: '偏关县'}, {
   text: '原平市'}]
          }, {
   
            text: '临汾市',
            children: [{
   text: '尧都区'}, {
   text: '曲沃县'}, {
   text: '翼城县'}, {
   text: '襄汾县'}, {
   text: '洪洞县'}, {
   text: '古县'}, {
   text: '安泽县'}, {
   text: '浮山县'}, {
   text: '吉县'}, {
   text: '乡宁县'}, {
   text: '大宁县'}, {
   text: '隰县'}, {
   text: '永和县'}, {
   text: '蒲县'}, {
   text: '汾西县'}, {
   text: '侯马市'}, {
   text: '霍州市'}]
          }, {
   
            text: '吕梁市',
            children: [{
   text: '离石区'}, {
   text: '文水县'}, {
   text: '交城县'}, {
   text: '兴县'}, {
   text: '临县'}, {
   text: '柳林县'}, {
   text: '石楼县'}, {
   text: '岚县'}, {
   text: '方山县'}, {
   text: '中阳县'}, {
   text: '交口县'}, {
   text: '孝义市'}, {
   text: '汾阳市'}]
          }
        ]
      }, {
   
        text: '内蒙古自治区',
        children: [
          {
   
            text: '呼和浩特市',
            children: [{
   text: '新城区'}, {
   text: '回民区'}, {
   text: '玉泉区'}, {
   text: '赛罕区'}, {
   text: '土默特左旗'}, {
   text: '托克托县'}, {
   text: '和林格尔县'}, {
   text: '清水河县'}, {
   text: '武川县'}]
          }, {
   
            text: '包头市',
            children: [{
   text: '东河区'}, {
   text: '昆都仑区'}, {
   text: '青山区'}, {
   text: '石拐区'}, {
   text: '白云鄂博矿区'}, {
   text: '九原区'}, {
   text: '土默特右旗'}, {
   text: '固阳县'}, {
   text: '达尔罕茂明安联合旗'}]
          }, {
   
            text: '乌海市',
            children: [{
   text: '海勃湾区'}, {
   text: '海南区'}, {
   text: '乌达区'}]
          }, {
   
            text: '赤峰市',
            children: [{
   text: '红山区'}, {
   text: '元宝山区'}, {
   text: '松山区'}, {
   text: '阿鲁科尔沁旗'}, {
   text: '巴林左旗'}, {
   text: '巴林右旗'}, {
   text: '林西县'}, {
   text: '克什克腾旗'}, {
   text: '翁牛特旗'}, {
   text: '喀喇沁旗'}, {
   text: '宁城县'}, {
   text: '敖汉旗'}]
          }, {
   
            text: '通辽市',
            children: [{
   text: '科尔沁区'}, {
   text: '科尔沁左翼中旗'}, {
   text: '科尔沁左翼后旗'}, {
   text: '开鲁县'}, {
   text: '库伦旗'}, {
   text: '奈曼旗'}, {
   text: '扎鲁特旗'}, {
   text: '霍林郭勒市'}]
          }, {
   
            text: '鄂尔多斯市',
            children: [{
   text: '东胜区'}, {
   text: '康巴什区'}, {
   text: '达拉特旗'}, {
   text: '准格尔旗'}, {
   text: '鄂托克前旗'}, {
   text: '鄂托克旗'}, {
   text: '杭锦旗'}, {
   text: '乌审旗'}, {
   text: '伊金霍洛旗'}]
          }, {
   
            text: '呼伦贝尔市',
            children: [{
   text: '海拉尔区'}, {
   text: '扎赉诺尔区'}, {
   text: '阿荣旗'}, {
   text: '莫力达瓦达斡尔族自治旗'}, {
   text: '鄂伦春自治旗'}, {
   text: '鄂温克族自治旗'}, {
   text: '陈巴尔虎旗'}, {
   text: '新巴尔虎左旗'}, {
   text: '新巴尔虎右旗'}, {
   text: '满洲里市'}, {
   text: '牙克石市'}, {
   text: '扎兰屯市'}, {
   text: '额尔古纳市'}, {
   text: '根河市'}]
          }, {
   
            text: '巴彦淖尔市',
            children: [{
   text: '临河区'}, {
   text: '五原县'}, {
   text: '磴口县'}, {
   text: '乌拉特前旗'}, {
   text: '乌拉特中旗'}, {
   text: '乌拉特后旗'}, {
   text: '杭锦后旗'}]
          }, {
   
            text: '乌兰察布市',
            children: [{
   text: '集宁区'}, {
   text: '卓资县'}, {
   text: '化德县'}, {
   text: '商都县'}, {
   text: '兴和县'}, {
   text: '凉城县'}, {
   text: '察哈尔右翼前旗'}, {
   text: '察哈尔右翼中旗'}, {
   text: '察哈尔右翼后旗'}, {
   text: '四子王旗'}, {
   text: '丰镇市'}]
          }, {
   
            text: '兴安盟',
            children: [{
   text: '乌兰浩特市'}, {
   text: '阿尔山市'}, {
   text: '科尔沁右翼前旗'}, {
   text: '科尔沁右翼中旗'}, {
   text: '扎赉特旗'}, {
   text: '突泉县'}]
          }, {
   
            text: '锡林郭勒盟',
            children: [{
   text: '二连浩特市'}, {
   text: '锡林浩特市'}, {
   text: '阿巴嘎旗'}, {
   text: '苏尼特左旗'}, {
   text: '苏尼特右旗'}, {
   text: '东乌珠穆沁旗'}, {
   text: '西乌珠穆沁旗'}, {
   text: '太仆寺旗'}, {
   text: '镶黄旗'}, {
   text: '正镶白旗'}, {
   text: '正蓝旗'}, {
   text: '多伦县'}]
          }, {
   
            text: '阿拉善盟',
            children: [{
   text: '阿拉善左旗'}, {
   text: '阿拉善右旗'}, {
   text: '额济纳旗'}]
          }
        ]
      }, {
   
        text: '辽宁省',
        children: [
          {
   
            text: '沈阳市',
            children: [{
   text: '和平区'}, {
   text: '沈河区'}, {
   text: '大东区'}, {
   text: '皇姑区'}, {
   text: '铁西区'}, {
   text: '苏家屯区'}, {
   text: '浑南区'}, {
   text: '沈北新区'}, {
   text: '于洪区'}, {
   text: '辽中区'}, {
   text: '康平县'}, {
   text: '法库县'}, {
   text: '新民市'}]
          }, {
   
            text: '大连市',
            children: [{
   text: '中山区'}, {
   text: '西岗区'}, {
   text: '沙河口区'}, {
   text: '甘井子区'}, {
   text: '旅顺口区'}, {
   text: '金州区'}, {
   text: '普兰店区'}, {
   text: '长海县'}, {
   text: '瓦房店市'}, {
   text: '庄河市'}]
          }, {
   
            text: '鞍山市',
            children: [{
   text: '铁东区'}, {
   text: '铁西区'}, {
   text: '立山区'}, {
   text: '千山区'}, {
   text: '台安县'}, {
   text: '岫岩满族自治县'}, {
   text: '海城市'}]
          }, {
   
            text: '抚顺市',
            children: [{
   text: '新抚区'}, {
   text: '东洲区'}, {
   text: '望花区'}, {
   text: '顺城区'}, {
   text: '抚顺县'}, {
   text: '新宾满族自治县'}, {
   text: '清原满族自治县'}]
          }, {
   
            text: '本溪市',
            children: [{
   text: '平山区'}, {
   text: '溪湖区'}, {
   text: '明山区'}, {
   text: '南芬区'}, {
   text: '本溪满族自治县'}, {
   text: '桓仁满族自治县'}]
          }, {
   
            text: '丹东市',
            children: [{
   text: '元宝区'}, {
   text: '振兴区'}, {
   text: '振安区'}, {
   text: '宽甸满族自治县'}, {
   text: '东港市'}, {
   text: '凤城市'}]
          }, {
   
            text: '锦州市',
            children: [{
   text: '古塔区'}, {
   text: '太和区'}, {
   text: '凌河区'}, {
   text: '黑山县'}, {
   text: '义县'}, {
   text: '凌海市'}, {
   text: '北镇市'}]
          }, {
   
            text: '营口市'
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值