Selaa lähdekoodia

修改人力 新增投资

zhbyyy 2 vuotta sitten
vanhempi
commit
67bdf8172e

BIN
investment/groupImg/back-center.png


BIN
investment/groupImg/popup.png


+ 20 - 14
investment/investHomeGroup.html

@@ -16,11 +16,13 @@
   <script src="./libs/element-ui@2.15.9.js"></script>
   <script src="./libs/axios.min.js"></script>
   <script src="./js/request.js"></script>
-  <script src="./js/data.js"></script>
-  <script src="./js/data5.js"></script>
+  <script src="./js/map/china.json"></script>
   <script src="./libs/echarts-liquidfill.min.js"></script>
   <script src="./libs/echarts-tooltip-carousel.js"></script>
   <script src="./js/data2.js"></script>
+  <script src="./js/data.js"></script>
+  <script src="./js/data5.js"></script>
+  <script src="./js/groupData.js"></script>
   <!-- highchair -->
   <script src="./libs/highcharts.js"></script>
   <script src="./libs/highcharts3d.js"></script>
@@ -28,10 +30,10 @@
 
 <body>
   <!-- <dv-full-screen-container> -->
-  <div id="app" @click="tipShow=false" class="w-full h-full">
+  <div id="app" @click="closeTap()" class="w-full h-full">
     <div class="LeftBox">
       <header class="my-header">
-        <span class="pointer" @click.stop="showPop('2.png')">投资业务管理</span>
+        <span class="pointer" @click.stop="showPop('2.png','投资业务管理')">投资业务管理</span>
       </header>
       <div class="main">
         <dv-border-box-8 :dur="10" class="card left-lt">
@@ -42,14 +44,14 @@
             <div class="h-full w-full overflow-hidden commonBack">
               <div class="content-left-top">
                 <div class="item2">
-                  <div class="item2-title" style="color: #15FFA2;">522.84<span>亿</span></div>
+                  <div class="item2-title" style="color: #15FFA2;">{{left1[0]}}<span>亿</span></div>
                   <div class="item2-img">
                     <img style="width: 100%; height: 100%;" src="./groupImg/icon-4-home2.png" alt="">
                   </div>
                   <div class="item2-text">上年度净利润</div>
                 </div>
                 <div class="item2">
-                  <div class="item2-title" style="color: #08E4FA;">179.39<span>亿</span></div>
+                  <div class="item2-title" style="color: #08E4FA;">{{left1[1]}}<span>亿</span></div>
                   <div class="item2-img">
                     <img style="width: 100%; height: 100%;" src="./groupImg/icon-7-home2.png" alt="">
                   </div>
@@ -58,7 +60,7 @@
               </div>
               <div class="content-left-bottom">
                 <div class="item2">
-                  <div class="item2-title" style="color: #DD9CFF;">621.62<span>亿</span></div>
+                  <div class="item2-title" style="color: #DD9CFF;">{{left1[2]}}<span>亿</span></div>
                   <div class="item2-img">
                     <img style="width: 100%; height: 100%;" src="./groupImg/icon-5-home2.png" alt="">
                   </div>
@@ -167,7 +169,7 @@
     </div>
     <div class="CenterBox relative">
       <header class="my-header">
-        <span class="pointer" @click.stop="showPop('1.png')">数智化投资管理驾驶舱</span>
+        <span class="pointer" @click.stop="showPop('1.png','数智化投资管理驾驶舱')">数智化投资管理驾驶舱</span>
       </header>
       <div class="main">
         <div class="h-full w-full center-l">
@@ -177,7 +179,7 @@
             </div>
             <div class="content">
               <div class="boxs">
-                <div>
+                <div @click.stop="showChartLTipSingle()">
                   <p>
                     <span class="name">投资总额</span>
                     <i class="el-icon-more"></i>
@@ -186,7 +188,7 @@
                     <i style="width:100%;text-align: center;"><span class="num">{{numFormat(1324.08)}}</span>亿</i>
                   </p>
                 </div>
-                <div>
+                <div @click.stop="showChartLTipSingle()">
                   <p>
                     <span class="name">项目总数</span>
                     <i class="el-icon-more"></i>
@@ -195,7 +197,7 @@
                     <i style="width:100%;text-align: center;"><span class="num">{{numFormat(442)}}</span>个</i>
                   </p>
                 </div>
-                <div>
+                <div @click.stop="showChartLTipSingle()">
                   <p>
                     <span class="name">固定资产</span>
                     <i class="el-icon-more"></i>
@@ -204,7 +206,7 @@
                     <i style="width:100%;text-align: center;"><span class="num">1,169.91</span>亿</i>
                   </p>
                 </div>
-                <div>
+                <div @click.stop="showChartLTipSingle()">
                   <p>
                     <span class="name">股权投资</span>
                     <i class="el-icon-more"></i>
@@ -312,15 +314,19 @@
           </div>
         </div>
       </div>
-      <div class="tip-box" v-show="tipShow">
+      <div class="tip-box" v-show="mapTipShow">
+        <div class="absolute poptitle">{{titleName}}</div>
         <div class="absolute popLeft" @click.stop="popLeftClick()"></div>
         <div class="absolute popright" @click.stop="poprightClick()"></div>
         <img :src="`./groupImg/titleImg/${titleUrl}`" class="titleImg" alt="">
       </div>
+      <div class="tip-box" v-show="echartSingleTipShow">
+        <div id="echartTip" ref="echartTip" class="commonBack" style="width: 100%; height: 100%;"></div>
+      </div>
     </div>
     <div class="RightBox">
       <header class="my-header">
-        <span class="pointer" @click.stop="showPop('7.png')">投资项目管理</span>
+        <span class="pointer" @click.stop="showPop('7.png','投资项目管理')">投资项目管理</span>
         <span class="right">{{time}}</span>
       </header>
       <div class="main">

+ 2 - 0
investment/js/groupData.js

@@ -0,0 +1,2 @@
+// 左边大屏
+let left1 =[522.84,179.39,621.62]

+ 27 - 27
investment/js/investHome.js

@@ -49,15 +49,15 @@ let app = new Vue({
       this.amountTotal += Number(item.value)
     })
     this.time = formatDate()
-    this.timer = setInterval(() => {
+    this.timer = setIinterval(() => {
       this.time = formatDate()
     }, 1000)
   },
   beforeDestroy() {
     if (this.timer) {
-      clearInterval(this.timer);
+      clearIinterval(this.timer);
     }
-    clearInterval(this.timeOut)
+    clearIinterval(this.timeOut)
   },
   mounted() {
     setTimeout(() => {
@@ -580,7 +580,7 @@ let app = new Vue({
         // window.open('https://www.baidu.com')
       })
       tools.loopShowTooltip(myChart, option, {
-        interval: 2000,
+        iinterval: 2000,
         loopSeries: false,
       });
       myChart.setOption(option)
@@ -619,7 +619,7 @@ let app = new Vue({
     //   }
     //   myChart.setOption(option)
     //   tools.loopShowTooltip(myChart, option, {
-    //     nterval: 2000,
+    //     interval: 2000,
     //     loopSeries: true,
     //   })
     //   myChart.on('click', function(param) {
@@ -775,7 +775,7 @@ let app = new Vue({
         }
       })
       tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
+        iinterval: 2000,
         loopSeries: true,
       })
       myChart.setOption(option)
@@ -903,7 +903,7 @@ let app = new Vue({
       }
       myChart.setOption(option)
       tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
+        iinterval: 2000,
         loopSeries: true,
       })
     },
@@ -1044,7 +1044,7 @@ let app = new Vue({
       })
       myChart.setOption(option)
       tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
+        interval: 2000,
         loopSeries: true,
       })
     },
@@ -1379,7 +1379,7 @@ let app = new Vue({
 
     //   //这里是动画
     //   let i = 0
-    //   this.timeOut = setInterval(function() {
+    //   this.timeOut = setIinterval(function() {
     //       console.log(i)
     //       let startRatio = option.series[i].pieData.startRatio;
     //       let endRatio = option.series[i].pieData.endRatio;
@@ -1552,8 +1552,8 @@ let app = new Vue({
             var points = chart.series[0].points;
             var len = points.length;
            
-            timer && clearInterval(timer);
-            timer = setInterval(function () {
+            timer && clearIinterval(timer);
+            timer = setIinterval(function () {
               autoTooltip(points[i]);
               chartData.forEach((item,index) => {
                 item.sliced = false
@@ -1675,14 +1675,14 @@ let app = new Vue({
                       data: chartData
                     }]
                   })
-                  timer && clearInterval(timer);
+                  timer && clearIinterval(timer);
                 },
                 mouseOut: function(){ // 鼠标移出后需要继续执行轮播
                 var points = chart.series[0].points;
                 var len = points.length;
            
-                timer && clearInterval(timer);
-                timer = setInterval(function () {
+                timer && clearIinterval(timer);
+                timer = setIinterval(function () {
                   autoTooltip(points[i]);
                   chartData.forEach((item,index) => {
                     item.sliced = false
@@ -1812,7 +1812,7 @@ let app = new Vue({
   //     })
   //     myChart.setOption(option)
   //     tools.loopShowTooltip(myChart, option, {
-  //       nterval: 2000,
+  //       interval: 2000,
   //       loopSeries: true,
   //     })
     },
@@ -1963,11 +1963,11 @@ let app = new Vue({
       }
       myChart.setOption(option)
       tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
+        interval: 2000,
         loopSeries: true,
       })
       let arr =  executeList.map(item => item.value2)
-      this.timeOut = setInterval(function () {
+      this.timeOut = setIinterval(function () {
        
         let startValue = myChart.getModel().option.dataZoom[0].startValue;
         let endValue = myChart.getModel().option.dataZoom[0].endValue;
@@ -2104,7 +2104,7 @@ let app = new Vue({
       }
       myChart.setOption(option)
       tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
+        interval: 2000,
         loopSeries: true,
       })
 
@@ -2146,8 +2146,8 @@ let app = new Vue({
             var points = chart.series[0].points;
             var len = points.length;
            
-            timer && clearInterval(timer);
-            timer = setInterval(function () {
+            timer && clearIinterval(timer);
+            timer = setIinterval(function () {
               autoTooltip(points[i]);
               chartData.forEach((item,index) => {
                 item.sliced = false
@@ -2278,14 +2278,14 @@ let app = new Vue({
                       data: chartData
                     }]
                   })
-                  timer && clearInterval(timer);
+                  timer && clearIinterval(timer);
                 },
                 mouseOut: function(){ // 鼠标移出后需要继续执行轮播
                 var points = chart.series[0].points;
                 var len = points.length;
            
-                timer && clearInterval(timer);
-                timer = setInterval(function () {
+                timer && clearIinterval(timer);
+                timer = setIinterval(function () {
                   autoTooltip(points[i]);
                   chartData.forEach((item,index) => {
                     item.sliced = false
@@ -2395,14 +2395,14 @@ let app = new Vue({
       // }
       // myChart.setOption(option)
       // tools.loopShowTooltip(myChart, option, {
-      //   nterval: 10000,
+      //   interval: 10000,
       //   loopSeries: true,
       // })
     },
     initProjectList() {
-      let dataList = []
+      let dataList2 = []
       projectList.map(item => {
-        dataList.push([item.office,item.name,  item.value + '亿'])
+        dataList2.push([item.office,item.name,  item.value + '亿'])
       })
       this.storageRecordConfig = {
         header: ['企业集团', '项目名称',  '投资金额'],
@@ -2413,7 +2413,7 @@ let app = new Vue({
         rowNum: 8,
         columnWidth: [100, 550,100],
         align: ['center', 'center', 'center'],
-        data: dataList,
+        data: dataList2,
       }
     }
   },

+ 525 - 5
investment/js/investHomeGroup.js

@@ -2,8 +2,11 @@ let app = new Vue({
   el: '#app',
   data () {
     return {
-      tipShow: false,
+      mapTipShow: false,
+      echartSingleTipShow:false,
+      echartDoubleTipShow:false,
       titleUrl: '',
+      titleName:'',
       yellowCount: 0, // 黄圈轮播参数
       yellowPosition: 40,// 黄圈悬浮窗位置参数
       echartR1Fd: true,
@@ -131,6 +134,177 @@ let app = new Vue({
     })
   },
   methods: {
+    showChartLTipSingle(){
+      this.echartSingleTipShow = true
+      setTimeout(()=>{
+        this.initChartLTip()
+      })
+    },
+    showChartLTipDouble(){
+      this.echartSingleTipShow = true
+      setTimeout(()=>{
+        this.initChartLTip2()
+        this.initChartLTip3()
+      })
+    },
+    initChartLTip () {
+      let myChart = echarts.init(document.getElementById("echartTip"));
+      let option = {
+        grid: {
+          top: 35,
+          right: 0,
+          left: 60,
+          bottom: 50,
+        },
+        tooltip: {
+          show: true,
+          trigger: "axis",
+          axisPointer: {
+            // 坐标轴指示器,坐标轴触发有效
+            type: "shadow", // 默认为直线,可选为:'line' | 'shadow'
+          },
+        },
+        xAxis: {
+          data: ["山西焦煤", "晋能控股", "华阳新材", "潞安化工", "华新燃气", "太重集团", "国际能源", "华远陆港", "水控集团", "文旅集团", "交控集团", '航产集团', '山西建投', '汾酒集团', '大地控股', '云时代', '华舰体育', '神农科技'],
+          axisTick: {
+            show: false,
+          },
+          // x轴的字体颜色
+          axisLabel: {
+            rotate: 40,
+            textStyle: {
+              color: "white",
+            },
+          },
+          //y轴线的颜色以及宽度
+          axisLine: {
+            show: true,
+            lineStyle: {
+              color: "#1E5389",
+              width: 1,
+              type: "solid",
+            },
+          },
+        },
+        yAxis: {
+          name: '亿元',
+          nameTextStyle: {//y轴上方单位的颜色
+            color: '#fff',
+          },
+          axisTick: {
+            lineStyle: {
+              color: "#18416F",
+            },
+          },
+          // y轴的字体颜色
+          axisLabel: {
+            textStyle: {
+              color: "white",
+            },
+          },
+          splitLine: {
+            show: true,
+            lineStyle: {
+              color: "#204561",
+              width: 1,
+              type: "dotted",
+            },
+          },
+          //y轴线的颜色以及宽度
+          axisLine: {
+            show: true,
+            lineStyle: {
+              color: "#1E5389",
+              width: 1,
+              type: "solid",
+            },
+          },
+        },
+        series: [
+          // {
+          //   name: "2022年额度",
+          //   type: "bar",
+          //   data: [263.23, 402.18, 73.28, 144.80, 25.56, 8.23, 0, 12.97, 8.56, -1.72, 0, 0, 0, 76.90, 5.03, 9.14, 0, 0],
+          //   showBackground: false,
+          //   backgroundStyle: {
+          //     color: "#18416F",
+          //   },
+          //   barWidth: "10%",
+          //   itemStyle: {
+          //     barBorderRadius: [10, 10, 0, 0],
+          //     color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
+          //       {
+          //         offset: 0,
+          //         color: '#082550',
+          //       },
+          //       {
+          //         offset: 1,
+          //         color: '#69c0ff',
+          //       },
+          //     ]),
+          //   },
+          // },
+          {
+            name: "2023年额度",
+            type: "bar",
+            data: [359.91, 400.49, 117.65, 148.96, 34.84, 17.79, 26.15, 26.18, 16.83, 0.00, 43.49, 0.00, 43.39, 76.53, 5.05, 8.59, 0.00, 0.28],
+            showBackground: false,
+            backgroundStyle: {
+              color: "#18416F",
+            },
+            barWidth: "30%",
+            itemStyle: {
+              // barBorderRadius: [10, 10, 0, 0],
+              color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
+                {
+                  offset: 0,
+                  color: '#082550',
+                },
+                {
+                  offset: 1,
+                  color: '#957DFF',
+
+                },
+              ]),
+            },
+          },
+        ],
+        legend: {
+          // data: ["2022年额度", "2023年额度"],
+          data: ["2023年额度"],
+          textStyle: {
+            // 图列内容样式
+            color: "#fff", // 字体颜色
+            fontSize: "20",
+          },
+          right: 'center',
+          y: 5,
+          icon: "roundRect",
+          // 小图标的宽高
+          itemHeight: 5,
+        },
+      };
+      tools.loopShowTooltip(myChart, option, {
+        nterval: 2000,
+        loopSeries: true,
+      })
+      let that = this
+      myChart.on('click', function (param) {
+        if (param.name == '晋能控股') {
+          that.showTip2 = true
+          setTimeout(() => {
+            // that.initChartR4()
+            // that.initChartR5()
+            that.initChartL2b()
+          })
+        }
+      })
+      myChart.setOption(option);
+    },
+    closeTap(){
+      this.mapTipShow = false
+      this.echartSingleTipShow = false
+    },
     //点击弹窗左半部分
     popLeftClick () {
       if (this.titleUrl == '2.png') {
@@ -163,9 +337,10 @@ let app = new Vue({
         this.titleUrl = '7.png'
       }
     },
-    showPop (e) {
+    showPop (e,name) {
       this.titleUrl = e
-      this.tipShow = true
+      this.titleName = name
+      this.mapTipShow = true
     },
     changeYellow () {
       this.titleList.forEach((item, index) => {
@@ -2939,7 +3114,7 @@ let app = new Vue({
       }
       return res
     },
-    initChinaChart () {
+    initProvinceChart(){
       var data = [
         { name: '大同市', value: 60.35, value2: 28 },
         { name: '朔州市', value: 33.61, value2: 13 },
@@ -3251,7 +3426,7 @@ let app = new Vue({
           show: true,
           map: 'shanxi',
           layoutCenter: ['50%', '50%'], //地图位置
-          layoutSize: '100%',
+          layoutSize: '65%',
           zoom: 1.5,
           label: {
             normal: {
@@ -3418,6 +3593,351 @@ let app = new Vue({
       });
       myChart.setOption(option)
     },
+    initChinaChart () {
+      var data = [
+        { name: '大同市', value: 60.35, value2: 28 },
+        { name: '朔州市', value: 33.61, value2: 13 },
+        { name: '忻州市', value: 73.35, value2: 25 },
+        { name: '吕梁市', value: 109.04, value2: 45 },
+        { name: '太原市', value: 251.67, value2: 113 },
+        { name: '阳泉市', value: 25.12, value2: 28 },
+        { name: '晋中市', value: 148.57, value2: 52 },
+        { name: '临汾市', value: 130.55, value2: 30 },
+        { name: '长治市', value: 103.00, value2: 23 },
+        { name: '运城市', value: 41.06, value2: 23 },
+        { name: '晋城市', value: 45.43, value2: 31 }
+      ]
+      var moveLine = {
+        normal: [
+          {
+            fromName: '太原市',
+            toName: '吕梁市',
+            coords: [
+              [112.3352, 37.9413],
+              [111.3574, 37.7325],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '忻州市',
+            coords: [
+              [112.3352, 37.9413],
+              [112.4561, 38.8971],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '临汾市',
+            coords: [
+              [112.3352, 37.9413],
+              [111.4783, 36.1615],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '阳泉市',
+            coords: [
+              [112.3352, 37.9413],
+              [113.4778, 38.0951],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '晋中市',
+            coords: [
+              [112.3352, 37.9413],
+              [112.7747, 37.37],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '运城市',
+            coords: [
+              [112.3352, 37.9413],
+              [111.1487, 35.2002],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '大同市',
+            coords: [
+              [112.3352, 37.9413],
+              [113.7854, 39.8035],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '晋城市',
+            coords: [
+              [112.3352, 37.9413],
+              [112.7856, 35.6342],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '长治市',
+            coords: [
+              [112.3352, 37.9413],
+              [112.8625, 36.4746],
+            ],
+          },
+          {
+            fromName: '太原市',
+            toName: '朔州市',
+            coords: [
+              [112.3352, 37.9413],
+              [113.0713, 39.6991],
+            ],
+          },
+        ],
+      }
+      /*获取地图数据*/
+      let myChart = echarts.init(this.$refs['echarts-map'])
+      echarts.registerMap('shanxi', china)
+      var mapFeatures = echarts.getMap(this.mapName).geoJson.features
+      mapFeatures.forEach(v => {
+        // 地区名称
+        var name = v.properties.name
+        // 地区经纬度
+        // this.geoCoordMap[name] = v.properties.centroid
+        this.geoCoordMap[name] = v.properties.cp
+        data.push({name: v.properties.name,value1:v.properties.cp[0],value2:v.properties.cp[1]})
+      })
+      // <p>当前阶段:<span>可论证阶段</span></p>
+      // <p>时间节点:<span>2021.10-2022.10</span></p>
+      let option = {
+        // tooltip: {
+        //   padding: 15,
+        //   enterable: true,
+        //   transitionDuration: 1,
+        //   formatter: (params, ticket, callback) => {
+        //     // 清空所有轮播
+        //     for (var k in this.geoCoordMap) {
+        //       myChart.dispatchAction({
+        //         // type: 'geoUnSelect',
+        //         type: 'downplay',
+        //         name: k,
+        //       })
+        //     }
+        //     // 如果鼠标滑动到线线上面,则返回空
+        //     myChart.dispatchAction({
+        //       // type: 'geoSelect',
+        //       type: 'highlight',
+        //       name: params.name,
+        //     })
+        //     if (params.componentSubType == 'lines') {
+        //       return
+        //     }
+        //     if (params.componentSubType == 'scatter') {
+        //       let tipHtml = `
+        //       <div class="tooltip-cont">
+        //         <p>项目数量:<span>${data[params.dataIndex].value2}个</span></p>
+        //         <p>总投资额:<span>${params.data.value[2]}亿</span></p>
+        //     </div>`
+        //       callback(ticket, tipHtml)
+        //       return tipHtml
+        //     }
+        //     if (params.componentSubType == 'map') {
+        //       let tipHtml = `
+        //       <div class="tooltip-cont">
+        //       <p>项目数量:<span>${data[params.dataIndex].value2}个</span></p>
+        //         <p>总投资额:<span>${params.data.value}亿</span></p>
+        //     </div>`
+        //       callback(ticket, tipHtml)
+        //       return tipHtml
+        //     }
+        //   },
+        // },
+        //视觉映射,根据数值颜色深浅
+        visualMap: {
+          show: false,
+          min: 0,
+          max: 300,
+          right: 0,
+          bottom: 0,
+          text: ['高', '低'],
+          textStyle: {
+            color: '#f1f1f1'
+          },
+          realtime: false,
+          calculable: false,
+          inRange: {
+            color: ['lightskyblue', '#2754b7']
+          }
+        },
+        geo: {
+          show: true,
+          map: 'shanxi',
+          layoutCenter: ['50%', '50%'], //地图位置
+          layoutSize: '65%',
+          zoom: 1.5,
+          label: {
+            normal: {
+              show: false,
+            },
+            emphasis: {
+              show: false,
+            },
+          },
+          roam: false,
+          itemStyle: {
+            normal: {
+              areaColor: '#70b0ea',
+              shadowColor: '#1946a8',
+              borderWidth: 1, //设置外层边框
+              borderColor: '#1946a8',
+              shadowOffsetX: 2,
+              shadowOffsetY: 1,
+              shadowBlur: 2,
+
+            },
+            emphasis: {
+              areaColor: '#1946a8',
+              borderColor: '#d4bc1d',
+              borderWidth: 2, //设置外层边框
+            },
+          },
+        },
+        series: [
+          {
+            name: '散点',
+            type: 'scatter',
+            coordinateSystem: 'geo',
+            data: this.convertData(data),
+            symbolSize: function (val) {
+              return 10
+            },
+            label: {
+              normal: {
+                formatter: '{b}',
+                position: [10, 10],
+                fontSize: 20,
+                fontWeight: 600,
+                // fontStyle: 'italic',
+                color: '#fff',
+                show: true,
+              },
+              emphasis: {
+                show: true,
+              },
+            },
+            itemStyle: {
+              normal: {
+                color: 'rgba(0,0,0,0)',
+                borderWidth: 2,
+                borderColor: '#fff',
+              },
+            },
+          },
+          {
+            type: 'map',
+            map: this.mapName,
+            geoIndex: 0,
+            aspectScale: 1.5, //长宽比
+            showLegendSymbol: true, // 存在legend时显示
+            label: {
+              normal: {
+                show: true,
+              },
+              emphasis: {
+                show: false,
+                textStyle: {
+                  color: '#fff',
+                },
+              },
+            },
+            roam: true,
+            itemStyle: {
+              normal: {
+                areaColor: '#031525',
+                borderColor: '#3B5077',
+              },
+              emphasis: {
+                areaColor: '#2B91B7',
+              },
+            },
+            animation: false,
+            data: data,
+          },
+          {
+            name: '点',
+            type: 'scatter',
+            coordinateSystem: 'geo',
+            zlevel: 6,
+          },
+          // {
+          //   name: 'Top 5',
+          //   type: 'effectScatter',
+          //   coordinateSystem: 'geo',
+          //   data: this.convertData(
+          //     data
+          //       .sort(function (a, b) {
+          //         return b.value - a.value
+          //       })
+          //       .slice(0, 5)
+          //   ),
+          //   symbolSize: function (val) {
+          //     return 15
+          //   },
+          //   showEffectOn: 'render',
+          //   rippleEffect: {
+          //     brushType: 'stroke',
+          //   },
+          //   hoverAnimation: true,
+          //   label: {
+          //     normal: {
+          //       formatter: '{b}',
+          //       position: 'left',
+          //       show: false,
+          //     },
+          //   },
+          //   itemStyle: {
+          //     normal: {
+          //       color: 'yellow',
+          //       shadowBlur: 10,
+          //       shadowColor: 'yellow',
+          //     },
+          //   },
+          //   zlevel: 1000,
+          // },
+          // {
+          //   name: '线路',
+          //   type: 'lines',
+          //   zlevel: 2,
+          //   effect: {
+          //     show: true,
+          //     period: 4, //箭头指向速度,值越小速度越快
+          //     trailLength: 0.02, //特效尾迹长度[0,1]值越大,尾迹越长重
+          //     symbol: 'arrow', //箭头图标
+          //     symbolSize: 5, //图标大小
+          //   },
+          //   lineStyle: {
+          //     normal: {
+          //       color: '#00FFFF',
+          //       width: 1,
+          //       type: 'dashed',
+          //       opacity: 0.5, //尾迹线条透明度
+          //       curveness: -0.3, //尾迹线条曲直度
+          //     },
+          //   },
+          //   data: moveLine.normal,
+          // },
+        ],
+      }
+      let that = this
+      myChart.on('click', function (params) {
+        if (params.name == '山西') {
+          // that.showTip = true
+          that.initProvinceChart()
+        }
+        // window.open('https://www.baidu.com')
+      })
+      tools.loopShowTooltip(myChart, option, {
+        interval: 2000,
+        loopSeries: true,
+      })
+      myChart.setOption(option)
+    },
     initChartC3 () {
       let myChart = echarts.init(this.$refs['echartC3'])
       let option = {

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
investment/js/map/china.json


+ 10503 - 0
investment/js/map/shanxi.json

@@ -0,0 +1,10503 @@
+var aaa = {
+    "type": "FeatureCollection",
+    "features": [
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 140100,
+                "name": "太原市",
+                "center": [
+                    112.549248,
+                    37.857014
+                ],
+                "centroid": [
+                    112.322147,
+                    37.960573
+                ],
+                "childrenNum": 10,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 0,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                113.066848,
+                                38.05647
+                            ],
+                            [
+                                113.04142,
+                                38.081606
+                            ],
+                            [
+                                113.012129,
+                                38.084915
+                            ],
+                            [
+                                112.970905,
+                                38.112124
+                            ],
+                            [
+                                112.961358,
+                                38.139935
+                            ],
+                            [
+                                112.94105,
+                                38.13675
+                            ],
+                            [
+                                112.919874,
+                                38.157143
+                            ],
+                            [
+                                112.93901,
+                                38.164062
+                            ],
+                            [
+                                112.936407,
+                                38.178632
+                            ],
+                            [
+                                112.958668,
+                                38.206601
+                            ],
+                            [
+                                112.957887,
+                                38.21737
+                            ],
+                            [
+                                113.00076,
+                                38.248565
+                            ],
+                            [
+                                113.026319,
+                                38.255475
+                            ],
+                            [
+                                113.035388,
+                                38.270822
+                            ],
+                            [
+                                113.051877,
+                                38.275652
+                            ],
+                            [
+                                113.076699,
+                                38.307067
+                            ],
+                            [
+                                113.108984,
+                                38.307006
+                            ],
+                            [
+                                113.150294,
+                                38.328206
+                            ],
+                            [
+                                113.15663,
+                                38.345247
+                            ],
+                            [
+                                113.142397,
+                                38.360575
+                            ],
+                            [
+                                113.151683,
+                                38.375778
+                            ],
+                            [
+                                113.141572,
+                                38.394334
+                            ],
+                            [
+                                113.145695,
+                                38.411664
+                            ],
+                            [
+                                113.121351,
+                                38.421305
+                            ],
+                            [
+                                113.085551,
+                                38.415753
+                            ],
+                            [
+                                113.083902,
+                                38.399216
+                            ],
+                            [
+                                113.069365,
+                                38.388108
+                            ],
+                            [
+                                113.039293,
+                                38.381699
+                            ],
+                            [
+                                113.031135,
+                                38.367597
+                            ],
+                            [
+                                113.00345,
+                                38.343354
+                            ],
+                            [
+                                112.978238,
+                                38.342255
+                            ],
+                            [
+                                112.972207,
+                                38.357461
+                            ],
+                            [
+                                112.945129,
+                                38.333887
+                            ],
+                            [
+                                112.911021,
+                                38.321181
+                            ],
+                            [
+                                112.850834,
+                                38.306089
+                            ],
+                            [
+                                112.822628,
+                                38.287327
+                            ],
+                            [
+                                112.796115,
+                                38.251011
+                            ],
+                            [
+                                112.748989,
+                                38.242021
+                            ],
+                            [
+                                112.693879,
+                                38.241471
+                            ],
+                            [
+                                112.681686,
+                                38.235844
+                            ],
+                            [
+                                112.639984,
+                                38.246425
+                            ],
+                            [
+                                112.648359,
+                                38.227586
+                            ],
+                            [
+                                112.620761,
+                                38.20654
+                            ],
+                            [
+                                112.569036,
+                                38.21064
+                            ],
+                            [
+                                112.557536,
+                                38.223426
+                            ],
+                            [
+                                112.562526,
+                                38.239147
+                            ],
+                            [
+                                112.524947,
+                                38.267826
+                            ],
+                            [
+                                112.524731,
+                                38.249972
+                            ],
+                            [
+                                112.499606,
+                                38.237312
+                            ],
+                            [
+                                112.458685,
+                                38.249972
+                            ],
+                            [
+                                112.446926,
+                                38.27608
+                            ],
+                            [
+                                112.433126,
+                                38.280664
+                            ],
+                            [
+                                112.406483,
+                                38.266787
+                            ],
+                            [
+                                112.36374,
+                                38.278036
+                            ],
+                            [
+                                112.340611,
+                                38.303034
+                            ],
+                            [
+                                112.319739,
+                                38.310977
+                            ],
+                            [
+                                112.305202,
+                                38.3067
+                            ],
+                            [
+                                112.274002,
+                                38.31391
+                            ],
+                            [
+                                112.248009,
+                                38.291728
+                            ],
+                            [
+                                112.269966,
+                                38.267888
+                            ],
+                            [
+                                112.234036,
+                                38.26159
+                            ],
+                            [
+                                112.220888,
+                                38.250583
+                            ],
+                            [
+                                112.25148,
+                                38.219572
+                            ],
+                            [
+                                112.267753,
+                                38.182488
+                            ],
+                            [
+                                112.25148,
+                                38.150101
+                            ],
+                            [
+                                112.236206,
+                                38.142752
+                            ],
+                            [
+                                112.212166,
+                                38.143671
+                            ],
+                            [
+                                112.214726,
+                                38.132401
+                            ],
+                            [
+                                112.160353,
+                                38.15004
+                            ],
+                            [
+                                112.134751,
+                                38.140976
+                            ],
+                            [
+                                112.101381,
+                                38.167368
+                            ],
+                            [
+                                112.046445,
+                                38.171837
+                            ],
+                            [
+                                112.01173,
+                                38.184202
+                            ],
+                            [
+                                111.951326,
+                                38.167919
+                            ],
+                            [
+                                111.915136,
+                                38.180713
+                            ],
+                            [
+                                111.898125,
+                                38.198034
+                            ],
+                            [
+                                111.87287,
+                                38.193383
+                            ],
+                            [
+                                111.869138,
+                                38.220062
+                            ],
+                            [
+                                111.847658,
+                                38.229788
+                            ],
+                            [
+                                111.849611,
+                                38.214984
+                            ],
+                            [
+                                111.81763,
+                                38.214311
+                            ],
+                            [
+                                111.806434,
+                                38.195464
+                            ],
+                            [
+                                111.773368,
+                                38.187752
+                            ],
+                            [
+                                111.766338,
+                                38.179305
+                            ],
+                            [
+                                111.744164,
+                                38.18359
+                            ],
+                            [
+                                111.716305,
+                                38.174959
+                            ],
+                            [
+                                111.716609,
+                                38.15849
+                            ],
+                            [
+                                111.689749,
+                                38.134668
+                            ],
+                            [
+                                111.643187,
+                                38.116106
+                            ],
+                            [
+                                111.625005,
+                                38.10183
+                            ],
+                            [
+                                111.567682,
+                                38.095518
+                            ],
+                            [
+                                111.547547,
+                                38.085344
+                            ],
+                            [
+                                111.546419,
+                                38.074924
+                            ],
+                            [
+                                111.524158,
+                                38.066096
+                            ],
+                            [
+                                111.515913,
+                                38.051258
+                            ],
+                            [
+                                111.52802,
+                                38.037705
+                            ],
+                            [
+                                111.516868,
+                                38.019672
+                            ],
+                            [
+                                111.538044,
+                                37.992429
+                            ],
+                            [
+                                111.545595,
+                                37.955966
+                            ],
+                            [
+                                111.572412,
+                                37.931955
+                            ],
+                            [
+                                111.580093,
+                                37.902713
+                            ],
+                            [
+                                111.547113,
+                                37.885261
+                            ],
+                            [
+                                111.56638,
+                                37.87598
+                            ],
+                            [
+                                111.570242,
+                                37.852373
+                            ],
+                            [
+                                111.642536,
+                                37.861534
+                            ],
+                            [
+                                111.653515,
+                                37.856677
+                            ],
+                            [
+                                111.683456,
+                                37.86387
+                            ],
+                            [
+                                111.706151,
+                                37.878992
+                            ],
+                            [
+                                111.747158,
+                                37.870509
+                            ],
+                            [
+                                111.746855,
+                                37.855509
+                            ],
+                            [
+                                111.767901,
+                                37.841427
+                            ],
+                            [
+                                111.767814,
+                                37.832325
+                            ],
+                            [
+                                111.808474,
+                                37.817133
+                            ],
+                            [
+                                111.819843,
+                                37.796091
+                            ],
+                            [
+                                111.912272,
+                                37.792953
+                            ],
+                            [
+                                111.921384,
+                                37.757931
+                            ],
+                            [
+                                111.935053,
+                                37.740752
+                            ],
+                            [
+                                111.974975,
+                                37.713159
+                            ],
+                            [
+                                111.996238,
+                                37.722091
+                            ],
+                            [
+                                112.023316,
+                                37.723939
+                            ],
+                            [
+                                112.034642,
+                                37.71125
+                            ],
+                            [
+                                112.075909,
+                                37.717779
+                            ],
+                            [
+                                112.10277,
+                                37.716178
+                            ],
+                            [
+                                112.118652,
+                                37.698558
+                            ],
+                            [
+                                112.175932,
+                                37.674525
+                            ],
+                            [
+                                112.174109,
+                                37.6355
+                            ],
+                            [
+                                112.227006,
+                                37.59232
+                            ],
+                            [
+                                112.233776,
+                                37.570042
+                            ],
+                            [
+                                112.255689,
+                                37.561709
+                            ],
+                            [
+                                112.290448,
+                                37.566894
+                            ],
+                            [
+                                112.294093,
+                                37.548745
+                            ],
+                            [
+                                112.273741,
+                                37.524046
+                            ],
+                            [
+                                112.295698,
+                                37.521452
+                            ],
+                            [
+                                112.313446,
+                                37.495508
+                            ],
+                            [
+                                112.290361,
+                                37.48729
+                            ],
+                            [
+                                112.317439,
+                                37.476414
+                            ],
+                            [
+                                112.33011,
+                                37.458923
+                            ],
+                            [
+                                112.352371,
+                                37.463188
+                            ],
+                            [
+                                112.358967,
+                                37.485004
+                            ],
+                            [
+                                112.390253,
+                                37.484077
+                            ],
+                            [
+                                112.394853,
+                                37.462879
+                            ],
+                            [
+                                112.432779,
+                                37.458861
+                            ],
+                            [
+                                112.442065,
+                                37.478886
+                            ],
+                            [
+                                112.464153,
+                                37.468813
+                            ],
+                            [
+                                112.508241,
+                                37.478639
+                            ],
+                            [
+                                112.50976,
+                                37.507554
+                            ],
+                            [
+                                112.544692,
+                                37.518364
+                            ],
+                            [
+                                112.590646,
+                                37.506813
+                            ],
+                            [
+                                112.593943,
+                                37.520958
+                            ],
+                            [
+                                112.623755,
+                                37.525899
+                            ],
+                            [
+                                112.606745,
+                                37.552079
+                            ],
+                            [
+                                112.609088,
+                                37.57282
+                            ],
+                            [
+                                112.598153,
+                                37.599231
+                            ],
+                            [
+                                112.579667,
+                                37.604413
+                            ],
+                            [
+                                112.579146,
+                                37.633896
+                            ],
+                            [
+                                112.619502,
+                                37.642961
+                            ],
+                            [
+                                112.605399,
+                                37.666758
+                            ],
+                            [
+                                112.6274,
+                                37.684201
+                            ],
+                            [
+                                112.626879,
+                                37.707615
+                            ],
+                            [
+                                112.650486,
+                                37.710017
+                            ],
+                            [
+                                112.65387,
+                                37.730775
+                            ],
+                            [
+                                112.667626,
+                                37.740198
+                            ],
+                            [
+                                112.652959,
+                                37.775413
+                            ],
+                            [
+                                112.684072,
+                                37.798676
+                            ],
+                            [
+                                112.67509,
+                                37.811781
+                            ],
+                            [
+                                112.705639,
+                                37.851205
+                            ],
+                            [
+                                112.725296,
+                                37.85145
+                            ],
+                            [
+                                112.73762,
+                                37.875181
+                            ],
+                            [
+                                112.758232,
+                                37.881573
+                            ],
+                            [
+                                112.783878,
+                                37.870571
+                            ],
+                            [
+                                112.765696,
+                                37.914878
+                            ],
+                            [
+                                112.778106,
+                                37.923663
+                            ],
+                            [
+                                112.768213,
+                                37.939448
+                            ],
+                            [
+                                112.794726,
+                                37.969411
+                            ],
+                            [
+                                112.817638,
+                                37.983345
+                            ],
+                            [
+                                112.825753,
+                                38.004149
+                            ],
+                            [
+                                112.863419,
+                                37.989667
+                            ],
+                            [
+                                112.880602,
+                                37.996417
+                            ],
+                            [
+                                112.898394,
+                                37.991569
+                            ],
+                            [
+                                112.920742,
+                                37.996663
+                            ],
+                            [
+                                112.938837,
+                                37.990526
+                            ],
+                            [
+                                112.967824,
+                                38.018322
+                            ],
+                            [
+                                112.989174,
+                                38.002308
+                            ],
+                            [
+                                113.022847,
+                                38.026419
+                            ],
+                            [
+                                113.008614,
+                                38.039975
+                            ],
+                            [
+                                113.024279,
+                                38.0504
+                            ],
+                            [
+                                113.05127,
+                                38.047272
+                            ],
+                            [
+                                113.066848,
+                                38.05647
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 140200,
+                "name": "大同市",
+                "center": [
+                    113.295259,
+                    40.09031
+                ],
+                "centroid": [
+                    113.72499,
+                    39.904541
+                ],
+                "childrenNum": 10,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 1,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                113.577289,
+                                39.438122
+                            ],
+                            [
+                                113.586141,
+                                39.441249
+                            ],
+                            [
+                                113.599159,
+                                39.424048
+                            ],
+                            [
+                                113.649496,
+                                39.434634
+                            ],
+                            [
+                                113.698314,
+                                39.418814
+                            ],
+                            [
+                                113.739234,
+                                39.420859
+                            ],
+                            [
+                                113.766529,
+                                39.405217
+                            ],
+                            [
+                                113.772777,
+                                39.390715
+                            ],
+                            [
+                                113.791306,
+                                39.378437
+                            ],
+                            [
+                                113.840602,
+                                39.370913
+                            ],
+                            [
+                                113.899574,
+                                39.373019
+                            ],
+                            [
+                                113.898185,
+                                39.345083
+                            ],
+                            [
+                                113.942186,
+                                39.30876
+                            ],
+                            [
+                                113.946873,
+                                39.295805
+                            ],
+                            [
+                                113.967181,
+                                39.281521
+                            ],
+                            [
+                                113.958589,
+                                39.222908
+                            ],
+                            [
+                                113.940104,
+                                39.20692
+                            ],
+                            [
+                                113.952514,
+                                39.127468
+                            ],
+                            [
+                                113.961757,
+                                39.100823
+                            ],
+                            [
+                                113.984365,
+                                39.095384
+                            ],
+                            [
+                                114.000464,
+                                39.100763
+                            ],
+                            [
+                                114.006496,
+                                39.122877
+                            ],
+                            [
+                                114.050801,
+                                39.135864
+                            ],
+                            [
+                                114.065251,
+                                39.093511
+                            ],
+                            [
+                                114.096798,
+                                39.083719
+                            ],
+                            [
+                                114.108732,
+                                39.052281
+                            ],
+                            [
+                                114.126653,
+                                39.05089
+                            ],
+                            [
+                                114.157202,
+                                39.06117
+                            ],
+                            [
+                                114.180895,
+                                39.049076
+                            ],
+                            [
+                                114.196994,
+                                39.050406
+                            ],
+                            [
+                                114.226372,
+                                39.06649
+                            ],
+                            [
+                                114.300141,
+                                39.079246
+                            ],
+                            [
+                                114.320797,
+                                39.070481
+                            ],
+                            [
+                                114.349133,
+                                39.076768
+                            ],
+                            [
+                                114.369658,
+                                39.107531
+                            ],
+                            [
+                                114.360762,
+                                39.133992
+                            ],
+                            [
+                                114.388187,
+                                39.176985
+                            ],
+                            [
+                                114.417999,
+                                39.171613
+                            ],
+                            [
+                                114.443601,
+                                39.174148
+                            ],
+                            [
+                                114.453147,
+                                39.192618
+                            ],
+                            [
+                                114.465601,
+                                39.188514
+                            ],
+                            [
+                                114.474844,
+                                39.219228
+                            ],
+                            [
+                                114.436354,
+                                39.229604
+                            ],
+                            [
+                                114.415959,
+                                39.242873
+                            ],
+                            [
+                                114.437656,
+                                39.260421
+                            ],
+                            [
+                                114.425072,
+                                39.285137
+                            ],
+                            [
+                                114.438611,
+                                39.319424
+                            ],
+                            [
+                                114.466643,
+                                39.329664
+                            ],
+                            [
+                                114.479704,
+                                39.351104
+                            ],
+                            [
+                                114.469464,
+                                39.355199
+                            ],
+                            [
+                                114.470896,
+                                39.408767
+                            ],
+                            [
+                                114.496802,
+                                39.438543
+                            ],
+                            [
+                                114.502313,
+                                39.477082
+                            ],
+                            [
+                                114.529868,
+                                39.485196
+                            ],
+                            [
+                                114.536594,
+                                39.512897
+                            ],
+                            [
+                                114.557336,
+                                39.531998
+                            ],
+                            [
+                                114.557336,
+                                39.550674
+                            ],
+                            [
+                                114.568922,
+                                39.573967
+                            ],
+                            [
+                                114.556989,
+                                39.58141
+                            ],
+                            [
+                                114.515374,
+                                39.565023
+                            ],
+                            [
+                                114.495804,
+                                39.608172
+                            ],
+                            [
+                                114.474758,
+                                39.613751
+                            ],
+                            [
+                                114.431668,
+                                39.614051
+                            ],
+                            [
+                                114.408148,
+                                39.651953
+                            ],
+                            [
+                                114.407107,
+                                39.690374
+                            ],
+                            [
+                                114.410231,
+                                39.761705
+                            ],
+                            [
+                                114.416784,
+                                39.776189
+                            ],
+                            [
+                                114.390704,
+                                39.818608
+                            ],
+                            [
+                                114.406716,
+                                39.83344
+                            ],
+                            [
+                                114.395434,
+                                39.867217
+                            ],
+                            [
+                                114.285084,
+                                39.859686
+                            ],
+                            [
+                                114.286819,
+                                39.871042
+                            ],
+                            [
+                                114.245509,
+                                39.861897
+                            ],
+                            [
+                                114.221468,
+                                39.86118
+                            ],
+                            [
+                                114.202071,
+                                39.872297
+                            ],
+                            [
+                                114.204501,
+                                39.885205
+                            ],
+                            [
+                                114.227717,
+                                39.8959
+                            ],
+                            [
+                                114.220644,
+                                39.914298
+                            ],
+                            [
+                                114.174169,
+                                39.897632
+                            ],
+                            [
+                                114.102873,
+                                39.912865
+                            ],
+                            [
+                                114.089942,
+                                39.910177
+                            ],
+                            [
+                                114.067768,
+                                39.922301
+                            ],
+                            [
+                                114.047373,
+                                39.91615
+                            ],
+                            [
+                                114.02828,
+                                39.959318
+                            ],
+                            [
+                                114.029451,
+                                39.985397
+                            ],
+                            [
+                                114.02125,
+                                39.991781
+                            ],
+                            [
+                                113.960455,
+                                40.000908
+                            ],
+                            [
+                                113.932032,
+                                40.009438
+                            ],
+                            [
+                                113.914631,
+                                40.005919
+                            ],
+                            [
+                                113.922486,
+                                40.026613
+                            ],
+                            [
+                                113.954857,
+                                40.030847
+                            ],
+                            [
+                                113.975556,
+                                40.051057
+                            ],
+                            [
+                                113.981024,
+                                40.073227
+                            ],
+                            [
+                                113.973864,
+                                40.097118
+                            ],
+                            [
+                                113.979852,
+                                40.112306
+                            ],
+                            [
+                                114.019948,
+                                40.102479
+                            ],
+                            [
+                                114.043815,
+                                40.056898
+                            ],
+                            [
+                                114.091157,
+                                40.075313
+                            ],
+                            [
+                                114.101224,
+                                40.108733
+                            ],
+                            [
+                                114.089118,
+                                40.121477
+                            ],
+                            [
+                                114.068028,
+                                40.179748
+                            ],
+                            [
+                                114.097753,
+                                40.193549
+                            ],
+                            [
+                                114.123399,
+                                40.188672
+                            ],
+                            [
+                                114.123963,
+                                40.178141
+                            ],
+                            [
+                                114.145095,
+                                40.177368
+                            ],
+                            [
+                                114.180071,
+                                40.191527
+                            ],
+                            [
+                                114.235875,
+                                40.198308
+                            ],
+                            [
+                                114.240171,
+                                40.221976
+                            ],
+                            [
+                                114.255229,
+                                40.236185
+                            ],
+                            [
+                                114.293111,
+                                40.230122
+                            ],
+                            [
+                                114.33516,
+                                40.245399
+                            ],
+                            [
+                                114.362585,
+                                40.250094
+                            ],
+                            [
+                                114.406412,
+                                40.246172
+                            ],
+                            [
+                                114.469941,
+                                40.268041
+                            ],
+                            [
+                                114.510948,
+                                40.302969
+                            ],
+                            [
+                                114.526439,
+                                40.323574
+                            ],
+                            [
+                                114.530605,
+                                40.345121
+                            ],
+                            [
+                                114.499318,
+                                40.354023
+                            ],
+                            [
+                                114.470809,
+                                40.349691
+                            ],
+                            [
+                                114.446552,
+                                40.372891
+                            ],
+                            [
+                                114.403722,
+                                40.353786
+                            ],
+                            [
+                                114.383544,
+                                40.354023
+                            ],
+                            [
+                                114.344446,
+                                40.369569
+                            ],
+                            [
+                                114.314418,
+                                40.369569
+                            ],
+                            [
+                                114.28708,
+                                40.423418
+                            ],
+                            [
+                                114.298709,
+                                40.445585
+                            ],
+                            [
+                                114.27545,
+                                40.458029
+                            ],
+                            [
+                                114.267205,
+                                40.474202
+                            ],
+                            [
+                                114.296409,
+                                40.535957
+                            ],
+                            [
+                                114.293459,
+                                40.551402
+                            ],
+                            [
+                                114.274322,
+                                40.552881
+                            ],
+                            [
+                                114.282957,
+                                40.590796
+                            ],
+                            [
+                                114.258223,
+                                40.610662
+                            ],
+                            [
+                                114.236135,
+                                40.606997
+                            ],
+                            [
+                                114.209318,
+                                40.629754
+                            ],
+                            [
+                                114.216435,
+                                40.635013
+                            ],
+                            [
+                                114.200075,
+                                40.662191
+                            ],
+                            [
+                                114.183239,
+                                40.671701
+                            ],
+                            [
+                                114.162366,
+                                40.713562
+                            ],
+                            [
+                                114.139541,
+                                40.739941
+                            ],
+                            [
+                                114.09324,
+                                40.731917
+                            ],
+                            [
+                                114.072281,
+                                40.72153
+                            ],
+                            [
+                                114.064079,
+                                40.707128
+                            ],
+                            [
+                                114.072715,
+                                40.679142
+                            ],
+                            [
+                                114.070458,
+                                40.660301
+                            ],
+                            [
+                                114.041818,
+                                40.608652
+                            ],
+                            [
+                                114.04811,
+                                40.595882
+                            ],
+                            [
+                                114.076881,
+                                40.575834
+                            ],
+                            [
+                                114.080178,
+                                40.547733
+                            ],
+                            [
+                                114.06191,
+                                40.528855
+                            ],
+                            [
+                                114.011399,
+                                40.515892
+                            ],
+                            [
+                                113.970089,
+                                40.522226
+                            ],
+                            [
+                                113.947784,
+                                40.51678
+                            ],
+                            [
+                                113.930904,
+                                40.493392
+                            ],
+                            [
+                                113.890114,
+                                40.466442
+                            ],
+                            [
+                                113.863427,
+                                40.456488
+                            ],
+                            [
+                                113.850973,
+                                40.460577
+                            ],
+                            [
+                                113.832704,
+                                40.487055
+                            ],
+                            [
+                                113.794821,
+                                40.517964
+                            ],
+                            [
+                                113.790699,
+                                40.502511
+                            ],
+                            [
+                                113.763448,
+                                40.473965
+                            ],
+                            [
+                                113.688767,
+                                40.448193
+                            ],
+                            [
+                                113.667981,
+                                40.423773
+                            ],
+                            [
+                                113.647803,
+                                40.415533
+                            ],
+                            [
+                                113.584145,
+                                40.37123
+                            ],
+                            [
+                                113.559888,
+                                40.348623
+                            ],
+                            [
+                                113.500135,
+                                40.334497
+                            ],
+                            [
+                                113.457652,
+                                40.33046
+                            ],
+                            [
+                                113.387615,
+                                40.319121
+                            ],
+                            [
+                                113.315972,
+                                40.32013
+                            ],
+                            [
+                                113.302737,
+                                40.334675
+                            ],
+                            [
+                                113.291194,
+                                40.36506
+                            ],
+                            [
+                                113.273967,
+                                40.390093
+                            ],
+                            [
+                                113.247757,
+                                40.412983
+                            ],
+                            [
+                                113.219377,
+                                40.402844
+                            ],
+                            [
+                                113.170733,
+                                40.395965
+                            ],
+                            [
+                                113.115362,
+                                40.381137
+                            ],
+                            [
+                                113.033131,
+                                40.368916
+                            ],
+                            [
+                                112.989824,
+                                40.357405
+                            ],
+                            [
+                                112.89297,
+                                40.326423
+                            ],
+                            [
+                                112.890453,
+                                40.305167
+                            ],
+                            [
+                                112.85513,
+                                40.218409
+                            ],
+                            [
+                                112.84502,
+                                40.203899
+                            ],
+                            [
+                                112.750725,
+                                40.168026
+                            ],
+                            [
+                                112.73033,
+                                40.168086
+                            ],
+                            [
+                                112.720783,
+                                40.178558
+                            ],
+                            [
+                                112.67791,
+                                40.201163
+                            ],
+                            [
+                                112.624319,
+                                40.236839
+                            ],
+                            [
+                                112.626098,
+                                40.223047
+                            ],
+                            [
+                                112.609695,
+                                40.218468
+                            ],
+                            [
+                                112.603186,
+                                40.202947
+                            ],
+                            [
+                                112.622063,
+                                40.183377
+                            ],
+                            [
+                                112.622063,
+                                40.163742
+                            ],
+                            [
+                                112.589778,
+                                40.16148
+                            ],
+                            [
+                                112.580448,
+                                40.154398
+                            ],
+                            [
+                                112.581967,
+                                40.128444
+                            ],
+                            [
+                                112.595723,
+                                40.114748
+                            ],
+                            [
+                                112.589648,
+                                40.10105
+                            ],
+                            [
+                                112.622323,
+                                40.088778
+                            ],
+                            [
+                                112.610563,
+                                40.079365
+                            ],
+                            [
+                                112.642631,
+                                40.034484
+                            ],
+                            [
+                                112.617376,
+                                39.948693
+                            ],
+                            [
+                                112.596547,
+                                39.92045
+                            ],
+                            [
+                                112.603881,
+                                39.880604
+                            ],
+                            [
+                                112.591123,
+                                39.835951
+                            ],
+                            [
+                                112.600019,
+                                39.816036
+                            ],
+                            [
+                                112.62037,
+                                39.809397
+                            ],
+                            [
+                                112.621021,
+                                39.760388
+                            ],
+                            [
+                                112.648359,
+                                39.74069
+                            ],
+                            [
+                                112.669232,
+                                39.746199
+                            ],
+                            [
+                                112.693706,
+                                39.769067
+                            ],
+                            [
+                                112.734409,
+                                39.753324
+                            ],
+                            [
+                                112.751593,
+                                39.757933
+                            ],
+                            [
+                                112.752808,
+                                39.774214
+                            ],
+                            [
+                                112.820806,
+                                39.776788
+                            ],
+                            [
+                                112.817508,
+                                39.788816
+                            ],
+                            [
+                                112.831307,
+                                39.79797
+                            ],
+                            [
+                                112.861596,
+                                39.799765
+                            ],
+                            [
+                                112.891451,
+                                39.826084
+                            ],
+                            [
+                                112.911759,
+                                39.829194
+                            ],
+                            [
+                                112.93428,
+                                39.841811
+                            ],
+                            [
+                                112.938707,
+                                39.86112
+                            ],
+                            [
+                                112.954068,
+                                39.85305
+                            ],
+                            [
+                                112.966826,
+                                39.868173
+                            ],
+                            [
+                                112.947082,
+                                39.886878
+                            ],
+                            [
+                                112.939444,
+                                39.912566
+                            ],
+                            [
+                                113.023107,
+                                39.912327
+                            ],
+                            [
+                                113.051921,
+                                39.916449
+                            ],
+                            [
+                                113.122783,
+                                39.908325
+                            ],
+                            [
+                                113.168433,
+                                39.916747
+                            ],
+                            [
+                                113.23552,
+                                39.958303
+                            ],
+                            [
+                                113.285943,
+                                39.948454
+                            ],
+                            [
+                                113.305036,
+                                39.934424
+                            ],
+                            [
+                                113.325214,
+                                39.932632
+                            ],
+                            [
+                                113.352639,
+                                39.906593
+                            ],
+                            [
+                                113.381192,
+                                39.906056
+                            ],
+                            [
+                                113.4396,
+                                39.852154
+                            ],
+                            [
+                                113.396814,
+                                39.837625
+                            ],
+                            [
+                                113.373208,
+                                39.834516
+                            ],
+                            [
+                                113.344395,
+                                39.805807
+                            ],
+                            [
+                                113.32925,
+                                39.80156
+                            ],
+                            [
+                                113.339925,
+                                39.776548
+                            ],
+                            [
+                                113.393169,
+                                39.743684
+                            ],
+                            [
+                                113.41057,
+                                39.714818
+                            ],
+                            [
+                                113.386139,
+                                39.682524
+                            ],
+                            [
+                                113.394167,
+                                39.663524
+                            ],
+                            [
+                                113.383188,
+                                39.649195
+                            ],
+                            [
+                                113.429403,
+                                39.605772
+                            ],
+                            [
+                                113.43192,
+                                39.58177
+                            ],
+                            [
+                                113.458737,
+                                39.578769
+                            ],
+                            [
+                                113.474012,
+                                39.554577
+                            ],
+                            [
+                                113.48512,
+                                39.549834
+                            ],
+                            [
+                                113.511547,
+                                39.520406
+                            ],
+                            [
+                                113.50634,
+                                39.503044
+                            ],
+                            [
+                                113.518534,
+                                39.481109
+                            ],
+                            [
+                                113.570259,
+                                39.452975
+                            ],
+                            [
+                                113.577289,
+                                39.438122
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 140300,
+                "name": "阳泉市",
+                "center": [
+                    113.583285,
+                    37.861188
+                ],
+                "centroid": [
+                    113.505474,
+                    38.064652
+                ],
+                "childrenNum": 5,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 2,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                113.555548,
+                                38.521046
+                            ],
+                            [
+                                113.517449,
+                                38.519828
+                            ],
+                            [
+                                113.48486,
+                                38.508556
+                            ],
+                            [
+                                113.458086,
+                                38.510079
+                            ],
+                            [
+                                113.435087,
+                                38.520681
+                            ],
+                            [
+                                113.416688,
+                                38.517878
+                            ],
+                            [
+                                113.368174,
+                                38.495941
+                            ],
+                            [
+                                113.333242,
+                                38.485823
+                            ],
+                            [
+                                113.294492,
+                                38.468022
+                            ],
+                            [
+                                113.284858,
+                                38.451559
+                            ],
+                            [
+                                113.208572,
+                                38.42045
+                            ],
+                            [
+                                113.203018,
+                                38.415386
+                            ],
+                            [
+                                113.145695,
+                                38.411664
+                            ],
+                            [
+                                113.141572,
+                                38.394334
+                            ],
+                            [
+                                113.151683,
+                                38.375778
+                            ],
+                            [
+                                113.142397,
+                                38.360575
+                            ],
+                            [
+                                113.15663,
+                                38.345247
+                            ],
+                            [
+                                113.150294,
+                                38.328206
+                            ],
+                            [
+                                113.108984,
+                                38.307006
+                            ],
+                            [
+                                113.076699,
+                                38.307067
+                            ],
+                            [
+                                113.051877,
+                                38.275652
+                            ],
+                            [
+                                113.035388,
+                                38.270822
+                            ],
+                            [
+                                113.026319,
+                                38.255475
+                            ],
+                            [
+                                113.00076,
+                                38.248565
+                            ],
+                            [
+                                112.957887,
+                                38.21737
+                            ],
+                            [
+                                112.958668,
+                                38.206601
+                            ],
+                            [
+                                112.936407,
+                                38.178632
+                            ],
+                            [
+                                112.93901,
+                                38.164062
+                            ],
+                            [
+                                112.919874,
+                                38.157143
+                            ],
+                            [
+                                112.94105,
+                                38.13675
+                            ],
+                            [
+                                112.961358,
+                                38.139935
+                            ],
+                            [
+                                112.970905,
+                                38.112124
+                            ],
+                            [
+                                113.012129,
+                                38.084915
+                            ],
+                            [
+                                113.04142,
+                                38.081606
+                            ],
+                            [
+                                113.066848,
+                                38.05647
+                            ],
+                            [
+                                113.09718,
+                                38.056225
+                            ],
+                            [
+                                113.099827,
+                                38.065115
+                            ],
+                            [
+                                113.132503,
+                                38.082464
+                            ],
+                            [
+                                113.164224,
+                                38.054876
+                            ],
+                            [
+                                113.198027,
+                                38.058248
+                            ],
+                            [
+                                113.211913,
+                                38.082096
+                            ],
+                            [
+                                113.228924,
+                                38.091964
+                            ],
+                            [
+                                113.253832,
+                                38.090248
+                            ],
+                            [
+                                113.266416,
+                                38.071246
+                            ],
+                            [
+                                113.255307,
+                                38.058187
+                            ],
+                            [
+                                113.265244,
+                                38.033473
+                            ],
+                            [
+                                113.284728,
+                                38.028812
+                            ],
+                            [
+                                113.301695,
+                                37.986966
+                            ],
+                            [
+                                113.335282,
+                                37.980767
+                            ],
+                            [
+                                113.341747,
+                                37.962106
+                            ],
+                            [
+                                113.326082,
+                                37.902836
+                            ],
+                            [
+                                113.332722,
+                                37.889255
+                            ],
+                            [
+                                113.369693,
+                                37.867251
+                            ],
+                            [
+                                113.372557,
+                                37.838537
+                            ],
+                            [
+                                113.393777,
+                                37.822792
+                            ],
+                            [
+                                113.416862,
+                                37.787722
+                            ],
+                            [
+                                113.441944,
+                                37.76538
+                            ],
+                            [
+                                113.44381,
+                                37.743892
+                            ],
+                            [
+                                113.480868,
+                                37.70016
+                            ],
+                            [
+                                113.517318,
+                                37.697326
+                            ],
+                            [
+                                113.532984,
+                                37.678839
+                            ],
+                            [
+                                113.588701,
+                                37.67662
+                            ],
+                            [
+                                113.613826,
+                                37.680811
+                            ],
+                            [
+                                113.646198,
+                                37.664416
+                            ],
+                            [
+                                113.670932,
+                                37.66306
+                            ],
+                            [
+                                113.694669,
+                                37.670765
+                            ],
+                            [
+                                113.705821,
+                                37.685248
+                            ],
+                            [
+                                113.759282,
+                                37.683399
+                            ],
+                            [
+                                113.77243,
+                                37.662936
+                            ],
+                            [
+                                113.7989,
+                                37.672059
+                            ],
+                            [
+                                113.836696,
+                                37.675757
+                            ],
+                            [
+                                113.883301,
+                                37.705397
+                            ],
+                            [
+                                113.905258,
+                                37.706136
+                            ],
+                            [
+                                113.979852,
+                                37.675203
+                            ],
+                            [
+                                113.993,
+                                37.684262
+                            ],
+                            [
+                                113.996906,
+                                37.704473
+                            ],
+                            [
+                                114.000811,
+                                37.735333
+                            ],
+                            [
+                                114.041167,
+                                37.756823
+                            ],
+                            [
+                                114.043858,
+                                37.777444
+                            ],
+                            [
+                                114.01882,
+                                37.794861
+                            ],
+                            [
+                                114.006669,
+                                37.813503
+                            ],
+                            [
+                                113.982543,
+                                37.812826
+                            ],
+                            [
+                                113.970175,
+                                37.833986
+                            ],
+                            [
+                                113.971521,
+                                37.868788
+                            ],
+                            [
+                                113.95924,
+                                37.906338
+                            ],
+                            [
+                                113.936545,
+                                37.923171
+                            ],
+                            [
+                                113.901266,
+                                37.984818
+                            ],
+                            [
+                                113.872366,
+                                37.990342
+                            ],
+                            [
+                                113.878354,
+                                38.032369
+                            ],
+                            [
+                                113.876271,
+                                38.05506
+                            ],
+                            [
+                                113.855963,
+                                38.065912
+                            ],
+                            [
+                                113.854748,
+                                38.077131
+                            ],
+                            [
+                                113.824199,
+                                38.106732
+                            ],
+                            [
+                                113.810053,
+                                38.112553
+                            ],
+                            [
+                                113.822507,
+                                38.150468
+                            ],
+                            [
+                                113.833572,
+                                38.147468
+                            ],
+                            [
+                                113.825457,
+                                38.169143
+                            ],
+                            [
+                                113.796861,
+                                38.162837
+                            ],
+                            [
+                                113.756591,
+                                38.171653
+                            ],
+                            [
+                                113.731119,
+                                38.168347
+                            ],
+                            [
+                                113.720618,
+                                38.174653
+                            ],
+                            [
+                                113.738496,
+                                38.189527
+                            ],
+                            [
+                                113.715064,
+                                38.19375
+                            ],
+                            [
+                                113.711722,
+                                38.213699
+                            ],
+                            [
+                                113.67909,
+                                38.205377
+                            ],
+                            [
+                                113.6498,
+                                38.229788
+                            ],
+                            [
+                                113.62615,
+                                38.232541
+                            ],
+                            [
+                                113.598899,
+                                38.227158
+                            ],
+                            [
+                                113.570346,
+                                38.237434
+                            ],
+                            [
+                                113.566267,
+                                38.252357
+                            ],
+                            [
+                                113.54483,
+                                38.270516
+                            ],
+                            [
+                                113.546045,
+                                38.293072
+                            ],
+                            [
+                                113.557284,
+                                38.343476
+                            ],
+                            [
+                                113.534329,
+                                38.365216
+                            ],
+                            [
+                                113.525433,
+                                38.382981
+                            ],
+                            [
+                                113.538017,
+                                38.418071
+                            ],
+                            [
+                                113.573166,
+                                38.44918
+                            ],
+                            [
+                                113.583494,
+                                38.465949
+                            ],
+                            [
+                                113.546566,
+                                38.493015
+                            ],
+                            [
+                                113.557241,
+                                38.503985
+                            ],
+                            [
+                                113.555548,
+                                38.521046
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 140400,
+                "name": "长治市",
+                "center": [
+                    113.113556,
+                    36.191112
+                ],
+                "centroid": [
+                    112.921277,
+                    36.478022
+                ],
+                "childrenNum": 12,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 3,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                111.996412,
+                                36.687148
+                            ],
+                            [
+                                112.019367,
+                                36.67828
+                            ],
+                            [
+                                112.022535,
+                                36.654669
+                            ],
+                            [
+                                112.039111,
+                                36.636863
+                            ],
+                            [
+                                112.041585,
+                                36.60205
+                            ],
+                            [
+                                112.087105,
+                                36.580105
+                            ],
+                            [
+                                112.106068,
+                                36.544703
+                            ],
+                            [
+                                112.132798,
+                                36.524556
+                            ],
+                            [
+                                112.161785,
+                                36.512916
+                            ],
+                            [
+                                112.180965,
+                                36.458759
+                            ],
+                            [
+                                112.202792,
+                                36.417914
+                            ],
+                            [
+                                112.212816,
+                                36.409642
+                            ],
+                            [
+                                112.257165,
+                                36.410456
+                            ],
+                            [
+                                112.290838,
+                                36.383002
+                            ],
+                            [
+                                112.330761,
+                                36.365133
+                            ],
+                            [
+                                112.354887,
+                                36.34312
+                            ],
+                            [
+                                112.39468,
+                                36.345566
+                            ],
+                            [
+                                112.443671,
+                                36.342681
+                            ],
+                            [
+                                112.461029,
+                                36.313634
+                            ],
+                            [
+                                112.454563,
+                                36.304849
+                            ],
+                            [
+                                112.471226,
+                                36.287088
+                            ],
+                            [
+                                112.472224,
+                                36.270829
+                            ],
+                            [
+                                112.506939,
+                                36.259213
+                            ],
+                            [
+                                112.540699,
+                                36.255571
+                            ],
+                            [
+                                112.565521,
+                                36.27265
+                            ],
+                            [
+                                112.574416,
+                                36.263295
+                            ],
+                            [
+                                112.560964,
+                                36.224796
+                            ],
+                            [
+                                112.567213,
+                                36.188416
+                            ],
+                            [
+                                112.561008,
+                                36.162455
+                            ],
+                            [
+                                112.570381,
+                                36.132021
+                            ],
+                            [
+                                112.564783,
+                                36.114472
+                            ],
+                            [
+                                112.49813,
+                                36.082508
+                            ],
+                            [
+                                112.490536,
+                                36.068725
+                            ],
+                            [
+                                112.503337,
+                                36.032586
+                            ],
+                            [
+                                112.522127,
+                                36.031075
+                            ],
+                            [
+                                112.532151,
+                                36.038317
+                            ],
+                            [
+                                112.629917,
+                                36.062304
+                            ],
+                            [
+                                112.658123,
+                                36.043606
+                            ],
+                            [
+                                112.687674,
+                                36.005
+                            ],
+                            [
+                                112.714448,
+                                36.014637
+                            ],
+                            [
+                                112.739399,
+                                35.994416
+                            ],
+                            [
+                                112.797026,
+                                35.977529
+                            ],
+                            [
+                                112.824625,
+                                35.98717
+                            ],
+                            [
+                                112.873659,
+                                35.97608
+                            ],
+                            [
+                                112.880472,
+                                35.92691
+                            ],
+                            [
+                                112.910371,
+                                35.922559
+                            ],
+                            [
+                                112.967477,
+                                35.929748
+                            ],
+                            [
+                                113.039684,
+                                35.914802
+                            ],
+                            [
+                                113.065677,
+                                35.891022
+                            ],
+                            [
+                                113.122132,
+                                35.887111
+                            ],
+                            [
+                                113.140704,
+                                35.871463
+                            ],
+                            [
+                                113.199893,
+                                35.897835
+                            ],
+                            [
+                                113.204103,
+                                35.888878
+                            ],
+                            [
+                                113.239555,
+                                35.892158
+                            ],
+                            [
+                                113.263465,
+                                35.866983
+                            ],
+                            [
+                                113.2767,
+                                35.86326
+                            ],
+                            [
+                                113.3217,
+                                35.88566
+                            ],
+                            [
+                                113.353898,
+                                35.881496
+                            ],
+                            [
+                                113.377157,
+                                35.863007
+                            ],
+                            [
+                                113.389698,
+                                35.832899
+                            ],
+                            [
+                                113.41773,
+                                35.83372
+                            ],
+                            [
+                                113.445198,
+                                35.864901
+                            ],
+                            [
+                                113.47501,
+                                35.862187
+                            ],
+                            [
+                                113.504691,
+                                35.850763
+                            ],
+                            [
+                                113.526344,
+                                35.853351
+                            ],
+                            [
+                                113.570606,
+                                35.826396
+                            ],
+                            [
+                                113.585273,
+                                35.825765
+                            ],
+                            [
+                                113.606059,
+                                35.823744
+                            ],
+                            [
+                                113.623807,
+                                35.83151
+                            ],
+                            [
+                                113.641208,
+                                35.822482
+                            ],
+                            [
+                                113.661038,
+                                35.837255
+                            ],
+                            [
+                                113.658218,
+                                35.853919
+                            ],
+                            [
+                                113.644028,
+                                35.854866
+                            ],
+                            [
+                                113.637389,
+                                35.869886
+                            ],
+                            [
+                                113.654443,
+                                35.917199
+                            ],
+                            [
+                                113.647803,
+                                35.96713
+                            ],
+                            [
+                                113.636868,
+                                35.97589
+                            ],
+                            [
+                                113.648888,
+                                35.994164
+                            ],
+                            [
+                                113.686467,
+                                35.986414
+                            ],
+                            [
+                                113.695927,
+                                35.999897
+                            ],
+                            [
+                                113.680739,
+                                36.014826
+                            ],
+                            [
+                                113.695146,
+                                36.026793
+                            ],
+                            [
+                                113.670195,
+                                36.029501
+                            ],
+                            [
+                                113.661429,
+                                36.042913
+                            ],
+                            [
+                                113.685773,
+                                36.056009
+                            ],
+                            [
+                                113.673796,
+                                36.111578
+                            ],
+                            [
+                                113.655527,
+                                36.125102
+                            ],
+                            [
+                                113.693193,
+                                36.124222
+                            ],
+                            [
+                                113.713762,
+                                36.132964
+                            ],
+                            [
+                                113.706862,
+                                36.147365
+                            ],
+                            [
+                                113.681347,
+                                36.150698
+                            ],
+                            [
+                                113.679264,
+                                36.15994
+                            ],
+                            [
+                                113.651665,
+                                36.172199
+                            ],
+                            [
+                                113.697923,
+                                36.181879
+                            ],
+                            [
+                                113.68638,
+                                36.195517
+                            ],
+                            [
+                                113.705387,
+                                36.20067
+                            ],
+                            [
+                                113.698444,
+                                36.214305
+                            ],
+                            [
+                                113.677311,
+                                36.222535
+                            ],
+                            [
+                                113.703911,
+                                36.237799
+                            ],
+                            [
+                                113.70057,
+                                36.252306
+                            ],
+                            [
+                                113.716235,
+                                36.262604
+                            ],
+                            [
+                                113.709075,
+                                36.299703
+                            ],
+                            [
+                                113.723308,
+                                36.304849
+                            ],
+                            [
+                                113.736413,
+                                36.324677
+                            ],
+                            [
+                                113.728733,
+                                36.341427
+                            ],
+                            [
+                                113.729601,
+                                36.381623
+                            ],
+                            [
+                                113.708381,
+                                36.423365
+                            ],
+                            [
+                                113.670195,
+                                36.425119
+                            ],
+                            [
+                                113.629231,
+                                36.454688
+                            ],
+                            [
+                                113.587226,
+                                36.461014
+                            ],
+                            [
+                                113.582105,
+                                36.482931
+                            ],
+                            [
+                                113.55442,
+                                36.494701
+                            ],
+                            [
+                                113.559454,
+                                36.531001
+                            ],
+                            [
+                                113.566961,
+                                36.54414
+                            ],
+                            [
+                                113.58089,
+                                36.541075
+                            ],
+                            [
+                                113.588137,
+                                36.562719
+                            ],
+                            [
+                                113.569695,
+                                36.58592
+                            ],
+                            [
+                                113.539753,
+                                36.59411
+                            ],
+                            [
+                                113.545264,
+                                36.616865
+                            ],
+                            [
+                                113.535457,
+                                36.629239
+                            ],
+                            [
+                                113.486856,
+                                36.635238
+                            ],
+                            [
+                                113.477049,
+                                36.655232
+                            ],
+                            [
+                                113.502001,
+                                36.681528
+                            ],
+                            [
+                                113.507034,
+                                36.70488
+                            ],
+                            [
+                                113.477526,
+                                36.697263
+                            ],
+                            [
+                                113.465376,
+                                36.707752
+                            ],
+                            [
+                                113.4777,
+                                36.726416
+                            ],
+                            [
+                                113.499353,
+                                36.740583
+                            ],
+                            [
+                                113.536195,
+                                36.732345
+                            ],
+                            [
+                                113.543528,
+                                36.744327
+                            ],
+                            [
+                                113.521875,
+                                36.754435
+                            ],
+                            [
+                                113.510462,
+                                36.769781
+                            ],
+                            [
+                                113.495318,
+                                36.807199
+                            ],
+                            [
+                                113.461775,
+                                36.826151
+                            ],
+                            [
+                                113.418034,
+                                36.859304
+                            ],
+                            [
+                                113.399027,
+                                36.863042
+                            ],
+                            [
+                                113.378328,
+                                36.878928
+                            ],
+                            [
+                                113.360971,
+                                36.878616
+                            ],
+                            [
+                                113.372904,
+                                36.90714
+                            ],
+                            [
+                                113.331159,
+                                36.947602
+                            ],
+                            [
+                                113.311936,
+                                36.976535
+                            ],
+                            [
+                                113.294188,
+                                36.977406
+                            ],
+                            [
+                                113.280215,
+                                36.955754
+                            ],
+                            [
+                                113.254439,
+                                36.947602
+                            ],
+                            [
+                                113.227752,
+                                36.931233
+                            ],
+                            [
+                                113.214647,
+                                36.946669
+                            ],
+                            [
+                                113.211089,
+                                36.927872
+                            ],
+                            [
+                                113.1808,
+                                36.930424
+                            ],
+                            [
+                                113.176287,
+                                36.949905
+                            ],
+                            [
+                                113.153983,
+                                36.950589
+                            ],
+                            [
+                                113.156109,
+                                36.921958
+                            ],
+                            [
+                                113.109287,
+                                36.927249
+                            ],
+                            [
+                                113.089717,
+                                36.918783
+                            ],
+                            [
+                                113.067803,
+                                36.928494
+                            ],
+                            [
+                                113.040248,
+                                36.926004
+                            ],
+                            [
+                                113.008831,
+                                36.930486
+                            ],
+                            [
+                                112.967954,
+                                36.90633
+                            ],
+                            [
+                                112.928596,
+                                36.874381
+                            ],
+                            [
+                                112.897613,
+                                36.875004
+                            ],
+                            [
+                                112.877955,
+                                36.894
+                            ],
+                            [
+                                112.881904,
+                                36.936648
+                            ],
+                            [
+                                112.87201,
+                                36.947727
+                            ],
+                            [
+                                112.879604,
+                                36.970127
+                            ],
+                            [
+                                112.871056,
+                                36.984622
+                            ],
+                            [
+                                112.853308,
+                                36.987234
+                            ],
+                            [
+                                112.833086,
+                                37.006328
+                            ],
+                            [
+                                112.794336,
+                                37.007261
+                            ],
+                            [
+                                112.75897,
+                                37.04941
+                            ],
+                            [
+                                112.738792,
+                                37.049659
+                            ],
+                            [
+                                112.739616,
+                                37.071097
+                            ],
+                            [
+                                112.716835,
+                                37.095387
+                            ],
+                            [
+                                112.68251,
+                                37.10017
+                            ],
+                            [
+                                112.651397,
+                                37.120973
+                            ],
+                            [
+                                112.637467,
+                                37.106753
+                            ],
+                            [
+                                112.614425,
+                                37.103089
+                            ],
+                            [
+                                112.59377,
+                                37.079733
+                            ],
+                            [
+                                112.541047,
+                                37.09135
+                            ],
+                            [
+                                112.521389,
+                                37.12029
+                            ],
+                            [
+                                112.49813,
+                                37.125195
+                            ],
+                            [
+                                112.482248,
+                                37.118862
+                            ],
+                            [
+                                112.446448,
+                                37.116875
+                            ],
+                            [
+                                112.45222,
+                                37.104641
+                            ],
+                            [
+                                112.485633,
+                                37.094828
+                            ],
+                            [
+                                112.486153,
+                                37.049472
+                            ],
+                            [
+                                112.504943,
+                                37.034057
+                            ],
+                            [
+                                112.513188,
+                                36.994698
+                            ],
+                            [
+                                112.53866,
+                                36.992024
+                            ],
+                            [
+                                112.551027,
+                                36.973985
+                            ],
+                            [
+                                112.542782,
+                                36.960234
+                            ],
+                            [
+                                112.510454,
+                                36.951025
+                            ],
+                            [
+                                112.482422,
+                                36.961977
+                            ],
+                            [
+                                112.448488,
+                                36.939076
+                            ],
+                            [
+                                112.422452,
+                                36.938267
+                            ],
+                            [
+                                112.405007,
+                                36.949282
+                            ],
+                            [
+                                112.354887,
+                                36.95563
+                            ],
+                            [
+                                112.331889,
+                                36.934096
+                            ],
+                            [
+                                112.318957,
+                                36.950465
+                            ],
+                            [
+                                112.279035,
+                                36.978712
+                            ],
+                            [
+                                112.24866,
+                                36.983938
+                            ],
+                            [
+                                112.215854,
+                                37.017147
+                            ],
+                            [
+                                112.176366,
+                                37.012422
+                            ],
+                            [
+                                112.164172,
+                                36.998741
+                            ],
+                            [
+                                112.100817,
+                                36.977344
+                            ],
+                            [
+                                112.061372,
+                                36.975478
+                            ],
+                            [
+                                112.062761,
+                                36.962412
+                            ],
+                            [
+                                112.086107,
+                                36.9392
+                            ],
+                            [
+                                112.068402,
+                                36.908323
+                            ],
+                            [
+                                112.084024,
+                                36.894063
+                            ],
+                            [
+                                112.07656,
+                                36.883599
+                            ],
+                            [
+                                112.051348,
+                                36.880423
+                            ],
+                            [
+                                112.02887,
+                                36.886963
+                            ],
+                            [
+                                112.007651,
+                                36.819294
+                            ],
+                            [
+                                111.988297,
+                                36.810628
+                            ],
+                            [
+                                111.98552,
+                                36.770592
+                            ],
+                            [
+                                112.007781,
+                                36.746573
+                            ],
+                            [
+                                111.997497,
+                                36.730723
+                            ],
+                            [
+                                111.996412,
+                                36.687148
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 140500,
+                "name": "晋城市",
+                "center": [
+                    112.851274,
+                    35.497553
+                ],
+                "centroid": [
+                    112.713186,
+                    35.610944
+                ],
+                "childrenNum": 6,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 4,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                112.058812,
+                                35.279909
+                            ],
+                            [
+                                112.093918,
+                                35.27921
+                            ],
+                            [
+                                112.217243,
+                                35.253269
+                            ],
+                            [
+                                112.216678,
+                                35.240232
+                            ],
+                            [
+                                112.242715,
+                                35.234826
+                            ],
+                            [
+                                112.282811,
+                                35.242013
+                            ],
+                            [
+                                112.304421,
+                                35.25187
+                            ],
+                            [
+                                112.288538,
+                                35.217524
+                            ],
+                            [
+                                112.367298,
+                                35.220196
+                            ],
+                            [
+                                112.390731,
+                                35.238833
+                            ],
+                            [
+                                112.42397,
+                                35.23807
+                            ],
+                            [
+                                112.457731,
+                                35.226366
+                            ],
+                            [
+                                112.489799,
+                                35.229928
+                            ],
+                            [
+                                112.513492,
+                                35.218542
+                            ],
+                            [
+                                112.540526,
+                                35.222931
+                            ],
+                            [
+                                112.567864,
+                                35.211734
+                            ],
+                            [
+                                112.575024,
+                                35.22115
+                            ],
+                            [
+                                112.618982,
+                                35.220068
+                            ],
+                            [
+                                112.637207,
+                                35.225666
+                            ],
+                            [
+                                112.618331,
+                                35.254032
+                            ],
+                            [
+                                112.636686,
+                                35.264206
+                            ],
+                            [
+                                112.63916,
+                                35.247864
+                            ],
+                            [
+                                112.65144,
+                                35.259246
+                            ],
+                            [
+                                112.654998,
+                                35.244239
+                            ],
+                            [
+                                112.682684,
+                                35.233745
+                            ],
+                            [
+                                112.707418,
+                                35.216951
+                            ],
+                            [
+                                112.703079,
+                                35.201554
+                            ],
+                            [
+                                112.712669,
+                                35.186981
+                            ],
+                            [
+                                112.720306,
+                                35.206453
+                            ],
+                            [
+                                112.735364,
+                                35.210398
+                            ],
+                            [
+                                112.767258,
+                                35.204099
+                            ],
+                            [
+                                112.798241,
+                                35.238642
+                            ],
+                            [
+                                112.822194,
+                                35.258102
+                            ],
+                            [
+                                112.86906,
+                                35.243794
+                            ],
+                            [
+                                112.907073,
+                                35.245829
+                            ],
+                            [
+                                112.929637,
+                                35.256894
+                            ],
+                            [
+                                112.93606,
+                                35.284422
+                            ],
+                            [
+                                112.964699,
+                                35.29313
+                            ],
+                            [
+                                112.982795,
+                                35.287283
+                            ],
+                            [
+                                112.99156,
+                                35.302346
+                            ],
+                            [
+                                112.985311,
+                                35.338118
+                            ],
+                            [
+                                112.999545,
+                                35.362316
+                            ],
+                            [
+                                113.0202,
+                                35.356029
+                            ],
+                            [
+                                113.038252,
+                                35.360602
+                            ],
+                            [
+                                113.067109,
+                                35.353552
+                            ],
+                            [
+                                113.084076,
+                                35.340531
+                            ],
+                            [
+                                113.107595,
+                                35.340785
+                            ],
+                            [
+                                113.126558,
+                                35.33221
+                            ],
+                            [
+                                113.148906,
+                                35.351202
+                            ],
+                            [
+                                113.154634,
+                                35.380858
+                            ],
+                            [
+                                113.169735,
+                                35.386571
+                            ],
+                            [
+                                113.169518,
+                                35.410883
+                            ],
+                            [
+                                113.185226,
+                                35.409042
+                            ],
+                            [
+                                113.190043,
+                                35.44908
+                            ],
+                            [
+                                113.230052,
+                                35.453267
+                            ],
+                            [
+                                113.265375,
+                                35.434615
+                            ],
+                            [
+                                113.304385,
+                                35.427001
+                            ],
+                            [
+                                113.297356,
+                                35.438549
+                            ],
+                            [
+                                113.306425,
+                                35.460815
+                            ],
+                            [
+                                113.294665,
+                                35.467284
+                            ],
+                            [
+                                113.312327,
+                                35.481236
+                            ],
+                            [
+                                113.325909,
+                                35.46925
+                            ],
+                            [
+                                113.34817,
+                                35.468362
+                            ],
+                            [
+                                113.370778,
+                                35.480094
+                            ],
+                            [
+                                113.39178,
+                                35.50685
+                            ],
+                            [
+                                113.416645,
+                                35.516168
+                            ],
+                            [
+                                113.43921,
+                                35.507547
+                            ],
+                            [
+                                113.485424,
+                                35.520731
+                            ],
+                            [
+                                113.5066,
+                                35.516485
+                            ],
+                            [
+                                113.498529,
+                                35.532392
+                            ],
+                            [
+                                113.50673,
+                                35.565971
+                            ],
+                            [
+                                113.541966,
+                                35.596181
+                            ],
+                            [
+                                113.556677,
+                                35.619795
+                            ],
+                            [
+                                113.547998,
+                                35.657577
+                            ],
+                            [
+                                113.560061,
+                                35.660425
+                            ],
+                            [
+                                113.578547,
+                                35.633531
+                            ],
+                            [
+                                113.624848,
+                                35.632012
+                            ],
+                            [
+                                113.624978,
+                                35.652389
+                            ],
+                            [
+                                113.614911,
+                                35.683008
+                            ],
+                            [
+                                113.593127,
+                                35.69142
+                            ],
+                            [
+                                113.60198,
+                                35.706408
+                            ],
+                            [
+                                113.586792,
+                                35.744022
+                            ],
+                            [
+                                113.599116,
+                                35.775112
+                            ],
+                            [
+                                113.583494,
+                                35.794253
+                            ],
+                            [
+                                113.604974,
+                                35.800127
+                            ],
+                            [
+                                113.586141,
+                                35.806127
+                            ],
+                            [
+                                113.585273,
+                                35.825765
+                            ],
+                            [
+                                113.570606,
+                                35.826396
+                            ],
+                            [
+                                113.526344,
+                                35.853351
+                            ],
+                            [
+                                113.504691,
+                                35.850763
+                            ],
+                            [
+                                113.47501,
+                                35.862187
+                            ],
+                            [
+                                113.445198,
+                                35.864901
+                            ],
+                            [
+                                113.41773,
+                                35.83372
+                            ],
+                            [
+                                113.389698,
+                                35.832899
+                            ],
+                            [
+                                113.377157,
+                                35.863007
+                            ],
+                            [
+                                113.353898,
+                                35.881496
+                            ],
+                            [
+                                113.3217,
+                                35.88566
+                            ],
+                            [
+                                113.2767,
+                                35.86326
+                            ],
+                            [
+                                113.263465,
+                                35.866983
+                            ],
+                            [
+                                113.239555,
+                                35.892158
+                            ],
+                            [
+                                113.204103,
+                                35.888878
+                            ],
+                            [
+                                113.199893,
+                                35.897835
+                            ],
+                            [
+                                113.140704,
+                                35.871463
+                            ],
+                            [
+                                113.122132,
+                                35.887111
+                            ],
+                            [
+                                113.065677,
+                                35.891022
+                            ],
+                            [
+                                113.039684,
+                                35.914802
+                            ],
+                            [
+                                112.967477,
+                                35.929748
+                            ],
+                            [
+                                112.910371,
+                                35.922559
+                            ],
+                            [
+                                112.880472,
+                                35.92691
+                            ],
+                            [
+                                112.873659,
+                                35.97608
+                            ],
+                            [
+                                112.824625,
+                                35.98717
+                            ],
+                            [
+                                112.797026,
+                                35.977529
+                            ],
+                            [
+                                112.739399,
+                                35.994416
+                            ],
+                            [
+                                112.714448,
+                                36.014637
+                            ],
+                            [
+                                112.687674,
+                                36.005
+                            ],
+                            [
+                                112.658123,
+                                36.043606
+                            ],
+                            [
+                                112.629917,
+                                36.062304
+                            ],
+                            [
+                                112.532151,
+                                36.038317
+                            ],
+                            [
+                                112.522127,
+                                36.031075
+                            ],
+                            [
+                                112.532324,
+                                35.984902
+                            ],
+                            [
+                                112.516963,
+                                35.962719
+                            ],
+                            [
+                                112.463328,
+                                35.940719
+                            ],
+                            [
+                                112.428527,
+                                35.921424
+                            ],
+                            [
+                                112.411994,
+                                35.905531
+                            ],
+                            [
+                                112.381878,
+                                35.895817
+                            ],
+                            [
+                                112.34738,
+                                35.900863
+                            ],
+                            [
+                                112.327332,
+                                35.894997
+                            ],
+                            [
+                                112.278124,
+                                35.903828
+                            ],
+                            [
+                                112.240371,
+                                35.896952
+                            ],
+                            [
+                                112.191033,
+                                35.917136
+                            ],
+                            [
+                                112.163131,
+                                35.907108
+                            ],
+                            [
+                                112.144168,
+                                35.910387
+                            ],
+                            [
+                                112.159312,
+                                35.86976
+                            ],
+                            [
+                                112.183439,
+                                35.873546
+                            ],
+                            [
+                                112.209779,
+                                35.847986
+                            ],
+                            [
+                                112.213511,
+                                35.829995
+                            ],
+                            [
+                                112.186737,
+                                35.817304
+                            ],
+                            [
+                                112.129544,
+                                35.820082
+                            ],
+                            [
+                                112.065885,
+                                35.845588
+                            ],
+                            [
+                                112.04536,
+                                35.864206
+                            ],
+                            [
+                                112.035596,
+                                35.855939
+                            ],
+                            [
+                                112.030736,
+                                35.810989
+                            ],
+                            [
+                                112.048484,
+                                35.790337
+                            ],
+                            [
+                                112.053735,
+                                35.773027
+                            ],
+                            [
+                                112.025139,
+                                35.752112
+                            ],
+                            [
+                                112.037028,
+                                35.722973
+                            ],
+                            [
+                                112.027395,
+                                35.701096
+                            ],
+                            [
+                                111.989339,
+                                35.670484
+                            ],
+                            [
+                                111.964431,
+                                35.664853
+                            ],
+                            [
+                                111.957575,
+                                35.640113
+                            ],
+                            [
+                                111.94217,
+                                35.626948
+                            ],
+                            [
+                                111.948375,
+                                35.576422
+                            ],
+                            [
+                                111.966731,
+                                35.566668
+                            ],
+                            [
+                                111.965082,
+                                35.525484
+                            ],
+                            [
+                                111.946987,
+                                35.506533
+                            ],
+                            [
+                                111.9712,
+                                35.456882
+                            ],
+                            [
+                                111.974064,
+                                35.431443
+                            ],
+                            [
+                                112.00253,
+                                35.401997
+                            ],
+                            [
+                                112.032776,
+                                35.39019
+                            ],
+                            [
+                                112.022144,
+                                35.353997
+                            ],
+                            [
+                                112.052824,
+                                35.341421
+                            ],
+                            [
+                                112.069096,
+                                35.315691
+                            ],
+                            [
+                                112.058812,
+                                35.279909
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 140600,
+                "name": "朔州市",
+                "center": [
+                    112.433387,
+                    39.331261
+                ],
+                "centroid": [
+                    112.648197,
+                    39.619375
+                ],
+                "childrenNum": 6,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 5,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                112.624319,
+                                40.236839
+                            ],
+                            [
+                                112.564175,
+                                40.257939
+                            ],
+                            [
+                                112.511539,
+                                40.26917
+                            ],
+                            [
+                                112.456168,
+                                40.300059
+                            ],
+                            [
+                                112.418156,
+                                40.295249
+                            ],
+                            [
+                                112.345558,
+                                40.256453
+                            ],
+                            [
+                                112.310322,
+                                40.256394
+                            ],
+                            [
+                                112.290535,
+                                40.223403
+                            ],
+                            [
+                                112.299994,
+                                40.211868
+                            ],
+                            [
+                                112.285501,
+                                40.198189
+                            ],
+                            [
+                                112.232778,
+                                40.169633
+                            ],
+                            [
+                                112.223274,
+                                40.128801
+                            ],
+                            [
+                                112.209909,
+                                40.10772
+                            ],
+                            [
+                                112.183916,
+                                40.084787
+                            ],
+                            [
+                                112.181833,
+                                40.061487
+                            ],
+                            [
+                                112.142388,
+                                40.027329
+                            ],
+                            [
+                                112.13358,
+                                40.001684
+                            ],
+                            [
+                                112.094786,
+                                39.955498
+                            ],
+                            [
+                                112.077081,
+                                39.920868
+                            ],
+                            [
+                                112.042539,
+                                39.886161
+                            ],
+                            [
+                                112.035119,
+                                39.854366
+                            ],
+                            [
+                                112.005872,
+                                39.820821
+                            ],
+                            [
+                                111.97619,
+                                39.79809
+                            ],
+                            [
+                                111.967468,
+                                39.782652
+                            ],
+                            [
+                                111.970896,
+                                39.766014
+                            ],
+                            [
+                                111.964518,
+                                39.72524
+                            ],
+                            [
+                                111.968857,
+                                39.710385
+                            ],
+                            [
+                                111.95636,
+                                39.687737
+                            ],
+                            [
+                                111.923944,
+                                39.665742
+                            ],
+                            [
+                                111.937874,
+                                39.644638
+                            ],
+                            [
+                                111.93028,
+                                39.611411
+                            ],
+                            [
+                                111.942734,
+                                39.585311
+                            ],
+                            [
+                                111.971721,
+                                39.567064
+                            ],
+                            [
+                                112.002227,
+                                39.537163
+                            ],
+                            [
+                                111.987516,
+                                39.526112
+                            ],
+                            [
+                                111.943819,
+                                39.525511
+                            ],
+                            [
+                                111.906023,
+                                39.517582
+                            ],
+                            [
+                                111.895782,
+                                39.497395
+                            ],
+                            [
+                                111.914875,
+                                39.463256
+                            ],
+                            [
+                                111.951543,
+                                39.46007
+                            ],
+                            [
+                                111.971287,
+                                39.446481
+                            ],
+                            [
+                                111.987299,
+                                39.448405
+                            ],
+                            [
+                                111.999753,
+                                39.413219
+                            ],
+                            [
+                                112.012251,
+                                39.40281
+                            ],
+                            [
+                                112.007174,
+                                39.383011
+                            ],
+                            [
+                                112.023186,
+                                39.368866
+                            ],
+                            [
+                                112.019671,
+                                39.357065
+                            ],
+                            [
+                                112.064193,
+                                39.304904
+                            ],
+                            [
+                                112.048528,
+                                39.29707
+                            ],
+                            [
+                                112.068055,
+                                39.282304
+                            ],
+                            [
+                                112.085412,
+                                39.253125
+                            ],
+                            [
+                                112.100644,
+                                39.255778
+                            ],
+                            [
+                                112.107977,
+                                39.270128
+                            ],
+                            [
+                                112.134795,
+                                39.27917
+                            ],
+                            [
+                                112.182831,
+                                39.266631
+                            ],
+                            [
+                                112.194374,
+                                39.249688
+                            ],
+                            [
+                                112.192248,
+                                39.229966
+                            ],
+                            [
+                                112.201881,
+                                39.211385
+                            ],
+                            [
+                                112.219716,
+                                39.203601
+                            ],
+                            [
+                                112.218675,
+                                39.175657
+                            ],
+                            [
+                                112.250265,
+                                39.18272
+                            ],
+                            [
+                                112.2635,
+                                39.175476
+                            ],
+                            [
+                                112.274088,
+                                39.126985
+                            ],
+                            [
+                                112.298866,
+                                39.129703
+                            ],
+                            [
+                                112.304681,
+                                39.119131
+                            ],
+                            [
+                                112.289537,
+                                39.112183
+                            ],
+                            [
+                                112.294397,
+                                39.099071
+                            ],
+                            [
+                                112.314054,
+                                39.100702
+                            ],
+                            [
+                                112.312579,
+                                39.115446
+                            ],
+                            [
+                                112.331455,
+                                39.12475
+                            ],
+                            [
+                                112.365345,
+                                39.108075
+                            ],
+                            [
+                                112.405137,
+                                39.114661
+                            ],
+                            [
+                                112.437726,
+                                39.104389
+                            ],
+                            [
+                                112.457514,
+                                39.112063
+                            ],
+                            [
+                                112.505377,
+                                39.140455
+                            ],
+                            [
+                                112.546167,
+                                39.138099
+                            ],
+                            [
+                                112.557797,
+                                39.11889
+                            ],
+                            [
+                                112.577584,
+                                39.113513
+                            ],
+                            [
+                                112.589344,
+                                39.088434
+                            ],
+                            [
+                                112.638292,
+                                39.08523
+                            ],
+                            [
+                                112.649965,
+                                39.089764
+                            ],
+                            [
+                                112.655302,
+                                39.119011
+                            ],
+                            [
+                                112.672399,
+                                39.13224
+                            ],
+                            [
+                                112.686502,
+                                39.126381
+                            ],
+                            [
+                                112.725947,
+                                39.140032
+                            ],
+                            [
+                                112.747254,
+                                39.158873
+                            ],
+                            [
+                                112.751029,
+                                39.183384
+                            ],
+                            [
+                                112.780927,
+                                39.192679
+                            ],
+                            [
+                                112.807701,
+                                39.173303
+                            ],
+                            [
+                                112.819764,
+                                39.174933
+                            ],
+                            [
+                                112.833694,
+                                39.206256
+                            ],
+                            [
+                                112.872922,
+                                39.212532
+                            ],
+                            [
+                                112.88633,
+                                39.238953
+                            ],
+                            [
+                                112.898264,
+                                39.246552
+                            ],
+                            [
+                                112.921089,
+                                39.287126
+                            ],
+                            [
+                                112.967346,
+                                39.297251
+                            ],
+                            [
+                                113.035995,
+                                39.321171
+                            ],
+                            [
+                                113.054264,
+                                39.349659
+                            ],
+                            [
+                                113.088632,
+                                39.36128
+                            ],
+                            [
+                                113.10894,
+                                39.361882
+                            ],
+                            [
+                                113.135888,
+                                39.343818
+                            ],
+                            [
+                                113.130073,
+                                39.325388
+                            ],
+                            [
+                                113.164701,
+                                39.307073
+                            ],
+                            [
+                                113.212174,
+                                39.295322
+                            ],
+                            [
+                                113.225105,
+                                39.296407
+                            ],
+                            [
+                                113.258649,
+                                39.314725
+                            ],
+                            [
+                                113.362403,
+                                39.314303
+                            ],
+                            [
+                                113.380628,
+                                39.30171
+                            ],
+                            [
+                                113.422677,
+                                39.332194
+                            ],
+                            [
+                                113.449234,
+                                39.321653
+                            ],
+                            [
+                                113.452879,
+                                39.33912
+                            ],
+                            [
+                                113.515062,
+                                39.346949
+                            ],
+                            [
+                                113.533895,
+                                39.384877
+                            ],
+                            [
+                                113.561103,
+                                39.404315
+                            ],
+                            [
+                                113.560842,
+                                39.426815
+                            ],
+                            [
+                                113.577289,
+                                39.438122
+                            ],
+                            [
+                                113.570259,
+                                39.452975
+                            ],
+                            [
+                                113.518534,
+                                39.481109
+                            ],
+                            [
+                                113.50634,
+                                39.503044
+                            ],
+                            [
+                                113.511547,
+                                39.520406
+                            ],
+                            [
+                                113.48512,
+                                39.549834
+                            ],
+                            [
+                                113.474012,
+                                39.554577
+                            ],
+                            [
+                                113.458737,
+                                39.578769
+                            ],
+                            [
+                                113.43192,
+                                39.58177
+                            ],
+                            [
+                                113.429403,
+                                39.605772
+                            ],
+                            [
+                                113.383188,
+                                39.649195
+                            ],
+                            [
+                                113.394167,
+                                39.663524
+                            ],
+                            [
+                                113.386139,
+                                39.682524
+                            ],
+                            [
+                                113.41057,
+                                39.714818
+                            ],
+                            [
+                                113.393169,
+                                39.743684
+                            ],
+                            [
+                                113.339925,
+                                39.776548
+                            ],
+                            [
+                                113.32925,
+                                39.80156
+                            ],
+                            [
+                                113.344395,
+                                39.805807
+                            ],
+                            [
+                                113.373208,
+                                39.834516
+                            ],
+                            [
+                                113.396814,
+                                39.837625
+                            ],
+                            [
+                                113.4396,
+                                39.852154
+                            ],
+                            [
+                                113.381192,
+                                39.906056
+                            ],
+                            [
+                                113.352639,
+                                39.906593
+                            ],
+                            [
+                                113.325214,
+                                39.932632
+                            ],
+                            [
+                                113.305036,
+                                39.934424
+                            ],
+                            [
+                                113.285943,
+                                39.948454
+                            ],
+                            [
+                                113.23552,
+                                39.958303
+                            ],
+                            [
+                                113.168433,
+                                39.916747
+                            ],
+                            [
+                                113.122783,
+                                39.908325
+                            ],
+                            [
+                                113.051921,
+                                39.916449
+                            ],
+                            [
+                                113.023107,
+                                39.912327
+                            ],
+                            [
+                                112.939444,
+                                39.912566
+                            ],
+                            [
+                                112.947082,
+                                39.886878
+                            ],
+                            [
+                                112.966826,
+                                39.868173
+                            ],
+                            [
+                                112.954068,
+                                39.85305
+                            ],
+                            [
+                                112.938707,
+                                39.86112
+                            ],
+                            [
+                                112.93428,
+                                39.841811
+                            ],
+                            [
+                                112.911759,
+                                39.829194
+                            ],
+                            [
+                                112.891451,
+                                39.826084
+                            ],
+                            [
+                                112.861596,
+                                39.799765
+                            ],
+                            [
+                                112.831307,
+                                39.79797
+                            ],
+                            [
+                                112.817508,
+                                39.788816
+                            ],
+                            [
+                                112.820806,
+                                39.776788
+                            ],
+                            [
+                                112.752808,
+                                39.774214
+                            ],
+                            [
+                                112.751593,
+                                39.757933
+                            ],
+                            [
+                                112.734409,
+                                39.753324
+                            ],
+                            [
+                                112.693706,
+                                39.769067
+                            ],
+                            [
+                                112.669232,
+                                39.746199
+                            ],
+                            [
+                                112.648359,
+                                39.74069
+                            ],
+                            [
+                                112.621021,
+                                39.760388
+                            ],
+                            [
+                                112.62037,
+                                39.809397
+                            ],
+                            [
+                                112.600019,
+                                39.816036
+                            ],
+                            [
+                                112.591123,
+                                39.835951
+                            ],
+                            [
+                                112.603881,
+                                39.880604
+                            ],
+                            [
+                                112.596547,
+                                39.92045
+                            ],
+                            [
+                                112.617376,
+                                39.948693
+                            ],
+                            [
+                                112.642631,
+                                40.034484
+                            ],
+                            [
+                                112.610563,
+                                40.079365
+                            ],
+                            [
+                                112.622323,
+                                40.088778
+                            ],
+                            [
+                                112.589648,
+                                40.10105
+                            ],
+                            [
+                                112.595723,
+                                40.114748
+                            ],
+                            [
+                                112.581967,
+                                40.128444
+                            ],
+                            [
+                                112.580448,
+                                40.154398
+                            ],
+                            [
+                                112.589778,
+                                40.16148
+                            ],
+                            [
+                                112.622063,
+                                40.163742
+                            ],
+                            [
+                                112.622063,
+                                40.183377
+                            ],
+                            [
+                                112.603186,
+                                40.202947
+                            ],
+                            [
+                                112.609695,
+                                40.218468
+                            ],
+                            [
+                                112.626098,
+                                40.223047
+                            ],
+                            [
+                                112.624319,
+                                40.236839
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 140700,
+                "name": "晋中市",
+                "center": [
+                    112.736465,
+                    37.696495
+                ],
+                "centroid": [
+                    112.969398,
+                    37.329161
+                ],
+                "childrenNum": 11,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 6,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                113.543528,
+                                36.744327
+                            ],
+                            [
+                                113.569174,
+                                36.758116
+                            ],
+                            [
+                                113.59994,
+                                36.752875
+                            ],
+                            [
+                                113.655744,
+                                36.785686
+                            ],
+                            [
+                                113.680956,
+                                36.790114
+                            ],
+                            [
+                                113.673883,
+                                36.807511
+                            ],
+                            [
+                                113.684124,
+                                36.824779
+                            ],
+                            [
+                                113.67627,
+                                36.855628
+                            ],
+                            [
+                                113.696925,
+                                36.882291
+                            ],
+                            [
+                                113.710507,
+                                36.887336
+                            ],
+                            [
+                                113.731597,
+                                36.878616
+                            ],
+                            [
+                                113.731944,
+                                36.859117
+                            ],
+                            [
+                                113.742055,
+                                36.851142
+                            ],
+                            [
+                                113.772343,
+                                36.871141
+                            ],
+                            [
+                                113.786924,
+                                36.870082
+                            ],
+                            [
+                                113.792825,
+                                36.894748
+                            ],
+                            [
+                                113.761669,
+                                36.956065
+                            ],
+                            [
+                                113.777464,
+                                36.968572
+                            ],
+                            [
+                                113.794952,
+                                36.995009
+                            ],
+                            [
+                                113.771866,
+                                37.016836
+                            ],
+                            [
+                                113.790178,
+                                37.042946
+                            ],
+                            [
+                                113.788225,
+                                37.059788
+                            ],
+                            [
+                                113.768785,
+                                37.062523
+                            ],
+                            [
+                                113.758154,
+                                37.075633
+                            ],
+                            [
+                                113.773515,
+                                37.106939
+                            ],
+                            [
+                                113.767353,
+                                37.144626
+                            ],
+                            [
+                                113.773168,
+                                37.151888
+                            ],
+                            [
+                                113.831923,
+                                37.167527
+                            ],
+                            [
+                                113.836566,
+                                37.189491
+                            ],
+                            [
+                                113.853099,
+                                37.215107
+                            ],
+                            [
+                                113.886425,
+                                37.239165
+                            ],
+                            [
+                                113.886859,
+                                37.25993
+                            ],
+                            [
+                                113.89901,
+                                37.279512
+                            ],
+                            [
+                                113.902177,
+                                37.309991
+                            ],
+                            [
+                                113.921184,
+                                37.330675
+                            ],
+                            [
+                                113.959848,
+                                37.349001
+                            ],
+                            [
+                                113.973864,
+                                37.403147
+                            ],
+                            [
+                                113.995344,
+                                37.421146
+                            ],
+                            [
+                                114.014524,
+                                37.424609
+                            ],
+                            [
+                                114.025329,
+                                37.441304
+                            ],
+                            [
+                                114.028323,
+                                37.47456
+                            ],
+                            [
+                                114.036785,
+                                37.49421
+                            ],
+                            [
+                                114.05961,
+                                37.515893
+                            ],
+                            [
+                                114.123268,
+                                37.601452
+                            ],
+                            [
+                                114.115371,
+                                37.619896
+                            ],
+                            [
+                                114.131123,
+                                37.648264
+                            ],
+                            [
+                                114.139715,
+                                37.67588
+                            ],
+                            [
+                                114.128259,
+                                37.698188
+                            ],
+                            [
+                                114.08825,
+                                37.708785
+                            ],
+                            [
+                                114.068028,
+                                37.721537
+                            ],
+                            [
+                                114.047243,
+                                37.720243
+                            ],
+                            [
+                                113.996906,
+                                37.704473
+                            ],
+                            [
+                                113.993,
+                                37.684262
+                            ],
+                            [
+                                113.979852,
+                                37.675203
+                            ],
+                            [
+                                113.905258,
+                                37.706136
+                            ],
+                            [
+                                113.883301,
+                                37.705397
+                            ],
+                            [
+                                113.836696,
+                                37.675757
+                            ],
+                            [
+                                113.7989,
+                                37.672059
+                            ],
+                            [
+                                113.77243,
+                                37.662936
+                            ],
+                            [
+                                113.759282,
+                                37.683399
+                            ],
+                            [
+                                113.705821,
+                                37.685248
+                            ],
+                            [
+                                113.694669,
+                                37.670765
+                            ],
+                            [
+                                113.670932,
+                                37.66306
+                            ],
+                            [
+                                113.646198,
+                                37.664416
+                            ],
+                            [
+                                113.613826,
+                                37.680811
+                            ],
+                            [
+                                113.588701,
+                                37.67662
+                            ],
+                            [
+                                113.532984,
+                                37.678839
+                            ],
+                            [
+                                113.517318,
+                                37.697326
+                            ],
+                            [
+                                113.480868,
+                                37.70016
+                            ],
+                            [
+                                113.44381,
+                                37.743892
+                            ],
+                            [
+                                113.441944,
+                                37.76538
+                            ],
+                            [
+                                113.416862,
+                                37.787722
+                            ],
+                            [
+                                113.393777,
+                                37.822792
+                            ],
+                            [
+                                113.372557,
+                                37.838537
+                            ],
+                            [
+                                113.369693,
+                                37.867251
+                            ],
+                            [
+                                113.332722,
+                                37.889255
+                            ],
+                            [
+                                113.326082,
+                                37.902836
+                            ],
+                            [
+                                113.341747,
+                                37.962106
+                            ],
+                            [
+                                113.335282,
+                                37.980767
+                            ],
+                            [
+                                113.301695,
+                                37.986966
+                            ],
+                            [
+                                113.284728,
+                                38.028812
+                            ],
+                            [
+                                113.265244,
+                                38.033473
+                            ],
+                            [
+                                113.255307,
+                                38.058187
+                            ],
+                            [
+                                113.266416,
+                                38.071246
+                            ],
+                            [
+                                113.253832,
+                                38.090248
+                            ],
+                            [
+                                113.228924,
+                                38.091964
+                            ],
+                            [
+                                113.211913,
+                                38.082096
+                            ],
+                            [
+                                113.198027,
+                                38.058248
+                            ],
+                            [
+                                113.164224,
+                                38.054876
+                            ],
+                            [
+                                113.132503,
+                                38.082464
+                            ],
+                            [
+                                113.099827,
+                                38.065115
+                            ],
+                            [
+                                113.09718,
+                                38.056225
+                            ],
+                            [
+                                113.066848,
+                                38.05647
+                            ],
+                            [
+                                113.05127,
+                                38.047272
+                            ],
+                            [
+                                113.024279,
+                                38.0504
+                            ],
+                            [
+                                113.008614,
+                                38.039975
+                            ],
+                            [
+                                113.022847,
+                                38.026419
+                            ],
+                            [
+                                112.989174,
+                                38.002308
+                            ],
+                            [
+                                112.967824,
+                                38.018322
+                            ],
+                            [
+                                112.938837,
+                                37.990526
+                            ],
+                            [
+                                112.920742,
+                                37.996663
+                            ],
+                            [
+                                112.898394,
+                                37.991569
+                            ],
+                            [
+                                112.880602,
+                                37.996417
+                            ],
+                            [
+                                112.863419,
+                                37.989667
+                            ],
+                            [
+                                112.825753,
+                                38.004149
+                            ],
+                            [
+                                112.817638,
+                                37.983345
+                            ],
+                            [
+                                112.794726,
+                                37.969411
+                            ],
+                            [
+                                112.768213,
+                                37.939448
+                            ],
+                            [
+                                112.778106,
+                                37.923663
+                            ],
+                            [
+                                112.765696,
+                                37.914878
+                            ],
+                            [
+                                112.783878,
+                                37.870571
+                            ],
+                            [
+                                112.758232,
+                                37.881573
+                            ],
+                            [
+                                112.73762,
+                                37.875181
+                            ],
+                            [
+                                112.725296,
+                                37.85145
+                            ],
+                            [
+                                112.705639,
+                                37.851205
+                            ],
+                            [
+                                112.67509,
+                                37.811781
+                            ],
+                            [
+                                112.684072,
+                                37.798676
+                            ],
+                            [
+                                112.652959,
+                                37.775413
+                            ],
+                            [
+                                112.667626,
+                                37.740198
+                            ],
+                            [
+                                112.65387,
+                                37.730775
+                            ],
+                            [
+                                112.650486,
+                                37.710017
+                            ],
+                            [
+                                112.626879,
+                                37.707615
+                            ],
+                            [
+                                112.6274,
+                                37.684201
+                            ],
+                            [
+                                112.605399,
+                                37.666758
+                            ],
+                            [
+                                112.619502,
+                                37.642961
+                            ],
+                            [
+                                112.579146,
+                                37.633896
+                            ],
+                            [
+                                112.579667,
+                                37.604413
+                            ],
+                            [
+                                112.598153,
+                                37.599231
+                            ],
+                            [
+                                112.609088,
+                                37.57282
+                            ],
+                            [
+                                112.606745,
+                                37.552079
+                            ],
+                            [
+                                112.623755,
+                                37.525899
+                            ],
+                            [
+                                112.593943,
+                                37.520958
+                            ],
+                            [
+                                112.590646,
+                                37.506813
+                            ],
+                            [
+                                112.544692,
+                                37.518364
+                            ],
+                            [
+                                112.50976,
+                                37.507554
+                            ],
+                            [
+                                112.508241,
+                                37.478639
+                            ],
+                            [
+                                112.464153,
+                                37.468813
+                            ],
+                            [
+                                112.442065,
+                                37.478886
+                            ],
+                            [
+                                112.432779,
+                                37.458861
+                            ],
+                            [
+                                112.394853,
+                                37.462879
+                            ],
+                            [
+                                112.390253,
+                                37.484077
+                            ],
+                            [
+                                112.358967,
+                                37.485004
+                            ],
+                            [
+                                112.352371,
+                                37.463188
+                            ],
+                            [
+                                112.33011,
+                                37.458923
+                            ],
+                            [
+                                112.327246,
+                                37.448352
+                            ],
+                            [
+                                112.286933,
+                                37.437533
+                            ],
+                            [
+                                112.263847,
+                                37.421331
+                            ],
+                            [
+                                112.259638,
+                                37.394115
+                            ],
+                            [
+                                112.217243,
+                                37.338229
+                            ],
+                            [
+                                112.177364,
+                                37.308071
+                            ],
+                            [
+                                112.139611,
+                                37.266499
+                            ],
+                            [
+                                112.12169,
+                                37.274493
+                            ],
+                            [
+                                112.117611,
+                                37.296116
+                            ],
+                            [
+                                112.102596,
+                                37.298718
+                            ],
+                            [
+                                112.095002,
+                                37.315441
+                            ],
+                            [
+                                112.06927,
+                                37.317485
+                            ],
+                            [
+                                112.049699,
+                                37.298594
+                            ],
+                            [
+                                112.04549,
+                                37.280008
+                            ],
+                            [
+                                112.014811,
+                                37.268668
+                            ],
+                            [
+                                111.980443,
+                                37.271271
+                            ],
+                            [
+                                111.972328,
+                                37.254042
+                            ],
+                            [
+                                111.942083,
+                                37.255406
+                            ],
+                            [
+                                111.956577,
+                                37.240281
+                            ],
+                            [
+                                111.958876,
+                                37.222238
+                            ],
+                            [
+                                111.946422,
+                                37.209402
+                            ],
+                            [
+                                111.951239,
+                                37.179441
+                            ],
+                            [
+                                111.934272,
+                                37.148971
+                            ],
+                            [
+                                111.923337,
+                                37.106256
+                            ],
+                            [
+                                111.906457,
+                                37.098493
+                            ],
+                            [
+                                111.88003,
+                                37.057178
+                            ],
+                            [
+                                111.845836,
+                                37.034182
+                            ],
+                            [
+                                111.826395,
+                                37.044314
+                            ],
+                            [
+                                111.791637,
+                                37.022556
+                            ],
+                            [
+                                111.759482,
+                                37.015468
+                            ],
+                            [
+                                111.735355,
+                                36.997559
+                            ],
+                            [
+                                111.680679,
+                                36.988043
+                            ],
+                            [
+                                111.679334,
+                                36.970252
+                            ],
+                            [
+                                111.647483,
+                                36.964528
+                            ],
+                            [
+                                111.637286,
+                                36.943183
+                            ],
+                            [
+                                111.580353,
+                                36.967016
+                            ],
+                            [
+                                111.552798,
+                                36.982258
+                            ],
+                            [
+                                111.541038,
+                                36.977655
+                            ],
+                            [
+                                111.527152,
+                                36.999052
+                            ],
+                            [
+                                111.498643,
+                                36.991277
+                            ],
+                            [
+                                111.512312,
+                                36.973487
+                            ],
+                            [
+                                111.540127,
+                                36.954448
+                            ],
+                            [
+                                111.541429,
+                                36.931856
+                            ],
+                            [
+                                111.570286,
+                                36.928868
+                            ],
+                            [
+                                111.584736,
+                                36.918783
+                            ],
+                            [
+                                111.543338,
+                                36.892506
+                            ],
+                            [
+                                111.505108,
+                                36.886527
+                            ],
+                            [
+                                111.487838,
+                                36.870331
+                            ],
+                            [
+                                111.464752,
+                                36.865285
+                            ],
+                            [
+                                111.455379,
+                                36.8484
+                            ],
+                            [
+                                111.420577,
+                                36.844287
+                            ],
+                            [
+                                111.414112,
+                                36.832944
+                            ],
+                            [
+                                111.414676,
+                                36.804019
+                            ],
+                            [
+                                111.434767,
+                                36.785748
+                            ],
+                            [
+                                111.461932,
+                                36.771902
+                            ],
+                            [
+                                111.490354,
+                                36.7792
+                            ],
+                            [
+                                111.49912,
+                                36.803957
+                            ],
+                            [
+                                111.515306,
+                                36.779013
+                            ],
+                            [
+                                111.518951,
+                                36.789303
+                            ],
+                            [
+                                111.54234,
+                                36.788243
+                            ],
+                            [
+                                111.551583,
+                                36.778763
+                            ],
+                            [
+                                111.538218,
+                                36.768347
+                            ],
+                            [
+                                111.546462,
+                                36.745512
+                            ],
+                            [
+                                111.572195,
+                                36.716492
+                            ],
+                            [
+                                111.622966,
+                                36.687772
+                            ],
+                            [
+                                111.658331,
+                                36.656918
+                            ],
+                            [
+                                111.676861,
+                                36.651483
+                            ],
+                            [
+                                111.68567,
+                                36.661728
+                            ],
+                            [
+                                111.672217,
+                                36.69539
+                            ],
+                            [
+                                111.718258,
+                                36.711311
+                            ],
+                            [
+                                111.759526,
+                                36.717303
+                            ],
+                            [
+                                111.786647,
+                                36.703195
+                            ],
+                            [
+                                111.818498,
+                                36.712809
+                            ],
+                            [
+                                111.842711,
+                                36.711685
+                            ],
+                            [
+                                111.837157,
+                                36.696514
+                            ],
+                            [
+                                111.874259,
+                                36.70563
+                            ],
+                            [
+                                111.936138,
+                                36.704943
+                            ],
+                            [
+                                111.981832,
+                                36.677031
+                            ],
+                            [
+                                111.996412,
+                                36.687148
+                            ],
+                            [
+                                111.997497,
+                                36.730723
+                            ],
+                            [
+                                112.007781,
+                                36.746573
+                            ],
+                            [
+                                111.98552,
+                                36.770592
+                            ],
+                            [
+                                111.988297,
+                                36.810628
+                            ],
+                            [
+                                112.007651,
+                                36.819294
+                            ],
+                            [
+                                112.02887,
+                                36.886963
+                            ],
+                            [
+                                112.051348,
+                                36.880423
+                            ],
+                            [
+                                112.07656,
+                                36.883599
+                            ],
+                            [
+                                112.084024,
+                                36.894063
+                            ],
+                            [
+                                112.068402,
+                                36.908323
+                            ],
+                            [
+                                112.086107,
+                                36.9392
+                            ],
+                            [
+                                112.062761,
+                                36.962412
+                            ],
+                            [
+                                112.061372,
+                                36.975478
+                            ],
+                            [
+                                112.100817,
+                                36.977344
+                            ],
+                            [
+                                112.164172,
+                                36.998741
+                            ],
+                            [
+                                112.176366,
+                                37.012422
+                            ],
+                            [
+                                112.215854,
+                                37.017147
+                            ],
+                            [
+                                112.24866,
+                                36.983938
+                            ],
+                            [
+                                112.279035,
+                                36.978712
+                            ],
+                            [
+                                112.318957,
+                                36.950465
+                            ],
+                            [
+                                112.331889,
+                                36.934096
+                            ],
+                            [
+                                112.354887,
+                                36.95563
+                            ],
+                            [
+                                112.405007,
+                                36.949282
+                            ],
+                            [
+                                112.422452,
+                                36.938267
+                            ],
+                            [
+                                112.448488,
+                                36.939076
+                            ],
+                            [
+                                112.482422,
+                                36.961977
+                            ],
+                            [
+                                112.510454,
+                                36.951025
+                            ],
+                            [
+                                112.542782,
+                                36.960234
+                            ],
+                            [
+                                112.551027,
+                                36.973985
+                            ],
+                            [
+                                112.53866,
+                                36.992024
+                            ],
+                            [
+                                112.513188,
+                                36.994698
+                            ],
+                            [
+                                112.504943,
+                                37.034057
+                            ],
+                            [
+                                112.486153,
+                                37.049472
+                            ],
+                            [
+                                112.485633,
+                                37.094828
+                            ],
+                            [
+                                112.45222,
+                                37.104641
+                            ],
+                            [
+                                112.446448,
+                                37.116875
+                            ],
+                            [
+                                112.482248,
+                                37.118862
+                            ],
+                            [
+                                112.49813,
+                                37.125195
+                            ],
+                            [
+                                112.521389,
+                                37.12029
+                            ],
+                            [
+                                112.541047,
+                                37.09135
+                            ],
+                            [
+                                112.59377,
+                                37.079733
+                            ],
+                            [
+                                112.614425,
+                                37.103089
+                            ],
+                            [
+                                112.637467,
+                                37.106753
+                            ],
+                            [
+                                112.651397,
+                                37.120973
+                            ],
+                            [
+                                112.68251,
+                                37.10017
+                            ],
+                            [
+                                112.716835,
+                                37.095387
+                            ],
+                            [
+                                112.739616,
+                                37.071097
+                            ],
+                            [
+                                112.738792,
+                                37.049659
+                            ],
+                            [
+                                112.75897,
+                                37.04941
+                            ],
+                            [
+                                112.794336,
+                                37.007261
+                            ],
+                            [
+                                112.833086,
+                                37.006328
+                            ],
+                            [
+                                112.853308,
+                                36.987234
+                            ],
+                            [
+                                112.871056,
+                                36.984622
+                            ],
+                            [
+                                112.879604,
+                                36.970127
+                            ],
+                            [
+                                112.87201,
+                                36.947727
+                            ],
+                            [
+                                112.881904,
+                                36.936648
+                            ],
+                            [
+                                112.877955,
+                                36.894
+                            ],
+                            [
+                                112.897613,
+                                36.875004
+                            ],
+                            [
+                                112.928596,
+                                36.874381
+                            ],
+                            [
+                                112.967954,
+                                36.90633
+                            ],
+                            [
+                                113.008831,
+                                36.930486
+                            ],
+                            [
+                                113.040248,
+                                36.926004
+                            ],
+                            [
+                                113.067803,
+                                36.928494
+                            ],
+                            [
+                                113.089717,
+                                36.918783
+                            ],
+                            [
+                                113.109287,
+                                36.927249
+                            ],
+                            [
+                                113.156109,
+                                36.921958
+                            ],
+                            [
+                                113.153983,
+                                36.950589
+                            ],
+                            [
+                                113.176287,
+                                36.949905
+                            ],
+                            [
+                                113.1808,
+                                36.930424
+                            ],
+                            [
+                                113.211089,
+                                36.927872
+                            ],
+                            [
+                                113.214647,
+                                36.946669
+                            ],
+                            [
+                                113.227752,
+                                36.931233
+                            ],
+                            [
+                                113.254439,
+                                36.947602
+                            ],
+                            [
+                                113.280215,
+                                36.955754
+                            ],
+                            [
+                                113.294188,
+                                36.977406
+                            ],
+                            [
+                                113.311936,
+                                36.976535
+                            ],
+                            [
+                                113.331159,
+                                36.947602
+                            ],
+                            [
+                                113.372904,
+                                36.90714
+                            ],
+                            [
+                                113.360971,
+                                36.878616
+                            ],
+                            [
+                                113.378328,
+                                36.878928
+                            ],
+                            [
+                                113.399027,
+                                36.863042
+                            ],
+                            [
+                                113.418034,
+                                36.859304
+                            ],
+                            [
+                                113.461775,
+                                36.826151
+                            ],
+                            [
+                                113.495318,
+                                36.807199
+                            ],
+                            [
+                                113.510462,
+                                36.769781
+                            ],
+                            [
+                                113.521875,
+                                36.754435
+                            ],
+                            [
+                                113.543528,
+                                36.744327
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 140800,
+                "name": "运城市",
+                "center": [
+                    111.003957,
+                    35.022778
+                ],
+                "centroid": [
+                    111.070718,
+                    35.188073
+                ],
+                "childrenNum": 13,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 7,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                110.57722,
+                                35.73688
+                            ],
+                            [
+                                110.577611,
+                                35.701476
+                            ],
+                            [
+                                110.592278,
+                                35.682313
+                            ],
+                            [
+                                110.592365,
+                                35.663272
+                            ],
+                            [
+                                110.604385,
+                                35.657514
+                            ],
+                            [
+                                110.609332,
+                                35.632138
+                            ],
+                            [
+                                110.589067,
+                                35.602132
+                            ],
+                            [
+                                110.580909,
+                                35.563121
+                            ],
+                            [
+                                110.5675,
+                                35.539489
+                            ],
+                            [
+                                110.531657,
+                                35.511477
+                            ],
+                            [
+                                110.513084,
+                                35.483138
+                            ],
+                            [
+                                110.48592,
+                                35.422877
+                            ],
+                            [
+                                110.477588,
+                                35.413865
+                            ],
+                            [
+                                110.450033,
+                                35.327763
+                            ],
+                            [
+                                110.403993,
+                                35.28652
+                            ],
+                            [
+                                110.374832,
+                                35.251934
+                            ],
+                            [
+                                110.378347,
+                                35.210844
+                            ],
+                            [
+                                110.364331,
+                                35.197991
+                            ],
+                            [
+                                110.364721,
+                                35.140255
+                            ],
+                            [
+                                110.373704,
+                                35.134205
+                            ],
+                            [
+                                110.346453,
+                                35.084326
+                            ],
+                            [
+                                110.333131,
+                                35.045063
+                            ],
+                            [
+                                110.32059,
+                                35.038496
+                            ],
+                            [
+                                110.32085,
+                                35.005144
+                            ],
+                            [
+                                110.30154,
+                                34.988622
+                            ],
+                            [
+                                110.274679,
+                                34.947271
+                            ],
+                            [
+                                110.262182,
+                                34.944335
+                            ],
+                            [
+                                110.254328,
+                                34.919182
+                            ],
+                            [
+                                110.230982,
+                                34.880734
+                            ],
+                            [
+                                110.238836,
+                                34.852047
+                            ],
+                            [
+                                110.233716,
+                                34.837412
+                            ],
+                            [
+                                110.246864,
+                                34.788886
+                            ],
+                            [
+                                110.243175,
+                                34.725805
+                            ],
+                            [
+                                110.229593,
+                                34.692646
+                            ],
+                            [
+                                110.236623,
+                                34.670426
+                            ],
+                            [
+                                110.269082,
+                                34.629491
+                            ],
+                            [
+                                110.295508,
+                                34.611036
+                            ],
+                            [
+                                110.350792,
+                                34.606613
+                            ],
+                            [
+                                110.407724,
+                                34.589242
+                            ],
+                            [
+                                110.48848,
+                                34.610779
+                            ],
+                            [
+                                110.533176,
+                                34.583472
+                            ],
+                            [
+                                110.547365,
+                                34.583601
+                            ],
+                            [
+                                110.610981,
+                                34.607318
+                            ],
+                            [
+                                110.65355,
+                                34.608023
+                            ],
+                            [
+                                110.706403,
+                                34.603985
+                            ],
+                            [
+                                110.749146,
+                                34.652235
+                            ],
+                            [
+                                110.791846,
+                                34.649737
+                            ],
+                            [
+                                110.824304,
+                                34.615842
+                            ],
+                            [
+                                110.853161,
+                                34.635322
+                            ],
+                            [
+                                110.88371,
+                                34.644099
+                            ],
+                            [
+                                110.903715,
+                                34.668825
+                            ],
+                            [
+                                110.91977,
+                                34.730221
+                            ],
+                            [
+                                110.935522,
+                                34.730541
+                            ],
+                            [
+                                110.964032,
+                                34.706411
+                            ],
+                            [
+                                110.976312,
+                                34.706475
+                            ],
+                            [
+                                111.035371,
+                                34.740908
+                            ],
+                            [
+                                111.066398,
+                                34.751594
+                            ],
+                            [
+                                111.11821,
+                                34.756584
+                            ],
+                            [
+                                111.148499,
+                                34.807494
+                            ],
+                            [
+                                111.160736,
+                                34.814591
+                            ],
+                            [
+                                111.177789,
+                                34.803978
+                            ],
+                            [
+                                111.209423,
+                                34.800972
+                            ],
+                            [
+                                111.223483,
+                                34.789462
+                            ],
+                            [
+                                111.239842,
+                                34.793555
+                            ],
+                            [
+                                111.255247,
+                                34.819578
+                            ],
+                            [
+                                111.294128,
+                                34.807686
+                            ],
+                            [
+                                111.340299,
+                                34.83134
+                            ],
+                            [
+                                111.355357,
+                                34.82303
+                            ],
+                            [
+                                111.395583,
+                                34.814975
+                            ],
+                            [
+                                111.439367,
+                                34.838179
+                            ],
+                            [
+                                111.464622,
+                                34.826929
+                            ],
+                            [
+                                111.502635,
+                                34.829933
+                            ],
+                            [
+                                111.527803,
+                                34.85013
+                            ],
+                            [
+                                111.554447,
+                                34.852239
+                            ],
+                            [
+                                111.570806,
+                                34.843292
+                            ],
+                            [
+                                111.589422,
+                                34.861887
+                            ],
+                            [
+                                111.591852,
+                                34.881629
+                            ],
+                            [
+                                111.617672,
+                                34.894787
+                            ],
+                            [
+                                111.621577,
+                                34.916308
+                            ],
+                            [
+                                111.647006,
+                                34.938654
+                            ],
+                            [
+                                111.681547,
+                                34.95225
+                            ],
+                            [
+                                111.669614,
+                                34.988176
+                            ],
+                            [
+                                111.687102,
+                                34.988495
+                            ],
+                            [
+                                111.711749,
+                                35.003613
+                            ],
+                            [
+                                111.739348,
+                                35.004251
+                            ],
+                            [
+                                111.749111,
+                                35.016433
+                            ],
+                            [
+                                111.768595,
+                                35.015349
+                            ],
+                            [
+                                111.781353,
+                                35.030016
+                            ],
+                            [
+                                111.809515,
+                                35.036839
+                            ],
+                            [
+                                111.810426,
+                                35.063295
+                            ],
+                            [
+                                111.818411,
+                                35.068457
+                            ],
+                            [
+                                111.868748,
+                                35.075723
+                            ],
+                            [
+                                111.885584,
+                                35.069987
+                            ],
+                            [
+                                111.900078,
+                                35.079865
+                            ],
+                            [
+                                111.91839,
+                                35.071516
+                            ],
+                            [
+                                111.928371,
+                                35.082032
+                            ],
+                            [
+                                111.963129,
+                                35.079291
+                            ],
+                            [
+                                111.977926,
+                                35.067183
+                            ],
+                            [
+                                112.02119,
+                                35.068011
+                            ],
+                            [
+                                112.038938,
+                                35.045509
+                            ],
+                            [
+                                112.062153,
+                                35.055773
+                            ],
+                            [
+                                112.056252,
+                                35.098471
+                            ],
+                            [
+                                112.067231,
+                                35.136243
+                            ],
+                            [
+                                112.063325,
+                                35.159802
+                            ],
+                            [
+                                112.041498,
+                                35.189782
+                            ],
+                            [
+                                112.042062,
+                                35.200281
+                            ],
+                            [
+                                112.078686,
+                                35.219369
+                            ],
+                            [
+                                112.079641,
+                                35.242395
+                            ],
+                            [
+                                112.058812,
+                                35.279909
+                            ],
+                            [
+                                112.069096,
+                                35.315691
+                            ],
+                            [
+                                112.052824,
+                                35.341421
+                            ],
+                            [
+                                112.022144,
+                                35.353997
+                            ],
+                            [
+                                112.032776,
+                                35.39019
+                            ],
+                            [
+                                112.00253,
+                                35.401997
+                            ],
+                            [
+                                111.974064,
+                                35.431443
+                            ],
+                            [
+                                111.972632,
+                                35.420339
+                            ],
+                            [
+                                111.94933,
+                                35.393618
+                            ],
+                            [
+                                111.89179,
+                                35.387905
+                            ],
+                            [
+                                111.851303,
+                                35.399331
+                            ],
+                            [
+                                111.848483,
+                                35.424463
+                            ],
+                            [
+                                111.838155,
+                                35.435123
+                            ],
+                            [
+                                111.814245,
+                                35.430364
+                            ],
+                            [
+                                111.838893,
+                                35.458214
+                            ],
+                            [
+                                111.833989,
+                                35.472485
+                            ],
+                            [
+                                111.845445,
+                                35.482187
+                            ],
+                            [
+                                111.853256,
+                                35.511477
+                            ],
+                            [
+                                111.902768,
+                                35.52333
+                            ],
+                            [
+                                111.908843,
+                                35.541137
+                            ],
+                            [
+                                111.84384,
+                                35.553302
+                            ],
+                            [
+                                111.839934,
+                                35.584592
+                            ],
+                            [
+                                111.860503,
+                                35.599663
+                            ],
+                            [
+                                111.823358,
+                                35.599347
+                            ],
+                            [
+                                111.764646,
+                                35.611376
+                            ],
+                            [
+                                111.722815,
+                                35.644859
+                            ],
+                            [
+                                111.683413,
+                                35.639923
+                            ],
+                            [
+                                111.675559,
+                                35.655996
+                            ],
+                            [
+                                111.653211,
+                                35.643214
+                            ],
+                            [
+                                111.612638,
+                                35.649984
+                            ],
+                            [
+                                111.604089,
+                                35.633151
+                            ],
+                            [
+                                111.59962,
+                                35.597194
+                            ],
+                            [
+                                111.586775,
+                                35.580982
+                            ],
+                            [
+                                111.585213,
+                                35.55875
+                            ],
+                            [
+                                111.570806,
+                                35.554379
+                            ],
+                            [
+                                111.557398,
+                                35.567302
+                            ],
+                            [
+                                111.506584,
+                                35.574776
+                            ],
+                            [
+                                111.482891,
+                                35.567048
+                            ],
+                            [
+                                111.423051,
+                                35.55951
+                            ],
+                            [
+                                111.410336,
+                                35.572179
+                            ],
+                            [
+                                111.361866,
+                                35.551211
+                            ],
+                            [
+                                111.296254,
+                                35.536194
+                            ],
+                            [
+                                111.271303,
+                                35.55894
+                            ],
+                            [
+                                111.283974,
+                                35.571925
+                            ],
+                            [
+                                111.266269,
+                                35.598017
+                            ],
+                            [
+                                111.268135,
+                                35.629923
+                            ],
+                            [
+                                111.290266,
+                                35.629796
+                            ],
+                            [
+                                111.302026,
+                                35.650111
+                            ],
+                            [
+                                111.291741,
+                                35.669535
+                            ],
+                            [
+                                111.313308,
+                                35.677379
+                            ],
+                            [
+                                111.347589,
+                                35.670737
+                            ],
+                            [
+                                111.336784,
+                                35.709633
+                            ],
+                            [
+                                111.32203,
+                                35.71311
+                            ],
+                            [
+                                111.291438,
+                                35.704637
+                            ],
+                            [
+                                111.265184,
+                                35.679783
+                            ],
+                            [
+                                111.252774,
+                                35.680289
+                            ],
+                            [
+                                111.23598,
+                                35.703626
+                            ],
+                            [
+                                111.196015,
+                                35.71937
+                            ],
+                            [
+                                111.188508,
+                                35.730496
+                            ],
+                            [
+                                111.183821,
+                                35.764813
+                            ],
+                            [
+                                111.16642,
+                                35.77606
+                            ],
+                            [
+                                111.144854,
+                                35.811494
+                            ],
+                            [
+                                111.126932,
+                                35.819703
+                            ],
+                            [
+                                111.101113,
+                                35.812442
+                            ],
+                            [
+                                111.061798,
+                                35.755777
+                            ],
+                            [
+                                111.057025,
+                                35.741052
+                            ],
+                            [
+                                111.002652,
+                                35.734099
+                            ],
+                            [
+                                110.976356,
+                                35.807832
+                            ],
+                            [
+                                110.951708,
+                                35.786041
+                            ],
+                            [
+                                110.949408,
+                                35.7499
+                            ],
+                            [
+                                110.953834,
+                                35.719053
+                            ],
+                            [
+                                110.91248,
+                                35.690408
+                            ],
+                            [
+                                110.898681,
+                                35.690851
+                            ],
+                            [
+                                110.87412,
+                                35.709696
+                            ],
+                            [
+                                110.84548,
+                                35.719117
+                            ],
+                            [
+                                110.801826,
+                                35.723226
+                            ],
+                            [
+                                110.759561,
+                                35.732456
+                            ],
+                            [
+                                110.746586,
+                                35.744338
+                            ],
+                            [
+                                110.68475,
+                                35.729105
+                            ],
+                            [
+                                110.67976,
+                                35.742569
+                            ],
+                            [
+                                110.696813,
+                                35.765319
+                            ],
+                            [
+                                110.675637,
+                                35.768415
+                            ],
+                            [
+                                110.656153,
+                                35.788189
+                            ],
+                            [
+                                110.62747,
+                                35.784399
+                            ],
+                            [
+                                110.616752,
+                                35.762476
+                            ],
+                            [
+                                110.57722,
+                                35.73688
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 140900,
+                "name": "忻州市",
+                "center": [
+                    112.733538,
+                    38.41769
+                ],
+                "centroid": [
+                    112.414867,
+                    38.885126
+                ],
+                "childrenNum": 14,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 8,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                111.93028,
+                                39.611411
+                            ],
+                            [
+                                111.902031,
+                                39.61717
+                            ],
+                            [
+                                111.878902,
+                                39.605892
+                            ],
+                            [
+                                111.842538,
+                                39.620109
+                            ],
+                            [
+                                111.787645,
+                                39.589691
+                            ],
+                            [
+                                111.722684,
+                                39.606012
+                            ],
+                            [
+                                111.707844,
+                                39.621429
+                            ],
+                            [
+                                111.646528,
+                                39.644278
+                            ],
+                            [
+                                111.61663,
+                                39.633305
+                            ],
+                            [
+                                111.589596,
+                                39.644938
+                            ],
+                            [
+                                111.568637,
+                                39.643559
+                            ],
+                            [
+                                111.557615,
+                                39.654231
+                            ],
+                            [
+                                111.501941,
+                                39.663104
+                            ],
+                            [
+                                111.461541,
+                                39.646377
+                            ],
+                            [
+                                111.438108,
+                                39.643019
+                            ],
+                            [
+                                111.442751,
+                                39.630186
+                            ],
+                            [
+                                111.46293,
+                                39.624488
+                            ],
+                            [
+                                111.451951,
+                                39.608112
+                            ],
+                            [
+                                111.443359,
+                                39.620169
+                            ],
+                            [
+                                111.428952,
+                                39.613691
+                            ],
+                            [
+                                111.438803,
+                                39.601452
+                            ],
+                            [
+                                111.433205,
+                                39.561841
+                            ],
+                            [
+                                111.422487,
+                                39.542148
+                            ],
+                            [
+                                111.433986,
+                                39.523409
+                            ],
+                            [
+                                111.426479,
+                                39.503404
+                            ],
+                            [
+                                111.38864,
+                                39.492167
+                            ],
+                            [
+                                111.364165,
+                                39.467284
+                            ],
+                            [
+                                111.364079,
+                                39.446361
+                            ],
+                            [
+                                111.352449,
+                                39.426754
+                            ],
+                            [
+                                111.337218,
+                                39.42092
+                            ],
+                            [
+                                111.289268,
+                                39.41719
+                            ],
+                            [
+                                111.26206,
+                                39.424228
+                            ],
+                            [
+                                111.199356,
+                                39.420799
+                            ],
+                            [
+                                111.172192,
+                                39.423386
+                            ],
+                            [
+                                111.145331,
+                                39.409429
+                            ],
+                            [
+                                111.119598,
+                                39.377233
+                            ],
+                            [
+                                111.125587,
+                                39.366458
+                            ],
+                            [
+                                111.155051,
+                                39.368264
+                            ],
+                            [
+                                111.155398,
+                                39.338699
+                            ],
+                            [
+                                111.167505,
+                                39.337253
+                            ],
+                            [
+                                111.183648,
+                                39.350924
+                            ],
+                            [
+                                111.195017,
+                                39.344962
+                            ],
+                            [
+                                111.179438,
+                                39.326773
+                            ],
+                            [
+                                111.187987,
+                                39.314303
+                            ],
+                            [
+                                111.213806,
+                                39.301288
+                            ],
+                            [
+                                111.24748,
+                                39.302313
+                            ],
+                            [
+                                111.227171,
+                                39.284354
+                            ],
+                            [
+                                111.213546,
+                                39.257165
+                            ],
+                            [
+                                111.219013,
+                                39.245648
+                            ],
+                            [
+                                111.163079,
+                                39.152473
+                            ],
+                            [
+                                111.174144,
+                                39.13514
+                            ],
+                            [
+                                111.162515,
+                                39.108437
+                            ],
+                            [
+                                111.147327,
+                                39.100521
+                            ],
+                            [
+                                111.138345,
+                                39.064314
+                            ],
+                            [
+                                111.09417,
+                                39.030205
+                            ],
+                            [
+                                111.038235,
+                                39.020102
+                            ],
+                            [
+                                110.9984,
+                                38.9985
+                            ],
+                            [
+                                110.983299,
+                                38.980342
+                            ],
+                            [
+                                111.009899,
+                                38.932626
+                            ],
+                            [
+                                111.015714,
+                                38.896211
+                            ],
+                            [
+                                111.012329,
+                                38.87833
+                            ],
+                            [
+                                110.996013,
+                                38.868024
+                            ],
+                            [
+                                111.010116,
+                                38.841584
+                            ],
+                            [
+                                110.99649,
+                                38.825085
+                            ],
+                            [
+                                110.979133,
+                                38.787705
+                            ],
+                            [
+                                110.956308,
+                                38.776717
+                            ],
+                            [
+                                110.96503,
+                                38.755709
+                            ],
+                            [
+                                110.945286,
+                                38.729471
+                            ],
+                            [
+                                110.955006,
+                                38.709482
+                            ],
+                            [
+                                110.949495,
+                                38.685841
+                            ],
+                            [
+                                110.985946,
+                                38.684321
+                            ],
+                            [
+                                111.003086,
+                                38.663225
+                            ],
+                            [
+                                111.025087,
+                                38.659334
+                            ],
+                            [
+                                111.071301,
+                                38.686327
+                            ],
+                            [
+                                111.123634,
+                                38.706505
+                            ],
+                            [
+                                111.151753,
+                                38.723882
+                            ],
+                            [
+                                111.202437,
+                                38.72935
+                            ],
+                            [
+                                111.219664,
+                                38.711791
+                            ],
+                            [
+                                111.227519,
+                                38.66736
+                            ],
+                            [
+                                111.248044,
+                                38.657449
+                            ],
+                            [
+                                111.25004,
+                                38.636041
+                            ],
+                            [
+                                111.276206,
+                                38.594301
+                            ],
+                            [
+                                111.346938,
+                                38.60343
+                            ],
+                            [
+                                111.348934,
+                                38.586815
+                            ],
+                            [
+                                111.373625,
+                                38.573057
+                            ],
+                            [
+                                111.432771,
+                                38.570256
+                            ],
+                            [
+                                111.44631,
+                                38.56362
+                            ],
+                            [
+                                111.450779,
+                                38.530306
+                            ],
+                            [
+                                111.468397,
+                                38.510384
+                            ],
+                            [
+                                111.503633,
+                                38.483873
+                            ],
+                            [
+                                111.505846,
+                                38.518975
+                            ],
+                            [
+                                111.522422,
+                                38.524763
+                            ],
+                            [
+                                111.551757,
+                                38.506849
+                            ],
+                            [
+                                111.565599,
+                                38.511907
+                            ],
+                            [
+                                111.609557,
+                                38.542184
+                            ],
+                            [
+                                111.684368,
+                                38.566603
+                            ],
+                            [
+                                111.706325,
+                                38.598318
+                            ],
+                            [
+                                111.719256,
+                                38.602335
+                            ],
+                            [
+                                111.749762,
+                                38.581884
+                            ],
+                            [
+                                111.769029,
+                                38.537129
+                            ],
+                            [
+                                111.725375,
+                                38.514161
+                            ],
+                            [
+                                111.728759,
+                                38.500024
+                            ],
+                            [
+                                111.793546,
+                                38.450827
+                            ],
+                            [
+                                111.79372,
+                                38.429723
+                            ],
+                            [
+                                111.782828,
+                                38.421
+                            ],
+                            [
+                                111.793763,
+                                38.402572
+                            ],
+                            [
+                                111.78886,
+                                38.387803
+                            ],
+                            [
+                                111.823314,
+                                38.369062
+                            ],
+                            [
+                                111.821535,
+                                38.336758
+                            ],
+                            [
+                                111.841149,
+                                38.320997
+                            ],
+                            [
+                                111.842364,
+                                38.304072
+                            ],
+                            [
+                                111.777274,
+                                38.292705
+                            ],
+                            [
+                                111.779183,
+                                38.248015
+                            ],
+                            [
+                                111.800272,
+                                38.235416
+                            ],
+                            [
+                                111.81763,
+                                38.214311
+                            ],
+                            [
+                                111.849611,
+                                38.214984
+                            ],
+                            [
+                                111.847658,
+                                38.229788
+                            ],
+                            [
+                                111.869138,
+                                38.220062
+                            ],
+                            [
+                                111.87287,
+                                38.193383
+                            ],
+                            [
+                                111.898125,
+                                38.198034
+                            ],
+                            [
+                                111.915136,
+                                38.180713
+                            ],
+                            [
+                                111.951326,
+                                38.167919
+                            ],
+                            [
+                                112.01173,
+                                38.184202
+                            ],
+                            [
+                                112.046445,
+                                38.171837
+                            ],
+                            [
+                                112.101381,
+                                38.167368
+                            ],
+                            [
+                                112.134751,
+                                38.140976
+                            ],
+                            [
+                                112.160353,
+                                38.15004
+                            ],
+                            [
+                                112.214726,
+                                38.132401
+                            ],
+                            [
+                                112.212166,
+                                38.143671
+                            ],
+                            [
+                                112.236206,
+                                38.142752
+                            ],
+                            [
+                                112.25148,
+                                38.150101
+                            ],
+                            [
+                                112.267753,
+                                38.182488
+                            ],
+                            [
+                                112.25148,
+                                38.219572
+                            ],
+                            [
+                                112.220888,
+                                38.250583
+                            ],
+                            [
+                                112.234036,
+                                38.26159
+                            ],
+                            [
+                                112.269966,
+                                38.267888
+                            ],
+                            [
+                                112.248009,
+                                38.291728
+                            ],
+                            [
+                                112.274002,
+                                38.31391
+                            ],
+                            [
+                                112.305202,
+                                38.3067
+                            ],
+                            [
+                                112.319739,
+                                38.310977
+                            ],
+                            [
+                                112.340611,
+                                38.303034
+                            ],
+                            [
+                                112.36374,
+                                38.278036
+                            ],
+                            [
+                                112.406483,
+                                38.266787
+                            ],
+                            [
+                                112.433126,
+                                38.280664
+                            ],
+                            [
+                                112.446926,
+                                38.27608
+                            ],
+                            [
+                                112.458685,
+                                38.249972
+                            ],
+                            [
+                                112.499606,
+                                38.237312
+                            ],
+                            [
+                                112.524731,
+                                38.249972
+                            ],
+                            [
+                                112.524947,
+                                38.267826
+                            ],
+                            [
+                                112.562526,
+                                38.239147
+                            ],
+                            [
+                                112.557536,
+                                38.223426
+                            ],
+                            [
+                                112.569036,
+                                38.21064
+                            ],
+                            [
+                                112.620761,
+                                38.20654
+                            ],
+                            [
+                                112.648359,
+                                38.227586
+                            ],
+                            [
+                                112.639984,
+                                38.246425
+                            ],
+                            [
+                                112.681686,
+                                38.235844
+                            ],
+                            [
+                                112.693879,
+                                38.241471
+                            ],
+                            [
+                                112.748989,
+                                38.242021
+                            ],
+                            [
+                                112.796115,
+                                38.251011
+                            ],
+                            [
+                                112.822628,
+                                38.287327
+                            ],
+                            [
+                                112.850834,
+                                38.306089
+                            ],
+                            [
+                                112.911021,
+                                38.321181
+                            ],
+                            [
+                                112.945129,
+                                38.333887
+                            ],
+                            [
+                                112.972207,
+                                38.357461
+                            ],
+                            [
+                                112.978238,
+                                38.342255
+                            ],
+                            [
+                                113.00345,
+                                38.343354
+                            ],
+                            [
+                                113.031135,
+                                38.367597
+                            ],
+                            [
+                                113.039293,
+                                38.381699
+                            ],
+                            [
+                                113.069365,
+                                38.388108
+                            ],
+                            [
+                                113.083902,
+                                38.399216
+                            ],
+                            [
+                                113.085551,
+                                38.415753
+                            ],
+                            [
+                                113.121351,
+                                38.421305
+                            ],
+                            [
+                                113.145695,
+                                38.411664
+                            ],
+                            [
+                                113.203018,
+                                38.415386
+                            ],
+                            [
+                                113.208572,
+                                38.42045
+                            ],
+                            [
+                                113.284858,
+                                38.451559
+                            ],
+                            [
+                                113.294492,
+                                38.468022
+                            ],
+                            [
+                                113.333242,
+                                38.485823
+                            ],
+                            [
+                                113.368174,
+                                38.495941
+                            ],
+                            [
+                                113.416688,
+                                38.517878
+                            ],
+                            [
+                                113.435087,
+                                38.520681
+                            ],
+                            [
+                                113.458086,
+                                38.510079
+                            ],
+                            [
+                                113.48486,
+                                38.508556
+                            ],
+                            [
+                                113.517449,
+                                38.519828
+                            ],
+                            [
+                                113.555548,
+                                38.521046
+                            ],
+                            [
+                                113.562057,
+                                38.558322
+                            ],
+                            [
+                                113.602804,
+                                38.586876
+                            ],
+                            [
+                                113.604236,
+                                38.616087
+                            ],
+                            [
+                                113.612871,
+                                38.646016
+                            ],
+                            [
+                                113.632616,
+                                38.65307
+                            ],
+                            [
+                                113.66707,
+                                38.646989
+                            ],
+                            [
+                                113.702132,
+                                38.651672
+                            ],
+                            [
+                                113.713805,
+                                38.663712
+                            ],
+                            [
+                                113.709987,
+                                38.698301
+                            ],
+                            [
+                                113.729036,
+                                38.711974
+                            ],
+                            [
+                                113.745396,
+                                38.701522
+                            ],
+                            [
+                                113.775641,
+                                38.709847
+                            ],
+                            [
+                                113.780415,
+                                38.728317
+                            ],
+                            [
+                                113.802936,
+                                38.7633
+                            ],
+                            [
+                                113.83956,
+                                38.758381
+                            ],
+                            [
+                                113.836566,
+                                38.795959
+                            ],
+                            [
+                                113.853663,
+                                38.810159
+                            ],
+                            [
+                                113.855529,
+                                38.828967
+                            ],
+                            [
+                                113.835611,
+                                38.842555
+                            ],
+                            [
+                                113.80133,
+                                38.854866
+                            ],
+                            [
+                                113.776205,
+                                38.885665
+                            ],
+                            [
+                                113.775121,
+                                38.919056
+                            ],
+                            [
+                                113.767527,
+                                38.959637
+                            ],
+                            [
+                                113.776726,
+                                38.98694
+                            ],
+                            [
+                                113.806798,
+                                38.989725
+                            ],
+                            [
+                                113.830534,
+                                39.011813
+                            ],
+                            [
+                                113.884429,
+                                39.051676
+                            ],
+                            [
+                                113.898012,
+                                39.067639
+                            ],
+                            [
+                                113.930297,
+                                39.063467
+                            ],
+                            [
+                                113.942881,
+                                39.087467
+                            ],
+                            [
+                                113.961757,
+                                39.100823
+                            ],
+                            [
+                                113.952514,
+                                39.127468
+                            ],
+                            [
+                                113.940104,
+                                39.20692
+                            ],
+                            [
+                                113.958589,
+                                39.222908
+                            ],
+                            [
+                                113.967181,
+                                39.281521
+                            ],
+                            [
+                                113.946873,
+                                39.295805
+                            ],
+                            [
+                                113.942186,
+                                39.30876
+                            ],
+                            [
+                                113.898185,
+                                39.345083
+                            ],
+                            [
+                                113.899574,
+                                39.373019
+                            ],
+                            [
+                                113.840602,
+                                39.370913
+                            ],
+                            [
+                                113.791306,
+                                39.378437
+                            ],
+                            [
+                                113.772777,
+                                39.390715
+                            ],
+                            [
+                                113.766529,
+                                39.405217
+                            ],
+                            [
+                                113.739234,
+                                39.420859
+                            ],
+                            [
+                                113.698314,
+                                39.418814
+                            ],
+                            [
+                                113.649496,
+                                39.434634
+                            ],
+                            [
+                                113.599159,
+                                39.424048
+                            ],
+                            [
+                                113.586141,
+                                39.441249
+                            ],
+                            [
+                                113.577289,
+                                39.438122
+                            ],
+                            [
+                                113.560842,
+                                39.426815
+                            ],
+                            [
+                                113.561103,
+                                39.404315
+                            ],
+                            [
+                                113.533895,
+                                39.384877
+                            ],
+                            [
+                                113.515062,
+                                39.346949
+                            ],
+                            [
+                                113.452879,
+                                39.33912
+                            ],
+                            [
+                                113.449234,
+                                39.321653
+                            ],
+                            [
+                                113.422677,
+                                39.332194
+                            ],
+                            [
+                                113.380628,
+                                39.30171
+                            ],
+                            [
+                                113.362403,
+                                39.314303
+                            ],
+                            [
+                                113.258649,
+                                39.314725
+                            ],
+                            [
+                                113.225105,
+                                39.296407
+                            ],
+                            [
+                                113.212174,
+                                39.295322
+                            ],
+                            [
+                                113.164701,
+                                39.307073
+                            ],
+                            [
+                                113.130073,
+                                39.325388
+                            ],
+                            [
+                                113.135888,
+                                39.343818
+                            ],
+                            [
+                                113.10894,
+                                39.361882
+                            ],
+                            [
+                                113.088632,
+                                39.36128
+                            ],
+                            [
+                                113.054264,
+                                39.349659
+                            ],
+                            [
+                                113.035995,
+                                39.321171
+                            ],
+                            [
+                                112.967346,
+                                39.297251
+                            ],
+                            [
+                                112.921089,
+                                39.287126
+                            ],
+                            [
+                                112.898264,
+                                39.246552
+                            ],
+                            [
+                                112.88633,
+                                39.238953
+                            ],
+                            [
+                                112.872922,
+                                39.212532
+                            ],
+                            [
+                                112.833694,
+                                39.206256
+                            ],
+                            [
+                                112.819764,
+                                39.174933
+                            ],
+                            [
+                                112.807701,
+                                39.173303
+                            ],
+                            [
+                                112.780927,
+                                39.192679
+                            ],
+                            [
+                                112.751029,
+                                39.183384
+                            ],
+                            [
+                                112.747254,
+                                39.158873
+                            ],
+                            [
+                                112.725947,
+                                39.140032
+                            ],
+                            [
+                                112.686502,
+                                39.126381
+                            ],
+                            [
+                                112.672399,
+                                39.13224
+                            ],
+                            [
+                                112.655302,
+                                39.119011
+                            ],
+                            [
+                                112.649965,
+                                39.089764
+                            ],
+                            [
+                                112.638292,
+                                39.08523
+                            ],
+                            [
+                                112.589344,
+                                39.088434
+                            ],
+                            [
+                                112.577584,
+                                39.113513
+                            ],
+                            [
+                                112.557797,
+                                39.11889
+                            ],
+                            [
+                                112.546167,
+                                39.138099
+                            ],
+                            [
+                                112.505377,
+                                39.140455
+                            ],
+                            [
+                                112.457514,
+                                39.112063
+                            ],
+                            [
+                                112.437726,
+                                39.104389
+                            ],
+                            [
+                                112.405137,
+                                39.114661
+                            ],
+                            [
+                                112.365345,
+                                39.108075
+                            ],
+                            [
+                                112.331455,
+                                39.12475
+                            ],
+                            [
+                                112.312579,
+                                39.115446
+                            ],
+                            [
+                                112.314054,
+                                39.100702
+                            ],
+                            [
+                                112.294397,
+                                39.099071
+                            ],
+                            [
+                                112.289537,
+                                39.112183
+                            ],
+                            [
+                                112.304681,
+                                39.119131
+                            ],
+                            [
+                                112.298866,
+                                39.129703
+                            ],
+                            [
+                                112.274088,
+                                39.126985
+                            ],
+                            [
+                                112.2635,
+                                39.175476
+                            ],
+                            [
+                                112.250265,
+                                39.18272
+                            ],
+                            [
+                                112.218675,
+                                39.175657
+                            ],
+                            [
+                                112.219716,
+                                39.203601
+                            ],
+                            [
+                                112.201881,
+                                39.211385
+                            ],
+                            [
+                                112.192248,
+                                39.229966
+                            ],
+                            [
+                                112.194374,
+                                39.249688
+                            ],
+                            [
+                                112.182831,
+                                39.266631
+                            ],
+                            [
+                                112.134795,
+                                39.27917
+                            ],
+                            [
+                                112.107977,
+                                39.270128
+                            ],
+                            [
+                                112.100644,
+                                39.255778
+                            ],
+                            [
+                                112.085412,
+                                39.253125
+                            ],
+                            [
+                                112.068055,
+                                39.282304
+                            ],
+                            [
+                                112.048528,
+                                39.29707
+                            ],
+                            [
+                                112.064193,
+                                39.304904
+                            ],
+                            [
+                                112.019671,
+                                39.357065
+                            ],
+                            [
+                                112.023186,
+                                39.368866
+                            ],
+                            [
+                                112.007174,
+                                39.383011
+                            ],
+                            [
+                                112.012251,
+                                39.40281
+                            ],
+                            [
+                                111.999753,
+                                39.413219
+                            ],
+                            [
+                                111.987299,
+                                39.448405
+                            ],
+                            [
+                                111.971287,
+                                39.446481
+                            ],
+                            [
+                                111.951543,
+                                39.46007
+                            ],
+                            [
+                                111.914875,
+                                39.463256
+                            ],
+                            [
+                                111.895782,
+                                39.497395
+                            ],
+                            [
+                                111.906023,
+                                39.517582
+                            ],
+                            [
+                                111.943819,
+                                39.525511
+                            ],
+                            [
+                                111.987516,
+                                39.526112
+                            ],
+                            [
+                                112.002227,
+                                39.537163
+                            ],
+                            [
+                                111.971721,
+                                39.567064
+                            ],
+                            [
+                                111.942734,
+                                39.585311
+                            ],
+                            [
+                                111.93028,
+                                39.611411
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 141000,
+                "name": "临汾市",
+                "center": [
+                    111.517973,
+                    36.08415
+                ],
+                "centroid": [
+                    111.381988,
+                    36.228828
+                ],
+                "childrenNum": 17,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 9,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                110.410545,
+                                36.899481
+                            ],
+                            [
+                                110.402213,
+                                36.886589
+                            ],
+                            [
+                                110.376047,
+                                36.882291
+                            ],
+                            [
+                                110.377696,
+                                36.873197
+                            ],
+                            [
+                                110.41406,
+                                36.865721
+                            ],
+                            [
+                                110.424518,
+                                36.855566
+                            ],
+                            [
+                                110.419528,
+                                36.835001
+                            ],
+                            [
+                                110.407247,
+                                36.824904
+                            ],
+                            [
+                                110.422912,
+                                36.819169
+                            ],
+                            [
+                                110.419571,
+                                36.798345
+                            ],
+                            [
+                                110.403298,
+                                36.772963
+                            ],
+                            [
+                                110.388501,
+                                36.764916
+                            ],
+                            [
+                                110.413192,
+                                36.763107
+                            ],
+                            [
+                                110.43068,
+                                36.752438
+                            ],
+                            [
+                                110.416664,
+                                36.731908
+                            ],
+                            [
+                                110.42122,
+                                36.721548
+                            ],
+                            [
+                                110.439966,
+                                36.737151
+                            ],
+                            [
+                                110.451812,
+                                36.726541
+                            ],
+                            [
+                                110.436755,
+                                36.711248
+                            ],
+                            [
+                                110.438143,
+                                36.685962
+                            ],
+                            [
+                                110.420048,
+                                36.683963
+                            ],
+                            [
+                                110.402951,
+                                36.697263
+                            ],
+                            [
+                                110.394446,
+                                36.676844
+                            ],
+                            [
+                                110.422348,
+                                36.661791
+                            ],
+                            [
+                                110.44743,
+                                36.621115
+                            ],
+                            [
+                                110.471513,
+                                36.595736
+                            ],
+                            [
+                                110.496812,
+                                36.582231
+                            ],
+                            [
+                                110.489869,
+                                36.550709
+                            ],
+                            [
+                                110.501281,
+                                36.536132
+                            ],
+                            [
+                                110.503408,
+                                36.48819
+                            ],
+                            [
+                                110.473075,
+                                36.448487
+                            ],
+                            [
+                                110.492125,
+                                36.423177
+                            ],
+                            [
+                                110.487005,
+                                36.393847
+                            ],
+                            [
+                                110.469257,
+                                36.369961
+                            ],
+                            [
+                                110.45997,
+                                36.327877
+                            ],
+                            [
+                                110.473553,
+                                36.310497
+                            ],
+                            [
+                                110.473943,
+                                36.248161
+                            ],
+                            [
+                                110.454156,
+                                36.223666
+                            ],
+                            [
+                                110.459493,
+                                36.194575
+                            ],
+                            [
+                                110.447083,
+                                36.164341
+                            ],
+                            [
+                                110.450467,
+                                36.132272
+                            ],
+                            [
+                                110.470428,
+                                36.09459
+                            ],
+                            [
+                                110.467955,
+                                36.074641
+                            ],
+                            [
+                                110.492212,
+                                36.034665
+                            ],
+                            [
+                                110.499676,
+                                36.008086
+                            ],
+                            [
+                                110.49295,
+                                35.995928
+                            ],
+                            [
+                                110.514256,
+                                35.975701
+                            ],
+                            [
+                                110.515514,
+                                35.959252
+                            ],
+                            [
+                                110.503234,
+                                35.94324
+                            ],
+                            [
+                                110.516686,
+                                35.921739
+                            ],
+                            [
+                                110.511696,
+                                35.879729
+                            ],
+                            [
+                                110.551227,
+                                35.875376
+                            ],
+                            [
+                                110.55075,
+                                35.838076
+                            ],
+                            [
+                                110.56264,
+                                35.826775
+                            ],
+                            [
+                                110.571275,
+                                35.800695
+                            ],
+                            [
+                                110.563812,
+                                35.787684
+                            ],
+                            [
+                                110.574009,
+                                35.769805
+                            ],
+                            [
+                                110.57722,
+                                35.73688
+                            ],
+                            [
+                                110.616752,
+                                35.762476
+                            ],
+                            [
+                                110.62747,
+                                35.784399
+                            ],
+                            [
+                                110.656153,
+                                35.788189
+                            ],
+                            [
+                                110.675637,
+                                35.768415
+                            ],
+                            [
+                                110.696813,
+                                35.765319
+                            ],
+                            [
+                                110.67976,
+                                35.742569
+                            ],
+                            [
+                                110.68475,
+                                35.729105
+                            ],
+                            [
+                                110.746586,
+                                35.744338
+                            ],
+                            [
+                                110.759561,
+                                35.732456
+                            ],
+                            [
+                                110.801826,
+                                35.723226
+                            ],
+                            [
+                                110.84548,
+                                35.719117
+                            ],
+                            [
+                                110.87412,
+                                35.709696
+                            ],
+                            [
+                                110.898681,
+                                35.690851
+                            ],
+                            [
+                                110.91248,
+                                35.690408
+                            ],
+                            [
+                                110.953834,
+                                35.719053
+                            ],
+                            [
+                                110.949408,
+                                35.7499
+                            ],
+                            [
+                                110.951708,
+                                35.786041
+                            ],
+                            [
+                                110.976356,
+                                35.807832
+                            ],
+                            [
+                                111.002652,
+                                35.734099
+                            ],
+                            [
+                                111.057025,
+                                35.741052
+                            ],
+                            [
+                                111.061798,
+                                35.755777
+                            ],
+                            [
+                                111.101113,
+                                35.812442
+                            ],
+                            [
+                                111.126932,
+                                35.819703
+                            ],
+                            [
+                                111.144854,
+                                35.811494
+                            ],
+                            [
+                                111.16642,
+                                35.77606
+                            ],
+                            [
+                                111.183821,
+                                35.764813
+                            ],
+                            [
+                                111.188508,
+                                35.730496
+                            ],
+                            [
+                                111.196015,
+                                35.71937
+                            ],
+                            [
+                                111.23598,
+                                35.703626
+                            ],
+                            [
+                                111.252774,
+                                35.680289
+                            ],
+                            [
+                                111.265184,
+                                35.679783
+                            ],
+                            [
+                                111.291438,
+                                35.704637
+                            ],
+                            [
+                                111.32203,
+                                35.71311
+                            ],
+                            [
+                                111.336784,
+                                35.709633
+                            ],
+                            [
+                                111.347589,
+                                35.670737
+                            ],
+                            [
+                                111.313308,
+                                35.677379
+                            ],
+                            [
+                                111.291741,
+                                35.669535
+                            ],
+                            [
+                                111.302026,
+                                35.650111
+                            ],
+                            [
+                                111.290266,
+                                35.629796
+                            ],
+                            [
+                                111.268135,
+                                35.629923
+                            ],
+                            [
+                                111.266269,
+                                35.598017
+                            ],
+                            [
+                                111.283974,
+                                35.571925
+                            ],
+                            [
+                                111.271303,
+                                35.55894
+                            ],
+                            [
+                                111.296254,
+                                35.536194
+                            ],
+                            [
+                                111.361866,
+                                35.551211
+                            ],
+                            [
+                                111.410336,
+                                35.572179
+                            ],
+                            [
+                                111.423051,
+                                35.55951
+                            ],
+                            [
+                                111.482891,
+                                35.567048
+                            ],
+                            [
+                                111.506584,
+                                35.574776
+                            ],
+                            [
+                                111.557398,
+                                35.567302
+                            ],
+                            [
+                                111.570806,
+                                35.554379
+                            ],
+                            [
+                                111.585213,
+                                35.55875
+                            ],
+                            [
+                                111.586775,
+                                35.580982
+                            ],
+                            [
+                                111.59962,
+                                35.597194
+                            ],
+                            [
+                                111.604089,
+                                35.633151
+                            ],
+                            [
+                                111.612638,
+                                35.649984
+                            ],
+                            [
+                                111.653211,
+                                35.643214
+                            ],
+                            [
+                                111.675559,
+                                35.655996
+                            ],
+                            [
+                                111.683413,
+                                35.639923
+                            ],
+                            [
+                                111.722815,
+                                35.644859
+                            ],
+                            [
+                                111.764646,
+                                35.611376
+                            ],
+                            [
+                                111.823358,
+                                35.599347
+                            ],
+                            [
+                                111.860503,
+                                35.599663
+                            ],
+                            [
+                                111.839934,
+                                35.584592
+                            ],
+                            [
+                                111.84384,
+                                35.553302
+                            ],
+                            [
+                                111.908843,
+                                35.541137
+                            ],
+                            [
+                                111.902768,
+                                35.52333
+                            ],
+                            [
+                                111.853256,
+                                35.511477
+                            ],
+                            [
+                                111.845445,
+                                35.482187
+                            ],
+                            [
+                                111.833989,
+                                35.472485
+                            ],
+                            [
+                                111.838893,
+                                35.458214
+                            ],
+                            [
+                                111.814245,
+                                35.430364
+                            ],
+                            [
+                                111.838155,
+                                35.435123
+                            ],
+                            [
+                                111.848483,
+                                35.424463
+                            ],
+                            [
+                                111.851303,
+                                35.399331
+                            ],
+                            [
+                                111.89179,
+                                35.387905
+                            ],
+                            [
+                                111.94933,
+                                35.393618
+                            ],
+                            [
+                                111.972632,
+                                35.420339
+                            ],
+                            [
+                                111.974064,
+                                35.431443
+                            ],
+                            [
+                                111.9712,
+                                35.456882
+                            ],
+                            [
+                                111.946987,
+                                35.506533
+                            ],
+                            [
+                                111.965082,
+                                35.525484
+                            ],
+                            [
+                                111.966731,
+                                35.566668
+                            ],
+                            [
+                                111.948375,
+                                35.576422
+                            ],
+                            [
+                                111.94217,
+                                35.626948
+                            ],
+                            [
+                                111.957575,
+                                35.640113
+                            ],
+                            [
+                                111.964431,
+                                35.664853
+                            ],
+                            [
+                                111.989339,
+                                35.670484
+                            ],
+                            [
+                                112.027395,
+                                35.701096
+                            ],
+                            [
+                                112.037028,
+                                35.722973
+                            ],
+                            [
+                                112.025139,
+                                35.752112
+                            ],
+                            [
+                                112.053735,
+                                35.773027
+                            ],
+                            [
+                                112.048484,
+                                35.790337
+                            ],
+                            [
+                                112.030736,
+                                35.810989
+                            ],
+                            [
+                                112.035596,
+                                35.855939
+                            ],
+                            [
+                                112.04536,
+                                35.864206
+                            ],
+                            [
+                                112.065885,
+                                35.845588
+                            ],
+                            [
+                                112.129544,
+                                35.820082
+                            ],
+                            [
+                                112.186737,
+                                35.817304
+                            ],
+                            [
+                                112.213511,
+                                35.829995
+                            ],
+                            [
+                                112.209779,
+                                35.847986
+                            ],
+                            [
+                                112.183439,
+                                35.873546
+                            ],
+                            [
+                                112.159312,
+                                35.86976
+                            ],
+                            [
+                                112.144168,
+                                35.910387
+                            ],
+                            [
+                                112.163131,
+                                35.907108
+                            ],
+                            [
+                                112.191033,
+                                35.917136
+                            ],
+                            [
+                                112.240371,
+                                35.896952
+                            ],
+                            [
+                                112.278124,
+                                35.903828
+                            ],
+                            [
+                                112.327332,
+                                35.894997
+                            ],
+                            [
+                                112.34738,
+                                35.900863
+                            ],
+                            [
+                                112.381878,
+                                35.895817
+                            ],
+                            [
+                                112.411994,
+                                35.905531
+                            ],
+                            [
+                                112.428527,
+                                35.921424
+                            ],
+                            [
+                                112.463328,
+                                35.940719
+                            ],
+                            [
+                                112.516963,
+                                35.962719
+                            ],
+                            [
+                                112.532324,
+                                35.984902
+                            ],
+                            [
+                                112.522127,
+                                36.031075
+                            ],
+                            [
+                                112.503337,
+                                36.032586
+                            ],
+                            [
+                                112.490536,
+                                36.068725
+                            ],
+                            [
+                                112.49813,
+                                36.082508
+                            ],
+                            [
+                                112.564783,
+                                36.114472
+                            ],
+                            [
+                                112.570381,
+                                36.132021
+                            ],
+                            [
+                                112.561008,
+                                36.162455
+                            ],
+                            [
+                                112.567213,
+                                36.188416
+                            ],
+                            [
+                                112.560964,
+                                36.224796
+                            ],
+                            [
+                                112.574416,
+                                36.263295
+                            ],
+                            [
+                                112.565521,
+                                36.27265
+                            ],
+                            [
+                                112.540699,
+                                36.255571
+                            ],
+                            [
+                                112.506939,
+                                36.259213
+                            ],
+                            [
+                                112.472224,
+                                36.270829
+                            ],
+                            [
+                                112.471226,
+                                36.287088
+                            ],
+                            [
+                                112.454563,
+                                36.304849
+                            ],
+                            [
+                                112.461029,
+                                36.313634
+                            ],
+                            [
+                                112.443671,
+                                36.342681
+                            ],
+                            [
+                                112.39468,
+                                36.345566
+                            ],
+                            [
+                                112.354887,
+                                36.34312
+                            ],
+                            [
+                                112.330761,
+                                36.365133
+                            ],
+                            [
+                                112.290838,
+                                36.383002
+                            ],
+                            [
+                                112.257165,
+                                36.410456
+                            ],
+                            [
+                                112.212816,
+                                36.409642
+                            ],
+                            [
+                                112.202792,
+                                36.417914
+                            ],
+                            [
+                                112.180965,
+                                36.458759
+                            ],
+                            [
+                                112.161785,
+                                36.512916
+                            ],
+                            [
+                                112.132798,
+                                36.524556
+                            ],
+                            [
+                                112.106068,
+                                36.544703
+                            ],
+                            [
+                                112.087105,
+                                36.580105
+                            ],
+                            [
+                                112.041585,
+                                36.60205
+                            ],
+                            [
+                                112.039111,
+                                36.636863
+                            ],
+                            [
+                                112.022535,
+                                36.654669
+                            ],
+                            [
+                                112.019367,
+                                36.67828
+                            ],
+                            [
+                                111.996412,
+                                36.687148
+                            ],
+                            [
+                                111.981832,
+                                36.677031
+                            ],
+                            [
+                                111.936138,
+                                36.704943
+                            ],
+                            [
+                                111.874259,
+                                36.70563
+                            ],
+                            [
+                                111.837157,
+                                36.696514
+                            ],
+                            [
+                                111.842711,
+                                36.711685
+                            ],
+                            [
+                                111.818498,
+                                36.712809
+                            ],
+                            [
+                                111.786647,
+                                36.703195
+                            ],
+                            [
+                                111.759526,
+                                36.717303
+                            ],
+                            [
+                                111.718258,
+                                36.711311
+                            ],
+                            [
+                                111.672217,
+                                36.69539
+                            ],
+                            [
+                                111.68567,
+                                36.661728
+                            ],
+                            [
+                                111.676861,
+                                36.651483
+                            ],
+                            [
+                                111.658331,
+                                36.656918
+                            ],
+                            [
+                                111.622966,
+                                36.687772
+                            ],
+                            [
+                                111.572195,
+                                36.716492
+                            ],
+                            [
+                                111.546462,
+                                36.745512
+                            ],
+                            [
+                                111.538218,
+                                36.768347
+                            ],
+                            [
+                                111.551583,
+                                36.778763
+                            ],
+                            [
+                                111.54234,
+                                36.788243
+                            ],
+                            [
+                                111.518951,
+                                36.789303
+                            ],
+                            [
+                                111.515306,
+                                36.779013
+                            ],
+                            [
+                                111.49912,
+                                36.803957
+                            ],
+                            [
+                                111.490354,
+                                36.7792
+                            ],
+                            [
+                                111.461932,
+                                36.771902
+                            ],
+                            [
+                                111.434767,
+                                36.785748
+                            ],
+                            [
+                                111.414676,
+                                36.804019
+                            ],
+                            [
+                                111.365684,
+                                36.778264
+                            ],
+                            [
+                                111.356919,
+                                36.754559
+                            ],
+                            [
+                                111.323375,
+                                36.753811
+                            ],
+                            [
+                                111.325241,
+                                36.739959
+                            ],
+                            [
+                                111.274688,
+                                36.738523
+                            ],
+                            [
+                                111.277248,
+                                36.758552
+                            ],
+                            [
+                                111.243878,
+                                36.758116
+                            ],
+                            [
+                                111.229298,
+                                36.741207
+                            ],
+                            [
+                                111.211637,
+                                36.748944
+                            ],
+                            [
+                                111.200528,
+                                36.806264
+                            ],
+                            [
+                                111.181087,
+                                36.82746
+                            ],
+                            [
+                                111.18508,
+                                36.840361
+                            ],
+                            [
+                                111.135264,
+                                36.846032
+                            ],
+                            [
+                                111.114565,
+                                36.8355
+                            ],
+                            [
+                                111.096383,
+                                36.836622
+                            ],
+                            [
+                                111.06783,
+                                36.85513
+                            ],
+                            [
+                                111.084189,
+                                36.908074
+                            ],
+                            [
+                                111.09469,
+                                36.912744
+                            ],
+                            [
+                                111.080804,
+                                36.931109
+                            ],
+                            [
+                                111.042184,
+                                36.929117
+                            ],
+                            [
+                                111.020357,
+                                36.917475
+                            ],
+                            [
+                                111.014108,
+                                36.899792
+                            ],
+                            [
+                                110.999224,
+                                36.89892
+                            ],
+                            [
+                                111.00313,
+                                36.923514
+                            ],
+                            [
+                                110.989547,
+                                36.928245
+                            ],
+                            [
+                                110.99367,
+                                36.908011
+                            ],
+                            [
+                                110.971062,
+                                36.89618
+                            ],
+                            [
+                                110.937432,
+                                36.906393
+                            ],
+                            [
+                                110.926887,
+                                36.895433
+                            ],
+                            [
+                                110.896728,
+                                36.885966
+                            ],
+                            [
+                                110.89521,
+                                36.875938
+                            ],
+                            [
+                                110.838928,
+                                36.85893
+                            ],
+                            [
+                                110.791412,
+                                36.864475
+                            ],
+                            [
+                                110.776528,
+                                36.876685
+                            ],
+                            [
+                                110.765766,
+                                36.900166
+                            ],
+                            [
+                                110.725323,
+                                36.910813
+                            ],
+                            [
+                                110.717816,
+                                36.932602
+                            ],
+                            [
+                                110.661751,
+                                36.933723
+                            ],
+                            [
+                                110.648733,
+                                36.92339
+                            ],
+                            [
+                                110.647128,
+                                36.892568
+                            ],
+                            [
+                                110.630334,
+                                36.871889
+                            ],
+                            [
+                                110.604819,
+                                36.874941
+                            ],
+                            [
+                                110.574313,
+                                36.861485
+                            ],
+                            [
+                                110.558214,
+                                36.872325
+                            ],
+                            [
+                                110.539251,
+                                36.860426
+                            ],
+                            [
+                                110.534998,
+                                36.869958
+                            ],
+                            [
+                                110.499719,
+                                36.879613
+                            ],
+                            [
+                                110.469777,
+                                36.876748
+                            ],
+                            [
+                                110.461793,
+                                36.887212
+                            ],
+                            [
+                                110.432763,
+                                36.885406
+                            ],
+                            [
+                                110.410545,
+                                36.899481
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        },
+        {
+            "type": "Feature",
+            "properties": {
+                "adcode": 141100,
+                "name": "吕梁市",
+                "center": [
+                    111.134335,
+                    37.524366
+                ],
+                "centroid": [
+                    111.268548,
+                    37.684104
+                ],
+                "childrenNum": 13,
+                "level": "city",
+                "parent": {
+                    "adcode": 140000
+                },
+                "subFeatureIndex": 10,
+                "acroutes": [
+                    100000,
+                    140000
+                ]
+            },
+            "geometry": {
+                "type": "MultiPolygon",
+                "coordinates": [
+                    [
+                        [
+                            [
+                                112.33011,
+                                37.458923
+                            ],
+                            [
+                                112.317439,
+                                37.476414
+                            ],
+                            [
+                                112.290361,
+                                37.48729
+                            ],
+                            [
+                                112.313446,
+                                37.495508
+                            ],
+                            [
+                                112.295698,
+                                37.521452
+                            ],
+                            [
+                                112.273741,
+                                37.524046
+                            ],
+                            [
+                                112.294093,
+                                37.548745
+                            ],
+                            [
+                                112.290448,
+                                37.566894
+                            ],
+                            [
+                                112.255689,
+                                37.561709
+                            ],
+                            [
+                                112.233776,
+                                37.570042
+                            ],
+                            [
+                                112.227006,
+                                37.59232
+                            ],
+                            [
+                                112.174109,
+                                37.6355
+                            ],
+                            [
+                                112.175932,
+                                37.674525
+                            ],
+                            [
+                                112.118652,
+                                37.698558
+                            ],
+                            [
+                                112.10277,
+                                37.716178
+                            ],
+                            [
+                                112.075909,
+                                37.717779
+                            ],
+                            [
+                                112.034642,
+                                37.71125
+                            ],
+                            [
+                                112.023316,
+                                37.723939
+                            ],
+                            [
+                                111.996238,
+                                37.722091
+                            ],
+                            [
+                                111.974975,
+                                37.713159
+                            ],
+                            [
+                                111.935053,
+                                37.740752
+                            ],
+                            [
+                                111.921384,
+                                37.757931
+                            ],
+                            [
+                                111.912272,
+                                37.792953
+                            ],
+                            [
+                                111.819843,
+                                37.796091
+                            ],
+                            [
+                                111.808474,
+                                37.817133
+                            ],
+                            [
+                                111.767814,
+                                37.832325
+                            ],
+                            [
+                                111.767901,
+                                37.841427
+                            ],
+                            [
+                                111.746855,
+                                37.855509
+                            ],
+                            [
+                                111.747158,
+                                37.870509
+                            ],
+                            [
+                                111.706151,
+                                37.878992
+                            ],
+                            [
+                                111.683456,
+                                37.86387
+                            ],
+                            [
+                                111.653515,
+                                37.856677
+                            ],
+                            [
+                                111.642536,
+                                37.861534
+                            ],
+                            [
+                                111.570242,
+                                37.852373
+                            ],
+                            [
+                                111.56638,
+                                37.87598
+                            ],
+                            [
+                                111.547113,
+                                37.885261
+                            ],
+                            [
+                                111.580093,
+                                37.902713
+                            ],
+                            [
+                                111.572412,
+                                37.931955
+                            ],
+                            [
+                                111.545595,
+                                37.955966
+                            ],
+                            [
+                                111.538044,
+                                37.992429
+                            ],
+                            [
+                                111.516868,
+                                38.019672
+                            ],
+                            [
+                                111.52802,
+                                38.037705
+                            ],
+                            [
+                                111.515913,
+                                38.051258
+                            ],
+                            [
+                                111.524158,
+                                38.066096
+                            ],
+                            [
+                                111.546419,
+                                38.074924
+                            ],
+                            [
+                                111.547547,
+                                38.085344
+                            ],
+                            [
+                                111.567682,
+                                38.095518
+                            ],
+                            [
+                                111.625005,
+                                38.10183
+                            ],
+                            [
+                                111.643187,
+                                38.116106
+                            ],
+                            [
+                                111.689749,
+                                38.134668
+                            ],
+                            [
+                                111.716609,
+                                38.15849
+                            ],
+                            [
+                                111.716305,
+                                38.174959
+                            ],
+                            [
+                                111.744164,
+                                38.18359
+                            ],
+                            [
+                                111.766338,
+                                38.179305
+                            ],
+                            [
+                                111.773368,
+                                38.187752
+                            ],
+                            [
+                                111.806434,
+                                38.195464
+                            ],
+                            [
+                                111.81763,
+                                38.214311
+                            ],
+                            [
+                                111.800272,
+                                38.235416
+                            ],
+                            [
+                                111.779183,
+                                38.248015
+                            ],
+                            [
+                                111.777274,
+                                38.292705
+                            ],
+                            [
+                                111.842364,
+                                38.304072
+                            ],
+                            [
+                                111.841149,
+                                38.320997
+                            ],
+                            [
+                                111.821535,
+                                38.336758
+                            ],
+                            [
+                                111.823314,
+                                38.369062
+                            ],
+                            [
+                                111.78886,
+                                38.387803
+                            ],
+                            [
+                                111.793763,
+                                38.402572
+                            ],
+                            [
+                                111.782828,
+                                38.421
+                            ],
+                            [
+                                111.79372,
+                                38.429723
+                            ],
+                            [
+                                111.793546,
+                                38.450827
+                            ],
+                            [
+                                111.728759,
+                                38.500024
+                            ],
+                            [
+                                111.725375,
+                                38.514161
+                            ],
+                            [
+                                111.769029,
+                                38.537129
+                            ],
+                            [
+                                111.749762,
+                                38.581884
+                            ],
+                            [
+                                111.719256,
+                                38.602335
+                            ],
+                            [
+                                111.706325,
+                                38.598318
+                            ],
+                            [
+                                111.684368,
+                                38.566603
+                            ],
+                            [
+                                111.609557,
+                                38.542184
+                            ],
+                            [
+                                111.565599,
+                                38.511907
+                            ],
+                            [
+                                111.551757,
+                                38.506849
+                            ],
+                            [
+                                111.522422,
+                                38.524763
+                            ],
+                            [
+                                111.505846,
+                                38.518975
+                            ],
+                            [
+                                111.503633,
+                                38.483873
+                            ],
+                            [
+                                111.468397,
+                                38.510384
+                            ],
+                            [
+                                111.450779,
+                                38.530306
+                            ],
+                            [
+                                111.44631,
+                                38.56362
+                            ],
+                            [
+                                111.432771,
+                                38.570256
+                            ],
+                            [
+                                111.373625,
+                                38.573057
+                            ],
+                            [
+                                111.348934,
+                                38.586815
+                            ],
+                            [
+                                111.346938,
+                                38.60343
+                            ],
+                            [
+                                111.276206,
+                                38.594301
+                            ],
+                            [
+                                111.25004,
+                                38.636041
+                            ],
+                            [
+                                111.248044,
+                                38.657449
+                            ],
+                            [
+                                111.227519,
+                                38.66736
+                            ],
+                            [
+                                111.219664,
+                                38.711791
+                            ],
+                            [
+                                111.202437,
+                                38.72935
+                            ],
+                            [
+                                111.151753,
+                                38.723882
+                            ],
+                            [
+                                111.123634,
+                                38.706505
+                            ],
+                            [
+                                111.071301,
+                                38.686327
+                            ],
+                            [
+                                111.025087,
+                                38.659334
+                            ],
+                            [
+                                111.003086,
+                                38.663225
+                            ],
+                            [
+                                110.985946,
+                                38.684321
+                            ],
+                            [
+                                110.949495,
+                                38.685841
+                            ],
+                            [
+                                110.955006,
+                                38.709482
+                            ],
+                            [
+                                110.945286,
+                                38.729471
+                            ],
+                            [
+                                110.915388,
+                                38.704256
+                            ],
+                            [
+                                110.916212,
+                                38.673987
+                            ],
+                            [
+                                110.896425,
+                                38.657814
+                            ],
+                            [
+                                110.880803,
+                                38.626916
+                            ],
+                            [
+                                110.896641,
+                                38.588276
+                            ],
+                            [
+                                110.919901,
+                                38.582067
+                            ],
+                            [
+                                110.909443,
+                                38.563194
+                            ],
+                            [
+                                110.907664,
+                                38.521107
+                            ],
+                            [
+                                110.871039,
+                                38.510201
+                            ],
+                            [
+                                110.87425,
+                                38.453693
+                            ],
+                            [
+                                110.840707,
+                                38.439971
+                            ],
+                            [
+                                110.825042,
+                                38.449424
+                            ],
+                            [
+                                110.796836,
+                                38.453449
+                            ],
+                            [
+                                110.777613,
+                                38.440886
+                            ],
+                            [
+                                110.758953,
+                                38.400436
+                            ],
+                            [
+                                110.750318,
+                                38.369489
+                            ],
+                            [
+                                110.70163,
+                                38.353309
+                            ],
+                            [
+                                110.668607,
+                                38.313666
+                            ],
+                            [
+                                110.638839,
+                                38.304745
+                            ],
+                            [
+                                110.601304,
+                                38.308167
+                            ],
+                            [
+                                110.577481,
+                                38.297228
+                            ],
+                            [
+                                110.567977,
+                                38.245752
+                            ],
+                            [
+                                110.56724,
+                                38.217553
+                            ],
+                            [
+                                110.558214,
+                                38.210517
+                            ],
+                            [
+                                110.523933,
+                                38.210517
+                            ],
+                            [
+                                110.507877,
+                                38.184937
+                            ],
+                            [
+                                110.510611,
+                                38.147223
+                            ],
+                            [
+                                110.521199,
+                                38.124438
+                            ],
+                            [
+                                110.501889,
+                                38.098092
+                            ],
+                            [
+                                110.508788,
+                                38.061927
+                            ],
+                            [
+                                110.501411,
+                                38.038993
+                            ],
+                            [
+                                110.508138,
+                                38.012862
+                            ],
+                            [
+                                110.527057,
+                                37.988133
+                            ],
+                            [
+                                110.518161,
+                                37.976409
+                            ],
+                            [
+                                110.522501,
+                                37.954922
+                            ],
+                            [
+                                110.547626,
+                                37.940307
+                            ],
+                            [
+                                110.587982,
+                                37.926611
+                            ],
+                            [
+                                110.607249,
+                                37.8962
+                            ],
+                            [
+                                110.650599,
+                                37.840013
+                            ],
+                            [
+                                110.660753,
+                                37.808028
+                            ],
+                            [
+                                110.680367,
+                                37.790061
+                            ],
+                            [
+                                110.735738,
+                                37.770366
+                            ],
+                            [
+                                110.755699,
+                                37.755037
+                            ],
+                            [
+                                110.750708,
+                                37.736133
+                            ],
+                            [
+                                110.716644,
+                                37.728681
+                            ],
+                            [
+                                110.703496,
+                                37.718642
+                            ],
+                            [
+                                110.706577,
+                                37.705335
+                            ],
+                            [
+                                110.739079,
+                                37.689439
+                            ],
+                            [
+                                110.775399,
+                                37.680873
+                            ],
+                            [
+                                110.796142,
+                                37.66306
+                            ],
+                            [
+                                110.793321,
+                                37.650791
+                            ],
+                            [
+                                110.763683,
+                                37.63957
+                            ],
+                            [
+                                110.772275,
+                                37.59269
+                            ],
+                            [
+                                110.794927,
+                                37.566154
+                            ],
+                            [
+                                110.771103,
+                                37.538373
+                            ],
+                            [
+                                110.771277,
+                                37.520155
+                            ],
+                            [
+                                110.759517,
+                                37.503477
+                            ],
+                            [
+                                110.758346,
+                                37.471161
+                            ],
+                            [
+                                110.74498,
+                                37.450763
+                            ],
+                            [
+                                110.648169,
+                                37.438151
+                            ],
+                            [
+                                110.629683,
+                                37.383659
+                            ],
+                            [
+                                110.641486,
+                                37.360081
+                            ],
+                            [
+                                110.695034,
+                                37.34962
+                            ],
+                            [
+                                110.693949,
+                                37.325907
+                            ],
+                            [
+                                110.678718,
+                                37.317918
+                            ],
+                            [
+                                110.690044,
+                                37.287071
+                            ],
+                            [
+                                110.661925,
+                                37.281991
+                            ],
+                            [
+                                110.65138,
+                                37.256583
+                            ],
+                            [
+                                110.584554,
+                                37.180681
+                            ],
+                            [
+                                110.540292,
+                                37.144626
+                            ],
+                            [
+                                110.535562,
+                                37.115136
+                            ],
+                            [
+                                110.498634,
+                                37.089797
+                            ],
+                            [
+                                110.460491,
+                                37.044749
+                            ],
+                            [
+                                110.425993,
+                                37.040833
+                            ],
+                            [
+                                110.424084,
+                                37.023924
+                            ],
+                            [
+                                110.450337,
+                                37.016463
+                            ],
+                            [
+                                110.441224,
+                                37.006141
+                            ],
+                            [
+                                110.412845,
+                                37.019261
+                            ],
+                            [
+                                110.383207,
+                                37.02181
+                            ],
+                            [
+                                110.377132,
+                                37.010245
+                            ],
+                            [
+                                110.405555,
+                                36.991464
+                            ],
+                            [
+                                110.424257,
+                                36.963719
+                            ],
+                            [
+                                110.410545,
+                                36.899481
+                            ],
+                            [
+                                110.432763,
+                                36.885406
+                            ],
+                            [
+                                110.461793,
+                                36.887212
+                            ],
+                            [
+                                110.469777,
+                                36.876748
+                            ],
+                            [
+                                110.499719,
+                                36.879613
+                            ],
+                            [
+                                110.534998,
+                                36.869958
+                            ],
+                            [
+                                110.539251,
+                                36.860426
+                            ],
+                            [
+                                110.558214,
+                                36.872325
+                            ],
+                            [
+                                110.574313,
+                                36.861485
+                            ],
+                            [
+                                110.604819,
+                                36.874941
+                            ],
+                            [
+                                110.630334,
+                                36.871889
+                            ],
+                            [
+                                110.647128,
+                                36.892568
+                            ],
+                            [
+                                110.648733,
+                                36.92339
+                            ],
+                            [
+                                110.661751,
+                                36.933723
+                            ],
+                            [
+                                110.717816,
+                                36.932602
+                            ],
+                            [
+                                110.725323,
+                                36.910813
+                            ],
+                            [
+                                110.765766,
+                                36.900166
+                            ],
+                            [
+                                110.776528,
+                                36.876685
+                            ],
+                            [
+                                110.791412,
+                                36.864475
+                            ],
+                            [
+                                110.838928,
+                                36.85893
+                            ],
+                            [
+                                110.89521,
+                                36.875938
+                            ],
+                            [
+                                110.896728,
+                                36.885966
+                            ],
+                            [
+                                110.926887,
+                                36.895433
+                            ],
+                            [
+                                110.937432,
+                                36.906393
+                            ],
+                            [
+                                110.971062,
+                                36.89618
+                            ],
+                            [
+                                110.99367,
+                                36.908011
+                            ],
+                            [
+                                110.989547,
+                                36.928245
+                            ],
+                            [
+                                111.00313,
+                                36.923514
+                            ],
+                            [
+                                110.999224,
+                                36.89892
+                            ],
+                            [
+                                111.014108,
+                                36.899792
+                            ],
+                            [
+                                111.020357,
+                                36.917475
+                            ],
+                            [
+                                111.042184,
+                                36.929117
+                            ],
+                            [
+                                111.080804,
+                                36.931109
+                            ],
+                            [
+                                111.09469,
+                                36.912744
+                            ],
+                            [
+                                111.084189,
+                                36.908074
+                            ],
+                            [
+                                111.06783,
+                                36.85513
+                            ],
+                            [
+                                111.096383,
+                                36.836622
+                            ],
+                            [
+                                111.114565,
+                                36.8355
+                            ],
+                            [
+                                111.135264,
+                                36.846032
+                            ],
+                            [
+                                111.18508,
+                                36.840361
+                            ],
+                            [
+                                111.181087,
+                                36.82746
+                            ],
+                            [
+                                111.200528,
+                                36.806264
+                            ],
+                            [
+                                111.211637,
+                                36.748944
+                            ],
+                            [
+                                111.229298,
+                                36.741207
+                            ],
+                            [
+                                111.243878,
+                                36.758116
+                            ],
+                            [
+                                111.277248,
+                                36.758552
+                            ],
+                            [
+                                111.274688,
+                                36.738523
+                            ],
+                            [
+                                111.325241,
+                                36.739959
+                            ],
+                            [
+                                111.323375,
+                                36.753811
+                            ],
+                            [
+                                111.356919,
+                                36.754559
+                            ],
+                            [
+                                111.365684,
+                                36.778264
+                            ],
+                            [
+                                111.414676,
+                                36.804019
+                            ],
+                            [
+                                111.414112,
+                                36.832944
+                            ],
+                            [
+                                111.420577,
+                                36.844287
+                            ],
+                            [
+                                111.455379,
+                                36.8484
+                            ],
+                            [
+                                111.464752,
+                                36.865285
+                            ],
+                            [
+                                111.487838,
+                                36.870331
+                            ],
+                            [
+                                111.505108,
+                                36.886527
+                            ],
+                            [
+                                111.543338,
+                                36.892506
+                            ],
+                            [
+                                111.584736,
+                                36.918783
+                            ],
+                            [
+                                111.570286,
+                                36.928868
+                            ],
+                            [
+                                111.541429,
+                                36.931856
+                            ],
+                            [
+                                111.540127,
+                                36.954448
+                            ],
+                            [
+                                111.512312,
+                                36.973487
+                            ],
+                            [
+                                111.498643,
+                                36.991277
+                            ],
+                            [
+                                111.527152,
+                                36.999052
+                            ],
+                            [
+                                111.541038,
+                                36.977655
+                            ],
+                            [
+                                111.552798,
+                                36.982258
+                            ],
+                            [
+                                111.580353,
+                                36.967016
+                            ],
+                            [
+                                111.637286,
+                                36.943183
+                            ],
+                            [
+                                111.647483,
+                                36.964528
+                            ],
+                            [
+                                111.679334,
+                                36.970252
+                            ],
+                            [
+                                111.680679,
+                                36.988043
+                            ],
+                            [
+                                111.735355,
+                                36.997559
+                            ],
+                            [
+                                111.759482,
+                                37.015468
+                            ],
+                            [
+                                111.791637,
+                                37.022556
+                            ],
+                            [
+                                111.826395,
+                                37.044314
+                            ],
+                            [
+                                111.845836,
+                                37.034182
+                            ],
+                            [
+                                111.88003,
+                                37.057178
+                            ],
+                            [
+                                111.906457,
+                                37.098493
+                            ],
+                            [
+                                111.923337,
+                                37.106256
+                            ],
+                            [
+                                111.934272,
+                                37.148971
+                            ],
+                            [
+                                111.951239,
+                                37.179441
+                            ],
+                            [
+                                111.946422,
+                                37.209402
+                            ],
+                            [
+                                111.958876,
+                                37.222238
+                            ],
+                            [
+                                111.956577,
+                                37.240281
+                            ],
+                            [
+                                111.942083,
+                                37.255406
+                            ],
+                            [
+                                111.972328,
+                                37.254042
+                            ],
+                            [
+                                111.980443,
+                                37.271271
+                            ],
+                            [
+                                112.014811,
+                                37.268668
+                            ],
+                            [
+                                112.04549,
+                                37.280008
+                            ],
+                            [
+                                112.049699,
+                                37.298594
+                            ],
+                            [
+                                112.06927,
+                                37.317485
+                            ],
+                            [
+                                112.095002,
+                                37.315441
+                            ],
+                            [
+                                112.102596,
+                                37.298718
+                            ],
+                            [
+                                112.117611,
+                                37.296116
+                            ],
+                            [
+                                112.12169,
+                                37.274493
+                            ],
+                            [
+                                112.139611,
+                                37.266499
+                            ],
+                            [
+                                112.177364,
+                                37.308071
+                            ],
+                            [
+                                112.217243,
+                                37.338229
+                            ],
+                            [
+                                112.259638,
+                                37.394115
+                            ],
+                            [
+                                112.263847,
+                                37.421331
+                            ],
+                            [
+                                112.286933,
+                                37.437533
+                            ],
+                            [
+                                112.327246,
+                                37.448352
+                            ],
+                            [
+                                112.33011,
+                                37.458923
+                            ]
+                        ]
+                    ]
+                ]
+            }
+        }
+    ]
+}

+ 0 - 3672
investment/js/test.js

@@ -1,3672 +0,0 @@
-let app = new Vue({
-  el: '#app',
-  data () {
-    return {
-      count: 0,
-      countType: 0,
-      type: true, // 切换柱状图状态
-      showTip2: false,
-      showTip3: false,
-      timer2: '',
-      echartTitle: '',
-      year: '2022',
-      time: '',
-      timer: '',
-      mapName: 'shanxi',
-      geoCoordMap: {},
-      config1: {
-        number: [100],
-        content: '{nt}个',
-      },
-      storageRecordConfig: {
-        // waitTime: '30000',
-        hoverPause: false,
-        header: ['企业集团', '项目名 ', '投资总额'],
-        // headerBGC: '#05507b33',
-        // oddRowBGC: '#05507b33',
-        // evenRowBGC: '#05507b33',
-        headerBGC: '#05183c',
-        headerBGC: '#05507b33',
-        oddRowBGC: '#05183c',
-        evenRowBGC: '#05183c',
-        rowNum: 8,
-        // columnWidth: [100, 550,100],
-        align: ['center', 'center', 'center'],
-        data: [
-          ['国际能源', '娄烦县120MW智慧光伏发电项目+10%储能', "6.78亿元"],
-          ['国际能源', '平朔矿区150MW农光储氢一体化项目', "7.84亿元"],
-          ['汾酒集团', '汾酒2030技改原酒产储能扩建项目(一期)', "91.02亿元"],
-          ['大地控股', '山西大地控股忻州新店矿业有限公司投资建设年产800万吨精品砂石骨料项目', "8.67亿元"],
-          ['潞安化工', '分布式光伏发电项目', "2.01亿元"],
-          ['太重集团', '设立太重(大同)新能源产业投资公司', "0.30亿元"],
-          ['大地控股', '山西大地宏翔环保科技有限公司电厂固废资源化综合利用建设项目', "3.60亿元"],
-          ['大地控股', '山西大地海科环保科技有限公司电厂固废资源化综合利用建设项目', "3.11亿元"],
-          ['汾酒集团', '保健酒园区新增原酒产能项目', "4.98亿元"],
-          ['汾酒集团', '白玉酒厂改扩建项目', "4.96亿元"],
-          ['华阳新材', '5GW高效光伏组件制造项目', "4.82亿元"],
-          ['华新燃气', '吉县—延长输气管道项目(一期工程)', "3.54亿元"],
-          ['太重集团', '建设液压挖掘机配套油缸项目', "2.60亿元"],
-          ['华远陆港', '物产集团参股设立项目公司投资建设山西物产万科(太原)综合物流产业园项目', "6.60亿元"],
-          ['太重集团', '设立昔阳县晶能新能源有限公司', "0.50亿元"],
-          ['山西建投', '设立山西低碳环保产业集团有限公司', "30.00亿元"],
-          ['山西建投', '设立山西省太忻经济一体化发展投资集团有限公司', "30.00亿元"],
-          ['华新燃气', '设立山西华新液化天然气集团有限公司', "3.00亿元"],
-          ['交控集团', '设立山西交控新能源发展有限公司', "3.00亿元"]
-        ],
-      },
-      companyList: [
-        { name: '山西焦煤' },
-        { name: '晋能控股' },
-        { name: '华新燃气' },
-        { name: '山西建投' },
-        { name: '潞安化工' },
-        { name: '华远陆港' },
-        { name: '航产集团' },
-        { name: '大地控股' },
-        { name: '国新能源' },
-        { name: '汾酒集团' },
-        { name: '云时代' },
-        { name: '神农科技' },
-        { name: '华阳新材' },
-        { name: '华舰体育' },
-        { name: '交控集团' },
-        { name: '文旅集团' },
-        { name: '水控集团' },
-        { name: '太重集团' },
-      ],
-    }
-  },
-  created () {
-    this.time = formatDate()
-    this.timer = setInterval(() => {
-      this.time = formatDate()
-    }, 1000)
-
-  },
-
-  beforeDestroy () {
-    if (this.timer) {
-      clearInterval(this.timer);
-    }
-    this.timer2 && clearInterval(this.timer2);
-  },
-  mounted () {
-
-    // 左侧图表
-    setTimeout(() => {
-      this.initChartL1()
-      this.initChartL2()
-      this.initChartL3()
-      // this.initChartL4()
-      // this.initChartL5()
-      // this.initChartL6()
-      // this.initChartL7()
-      this.initChartR1()
-      this.initChartR2()
-      this.initChartR3()
-      this.initChartR6()
-      this.changeTopColor()
-    },)
-  },
-  methods: {
-    changeTopColor () {
-      this.list = document.getElementsByClassName('row-item')
-      for (var i = 0; i < this.list.length; i++) {
-        if (i == 1) {
-          this.list[i].classList.add('light')
-        } else {
-          this.list[i].classList.remove('light')
-        }
-      }
-      this.initChartL3()
-    },
-    scrollChange (index) {
-      if (index == 18) {
-        this.count = -1
-      } else {
-        this.count = index
-      }
-      if (this.count > 12 && this.count != 18) {
-        this.countType = 1
-      } else {
-        this.countType = 0
-      }
-      this.list = document.getElementsByClassName('row-item')
-      for (var i = 0; i < this.list.length; i++) {
-        if (i == 2) {
-          this.list[i].classList.add('light')
-        } else {
-          this.list[i].classList.remove('light')
-        }
-      }
-      this.initChartL3()
-    },
-    convertData (data) {
-      var res = []
-      for (var i = 0; i < data.length; i++) {
-        var geoCoord = this.geoCoordMap[data[i].name]
-        if (geoCoord) {
-          res.push({
-            name: data[i].name,
-            value: geoCoord.concat(data[i].value),
-          })
-        }
-      }
-      return res
-    },
-    initChinaChart () {
-      var data = [
-        { name: '吕梁市', value: 150 },
-        { name: '大同市', value: 190 },
-        { name: '忻州市', value: 140 },
-        { name: '朔州市', value: 160 },
-        { name: '晋中市', value: 100 },
-        { name: '太原市', value: 300 },
-        { name: '临汾市', value: 190 },
-        { name: '长治市', value: 100 },
-        { name: '晋城市', value: 280 },
-        { name: '运城市', value: 180 },
-        { name: '阳泉市', value: 110 },
-      ]
-
-      var moveLine = {
-        normal: [
-          {
-            fromName: '太原市',
-            toName: '吕梁市',
-            coords: [
-              [112.3352, 37.9413],
-              [111.3574, 37.7325],
-            ],
-          },
-          {
-            fromName: '太原市',
-            toName: '忻州市',
-            coords: [
-              [112.3352, 37.9413],
-              [112.4561, 38.8971],
-            ],
-          },
-          {
-            fromName: '太原市',
-            toName: '临汾市',
-            coords: [
-              [112.3352, 37.9413],
-              [111.4783, 36.1615],
-            ],
-          },
-          {
-            fromName: '太原市',
-            toName: '阳泉市',
-            coords: [
-              [112.3352, 37.9413],
-              [113.4778, 38.0951],
-            ],
-          },
-          {
-            fromName: '太原市',
-            toName: '晋中市',
-            coords: [
-              [112.3352, 37.9413],
-              [112.7747, 37.37],
-            ],
-          },
-          {
-            fromName: '太原市',
-            toName: '运城市',
-            coords: [
-              [112.3352, 37.9413],
-              [111.1487, 35.2002],
-            ],
-          },
-          {
-            fromName: '太原市',
-            toName: '大同市',
-            coords: [
-              [112.3352, 37.9413],
-              [113.7854, 39.8035],
-            ],
-          },
-          {
-            fromName: '太原市',
-            toName: '晋城市',
-            coords: [
-              [112.3352, 37.9413],
-              [112.7856, 35.6342],
-            ],
-          },
-          {
-            fromName: '太原市',
-            toName: '长治市',
-            coords: [
-              [112.3352, 37.9413],
-              [112.8625, 36.4746],
-            ],
-          },
-          {
-            fromName: '太原市',
-            toName: '朔州市',
-            coords: [
-              [112.3352, 37.9413],
-              [113.0713, 39.6991],
-            ],
-          },
-        ],
-      }
-      /*获取地图数据*/
-      let myChart = echarts.init(this.$refs['echarts-map'])
-      echarts.registerMap('shanxi', {
-        type: 'FeatureCollection',
-        features: [
-          {
-            type: 'Feature',
-            id: '1409',
-            properties: { name: '忻州市', cp: [112.4561, 38.8971], childNum: 14 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@Vx@lnbn¦WlnnUšmš°š²VšV‚VVVnUn„ºlz@l„„@Jƒ@kXWVXl@Lƒa@„ƒKUL„ŽlbnKlLnK‚LnKÆXn°šbVV@bUVl°Un@LnaVJUbW@UX²l‚@ČwlVVIšWnkÆa°„„anV‚Kn°™UW¯@™aVUVk@Un@„aV@ValwUanmWU„k@WVUUanaVwnLVl°@nk@mVU@UVK@w„LVKVU@ƒ„K@UUKVUV@@bnL„a‚V„aôšlIXmlKX_°KVV@bVV„@šzV`kblI„V„Ul‚šL@bnV@V„Ċll„„VlIXW@k„a‚U²blKšVnIlJ„albXXlWVn°JnšnL@l@XlJlaX@„X˜W²@l_VmnKšU„blU@mnkVK„¯@U@ƒma@kX¥VƒmakkƒLƒa@aƒ@WIUUVXWWnk@a°a@kkm@kUUmJm@WUUUIk`m@V—kaWWkX™KmƒXk¯ƒ@WKƒLkak@±bƒw@ƒaƒa@akaƒ@ma¯@ƒL—KÇÅkKWbkmġ™±ÅUƒLUK™VVkƒm¯LUVVbƒ„UwUW¯bm„ƒULƒxWJ—@ƒklmkUm@@KnwVkVK@akwƒ@@a¯bƒKkn›VUI™b¯mmbk@UbmKUL@xUUƒ@klmLUŽlVXI‚VVVUVUœU`mLXVWbXnW`Ų°xmށxU@mĉƒƒwU@mbU@UƒmbkVW¦kJ™@ƒX@`¯Im@UlUVVnb@bWJXnmbƒJUU™UUaƒ@UamIkaƒxƒ@@x@b',
-              ],
-              encodeOffsets: [[113614, 39657]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1411',
-            properties: { name: '吕梁市', cp: [111.3574, 37.7325], childNum: 13 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@@a@w„@„wlbnJVb„@VbšVVV„InaWmXI@a‚aUmVUVkn@°J@_„Wš@lIX¥lUnaV„V@naV@„xĊ„n‚V@‚wn¯wƱX_WmXaWUnKV_V›VUUUUWJkUVnKlk¯™@@kmKUaٱKkU@WmI@WUIlUUmVwXƒ‚w@ƒUlUVwœV‚@„Lnb‚W@anU@UšaVkô@l»n@na˜JnUÈLVaƃUUVm„VKVƒ²L@mU_lK@UVWkU‚a@a@U¯aUaƒÑóÑUb™„ƒKk@@aƒk¯mVaUwVƒÑkWUmK@UUKmXUWÝwUa™LUU@aWJUUU@Ua݄U@WL@VKVaVI@WnU@alIVKƒƒ@kIƒmIkJ@™m@ƒ™@@_™K@xƒ@kaW@U„@Vmn@ŽUK@mIƒJUXV¤XXWlkKƒkkK@XmJVakImJU@ó™¯LWKUV@nUVƒLkxmKkLma@kXKmmƒLƒab™LmK@V@mXVÆUxƒX@`nL„aV@@VmLUVnLlLš˜„b@„šŽ°²nx@b‚VUxlb@V¯bUV@zV‚XVĊXVx@lVn@VnnmŽUš@LlJXVƒz¯VWVXbšV@bmn™VUVk„Çþń@XVxmbUlV„Uln„W„@„Xl‚@VLXÒ@bÞJ°¦„L˜ò„@nU‚b@°„X@ŽXbmVU„V„nb@x‚x',
-              ],
-              encodeOffsets: [[113614, 39657]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1410',
-            properties: { name: '临汾市', cp: [111.4783, 36.1615], childNum: 17 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@nW‚@@UnLšK‚a„b„KnnWL@lnblKnLlw„KVU@mVUXL°KôšV@nIlJUbnI@WlL„llLXkWWU£VW„InJ‚@VL@nm@UVƒX@lb„@@wšL@`‚@„šn@V@lw„@n„VmVX„WmwnUlƒœa@_lK„wVlUn°xVKVXXWlUšVVI@K@K„n°KœwlVlU@kna@V_„Wn‚m„UVm@kXml_@m„LlKXw°m@_ôJVUV@X™l@UaV@Va°I„lk»VwUkVmwUmmVn@V¯@KƒU—wmK@U¯wUVÝ@mJƒU—nWK™@@UnKVa„_lykUmKÛnm@™x@ƒUUlwVk™ƒXW@ƒa@Uƒ@@K@ƒkIV™nammVakUlƒ@wX@@kƒ™¯@ƒVVbml@„„°UbULmlVbnbÅK±VƒKVXUJWa@ULWaUU@@U@aWK@UkxUKƒLUUUJ±UkL@V±kk@kam@UV@l@LWl@n@VVUx„LlUUx@VUV™U@aƒIUl™L@°mLU‚ƒbkUUaWUUaUU@aWK—LWJ@bUL@VUVVbU@m@a@kmKmnĉlUK™XƒWUblb—xmIkƒƒU@xWb@lkšVx™LXŽmzVV@bklVVUzm˜@bk„@Vx@xlŽU„@lUbVnl@„Wxnl@n@ŽUbV„mL‚mƒb@`X@lUX@@xlnkLWaUJnnWV™Vn@l„@bULVV@l™V@XnJVX',
-              ],
-              encodeOffsets: [[113063, 37784]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1407',
-            properties: { name: '晋中市', cp: [112.7747, 37.37], childNum: 11 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@@šlInJ„lJ„@‚„ULkJ@bmV@XUJUb‚L@UXKV@ރVbV@VVXI@bVVšKVbÞxVXnWVL@VnLV‚lX„ÒUŽVxUb°n„l@bl@„LšƒVaô҄ÒVb°b@VnLnnV@lmn@lb„U„V@„‚JœUVV‚Xkl@lUzmJ@xšXkl‚bUn„JVšUb„nU‚lb„V@nlLX@lakšV`Ub°š@XVJnU‚L²KlxnI@KV@lbUbVV„KnVl@„zlm@Uš@nŽšI@WUaVl@@mVU„@XkW@ƒnkVKVƒ„_Vw„y@knwVa‚@XalU„@šVnml@„X@V„L‚KVaÞbnnlJšI„mVKn„VVVInVlU„@„m@™mXK@UmyUI@mWUUakamw@wUwmLkakwVƒmK™w@wUam£y@am_ƒW@™UU@knmm„amU@WUa@knw@ƒUUUUV@nƒJm@mVUkKVUUUkKmwƒKULƒKUImV@lUn™nŽm@mbUK@°™bUnmbUmkkƒWUb@am@UXkK@a±@™V™@ĉř„V‚UXVxUVkLWl¯@@bULUlm@@nm`—XƒlWakIkm›VUbUL@Vm@kIƒ@@Kšm@—VaX‚I@W@aU@kUƒVU_™KƒbƒJkkǎ™b@nkKmL™wÅW@kVUUƒVU@WUIƒJmIXmma@_kyVaUUlkUm@ƒkU›x¯Lƒm@L@LUJ™UkVWXUWUL¯wVmUkƒxkL@`›bk„mVnxƒXUWUnmƒƒ@kxU@',
-              ],
-              encodeOffsets: [[114087, 37682]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1408',
-            properties: { name: '运城市', cp: [111.1487, 35.2002], childNum: 13 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@„Vl„nJ˜wkaVa„XšWVLĊknmnL‚l@@bn‚V@UaVU@UVK@aXI˜KXL@bVVVbXVVblV„aVnK@¯šKVk„J@bšVVU@UVwkVƒKVwUUm@@Xk@K@kVUn@lbl@²l@UlK²VVIVV„KVLlw@VXL@b@VV@VŽXbVK‚@XbVIUW„L‚U²ÆLmaUankVKVaƒ¯@ƒnkUa„U°@„š‚n@@kWa„UVaXUW@IXKVw@U™ƒ„™WU@W@@UUƒU@mn@ƒ`m@UUULkUmJ™IUƒ@@UƒK@U@›anƒ™ak_@wmKUwmakV™kmK™V™k¯b™wƒ`kwUIÇx¯»ÇaŃmn@@™mƒmUkV@wkKW@kxmL™UkĉLÝk™xÝw¯lóVU„mV@ĀVVX¦W¤kz@`Vx°„²ĸ‚š@„Ul@x„êĸNJ°¤V„VlXLWnXxmV@nUl@„',
-              ],
-              encodeOffsets: [[113232, 36597]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1402',
-            properties: { name: '大同市', cp: [113.7854, 39.8035], childNum: 8 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@²£šyl@Ȑ˜Ė@bĸŽĢbĸ„˜X„a‚KŤnn@ŎôllÈx„nVnÞDŽV@b‚nXllL°KšbVb@J@b—„‚„@ŽU„„xlKXLlKlXk„@Ulk„JlkUƒVKXUƒÇVIVm@_nǚLšašl‚w„VnU@UUwma@aƒaÝaLmUk@@Wƒ@U@@X™wVWÝUUUk@@VmLƒKV»nwUw™aUL@`mzƒJUIVƒUaUw™KUaVIlJôanÑlLVUn@ša„@VV„@@UUwVK°Vn_lJÆLœéW@UUUÅ@»lm@aÞIVwXW˜UUkkm@U@aƒU@mwU£VWU_kWmƒXwW_°yUkkK@UÇK@kkUVymóK—U@KWIƒbUak@mJ@bkbmLkŽ™UmƒkVU„W¦@lnb@„@Vƒ°ULml@nkVƒa™VmLUnk`±@—XƒWW@kbǦXޝ„WxI@xmbmxXlWV„„@bŎUz@J‚b@bÞb™ŽU@Wbk@ƒxk@WX¯VۙƒWÝbÝUkVUU@alI@a@akLWa™m@U¯UUmÇL@K@aU@¯VUkƒKmX@`@œkJ@nV‚Ub@lbVÆXVW„ULU`VbkLUV@XWl@bXJ˜@VbV@Vl',
-              ],
-              encodeOffsets: [[115335, 41209]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1404',
-            properties: { name: '长治市', cp: [112.8625, 36.4746], childNum: 12 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@Uk™Lky@I‚JVa@mÞaWšy@_W@_WƒXVlUVwš@nw°K@m„UƒVaƒmVkU@mmmnLVUmKXa™U@IlKVUnK@UmWkX@WV_Vƒ@akU@a„KWIXyƒIUVmUn™Ua@WaXUVKVmkUWVkUƒLU@@VƒbƒKbƒIUmƒ@mbVL—x›WUUkn±V¯wƒbÅJUbmLkbmKÅKƒbVnUbƒV™KUb™KUbmLKmƒb™aƒKkUm@UŽnn‚VnxUVlUxl¼ƒk¯JUbU@Vbk@WšU@UVóI@`¯nWxkLƒK@nk`Wn@lUnƒVnm‚ƒXU`@mb@lkV@„VnklVVUblz@`nbWnnJ„IVJ@XUVV„UV@lÆXšxnKlL@mšaȍll„I„ašLV`„UlVV@@b@XJWUb@˜™n@L„@lJn@@UVKVaœUlnlJXb„k˜Wn_@mn@VkVK@a°@XklKVUUwVWUšƒĊƚ@šU²@@blLVWn@@bVa„XllVnnaVmša@¯VLnan@‚šmVm@knUVJ',
-              ],
-              encodeOffsets: [[116269, 37637]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1406',
-            properties: { name: '朔州市', cp: [113.0713, 39.6991], childNum: 5 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@XXWVXVWnnlnn@èÆ¼@„„xlš„ŽV„nblšššVŽÈUVl‚š@„blnœL܃ĊmUkU@Ua‚—@WI@aXk@WVUlKUaV_VKXƒWUUÅka@VaU@mlI@›@_nW„LVl°UV@@b@LÈKVn°V@VšnXblK@b@bkJ@bVVlUÞVÞa„Xܚ°UXWl@„wl@XaV@šÝa@aa@IVyƍ@aƒƒXUWknwna@w‚JXw°ƒWÈ¥kI@W@kmKm™¯IUmkXWWkaƒbkImJ™UkL±aVƒb@lWXkJƒUkƒĉkƒ@UmU@a™KkƒVƒUkJlaU_™yƒ@UU@aUU¯LW`kLWnkJó™ƒbUƒbmK@aU@UVVL@VƒL@„UVULƒK@xUL@VUV@nml¯@UkmKUxmbVbUV@XƒlXVmnVbkxUbU@ƒbm@@VUlUVšb°@VX¯šm‚',
-              ],
-              encodeOffsets: [[114615, 40562]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1405',
-            properties: { name: '晋城市', cp: [112.7856, 35.6342], childNum: 6 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@lV„Lšb„an‚LnKVašLVašL„UVaUm„aÆLnLlanKVaÆI„a°x²UlmVVœX˜wUKna„@Vn„J‚a„L„a@UV@@alUkKVKnkmmVwUk„w@ƒ™@kxWUXƒW@@mƒk@aUa@a¯aƒLkKmwkUm@kL@K@aWIXmƒVƒXƒWkUVakL@UVKƒw@aUK@UUKmLU@¯n™KUwVƒUIWJUWmka™@UXƒJƒk@UkmW@kLWKVƒx@bmI@VUaVU@a¯@UUmVKmX@±`kÝKVxUL±akL@V™bƒLkKmVƒ@XWVUbƒVXb@lm@@lW@@xk„lVUbnnmbUšlJ@„@L„@@V„b@‚WXš„UlkxVV@„šwn@ÜmnLlVkzƒ`UbmL@Vš@XL˜m„VnIÞ@VU°x@VnL˜x„V@LU°',
-              ],
-              encodeOffsets: [[115223, 36895]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1401',
-            properties: { name: '太原市', cp: [112.3352, 37.9413], childNum: 5 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@„@VV@wVKnLVal@na°nšaVJœUlm„L°a@b„@lx@bULUlmx@Ln@lVkn„l˜@XI„w‚K„Vnƒ°aVXVx„ƒUaVU°K„nUlšUVL„KÆVš²Ģ‚lnXalLÈÆ˜L„KUaVkUanmWU™a@WwkUWU¯y¯Ñ@anIl@@aVU„m„I„ymUƒLUUVakaU@@LmJkw±LKmVUI@W¯™VaU_l™kbW@kK@mƒUkaVƒmVaU™ƒIVmalk™W@wnIVy@klkWUU›VI@ƒƒUƒVkam@knU@mmmK@bblVUX@VkLV`@n±KU„ULƒ‚UnVVńUbÇKmV—Imbm@k¼ó@Ul™b@VmV@bXmaƒK@›UUxkV‚V@„xW„UxVnkVVJ@XnJ@XlV²LƂVbnL@lš@°',
-              ],
-              encodeOffsets: [[114503, 39134]],
-            },
-          },
-          {
-            type: 'Feature',
-            id: '1403',
-            properties: { name: '阳泉市', cp: [113.4778, 38.0951], childNum: 3 },
-            geometry: {
-              type: 'Polygon',
-              coordinates: [
-                '@@°@nb„@lb@b„b„b‚@„x²al@lb„KXU@m‚kUWkkmUUƒVwV@XUW@™naVklKXblKnL‚ƒnLVanImaXKlL„ašV@U@KUKW„alƒXK@£WKXUV@VU„ƒUUVW„_V™@W@@K„@šƒUƒƒIWmXUmƒULƒn™JkImmÝaUbLƒK@UƒWk@mn™Uƒ@kVWb@Ubmx@lƒzUxƒ`U„ULml@„XWlƒ@UV@nk@U‚Vb@X™Jm™@@Vknƒyk@ƒzƒJƒnUV@bk@mJ@b°Ò°zXVlVXx‚@šbXVmnVbUlVb',
-              ],
-              encodeOffsets: [[115864, 39336]],
-            },
-          },
-        ],
-        UTF8Encoding: true,
-      })
-      var mapFeatures = echarts.getMap(this.mapName).geoJson.features
-      mapFeatures.forEach(v => {
-        // 地区名称
-        var name = v.properties.name
-        // 地区经纬度
-        this.geoCoordMap[name] = v.properties.cp
-      })
-
-      myChart.setOption({
-        tooltip: {
-          padding: 15,
-          enterable: true,
-          transitionDuration: 1,
-          formatter: (params, ticket, callback) => {
-            let tipHtml = `
-              <div class="tooltip-cont">
-                <p>新开工:<span>工程建设项目</span></p>
-                <p>总投资额:<span>${params.data.value}亿</span></p>
-                <p>当前阶段:<span>可论证阶段</span></p>
-                <p>时间节点:<span>2021.10-2022.10</span></p>
-            </div>`
-            return tipHtml
-          },
-        },
-        visualMap: {
-          min: 0,
-          max: 300,
-          right: 0,
-          bottom: 0,
-          text: ['高', '低'],
-          textStyle: {
-            color: '#f1f1f1'
-          },
-          realtime: false,
-          calculable: true,
-          inRange: {
-            color: ['lightskyblue', '#2754b7']
-          }
-        },
-        geo: {
-          show: true,
-          map: 'shanxi',
-          layoutCenter: ['50%', '50%'], //地图位置
-          layoutSize: '100%',
-          label: {
-            normal: {
-              show: false,
-            },
-            emphasis: {
-              show: false,
-            },
-          },
-          roam: false,
-          itemStyle: {
-            normal: {
-              areaColor: '#1946a8',
-              shadowColor: '#1946a8',
-              borderWidth: 1, //设置外层边框
-              borderColor: '#1946a8',
-              shadowOffsetX: 10,
-              shadowOffsetY: 5,
-              shadowBlur: 2,
-            },
-            emphasis: {
-              areaColor: '#1946a8',
-              borderColor: '#d4bc1d',
-              borderWidth: 2, //设置外层边框
-            },
-          },
-        },
-        series: [
-          {
-            name: '散点',
-            type: 'scatter',
-            coordinateSystem: 'geo',
-            data: this.convertData(data),
-            symbolSize: function (val) {
-              return 10
-            },
-            label: {
-              normal: {
-                formatter: '{b}',
-                position: [10, 10],
-                fontSize: 15,
-                fontWeight: 600,
-                fontStyle: 'italic',
-                color: '#fff',
-                show: true,
-              },
-              emphasis: {
-                show: true,
-              },
-            },
-            itemStyle: {
-              normal: {
-                color: '#000',
-                borderWidth: 2,
-                borderColor: '#fff',
-              },
-            },
-          },
-          {
-            type: 'map',
-            map: this.mapName,
-            geoIndex: 0,
-            aspectScale: 0.75, //长宽比
-            showLegendSymbol: true, // 存在legend时显示
-            label: {
-              normal: {
-                show: true,
-              },
-              emphasis: {
-                show: false,
-                textStyle: {
-                  color: '#fff',
-                },
-              },
-            },
-            roam: true,
-            itemStyle: {
-              normal: {
-                areaColor: '#031525',
-                borderColor: '#3B5077',
-              },
-              emphasis: {
-                areaColor: '#2B91B7',
-              },
-            },
-            animation: false,
-            data: data,
-          },
-          {
-            name: '点',
-            type: 'scatter',
-            coordinateSystem: 'geo',
-            zlevel: 6,
-          },
-          {
-            name: 'Top 5',
-            type: 'effectScatter',
-            coordinateSystem: 'geo',
-            data: this.convertData(
-              data
-                .sort(function (a, b) {
-                  return b.value - a.value
-                })
-                .slice(0, 5)
-            ),
-            symbolSize: function (val) {
-              return 15
-            },
-            showEffectOn: 'render',
-            rippleEffect: {
-              brushType: 'stroke',
-            },
-            hoverAnimation: true,
-            label: {
-              normal: {
-                formatter: '{b}',
-                position: 'left',
-                show: false,
-              },
-            },
-            itemStyle: {
-              normal: {
-                color: 'yellow',
-                shadowBlur: 10,
-                shadowColor: 'yellow',
-              },
-            },
-            zlevel: 1000,
-          },
-          {
-            name: '线路',
-            type: 'lines',
-            zlevel: 2,
-            effect: {
-              show: true,
-              period: 4, //箭头指向速度,值越小速度越快
-              trailLength: 0.02, //特效尾迹长度[0,1]值越大,尾迹越长重
-              symbol: 'arrow', //箭头图标
-              symbolSize: 5, //图标大小
-            },
-            lineStyle: {
-              normal: {
-                color: '#00FFFF',
-                width: 1,
-                type: 'dashed',
-                opacity: 0.5, //尾迹线条透明度
-                curveness: -0.3, //尾迹线条曲直度
-              },
-            },
-            data: moveLine.normal,
-          },
-        ],
-      })
-    },
-    initChartL1 () {
-      let myChart = echarts.init(document.getElementById("echartL1"));
-      let option = {
-        grid: {
-          top: 35,
-          right: 0,
-          left: 60,
-          bottom: 50,
-        },
-        tooltip: {
-          show: true,
-          trigger: "axis",
-          axisPointer: {
-            // 坐标轴指示器,坐标轴触发有效
-            type: "shadow", // 默认为直线,可选为:'line' | 'shadow'
-          },
-        },
-        xAxis: {
-          data: ["山西焦煤", "晋能控股", "华阳新材", "潞安化工", "华新燃气", "太重集团", "国际能源", "华远陆港", "水控集团", "文旅集团", "交控集团", '航产集团', '山西建投', '汾酒集团', '大地控股', '云时代', '华舰体育', '神农科技'],
-          axisTick: {
-            show: false,
-          },
-          // x轴的字体颜色
-          axisLabel: {
-            rotate: 40,
-            textStyle: {
-              color: "white",
-            },
-          },
-          //y轴线的颜色以及宽度
-          axisLine: {
-            show: true,
-            lineStyle: {
-              color: "#1E5389",
-              width: 1,
-              type: "solid",
-            },
-          },
-        },
-        yAxis: {
-          name: '亿元',
-          nameTextStyle: {//y轴上方单位的颜色
-            color: '#fff',
-          },
-          axisTick: {
-            lineStyle: {
-              color: "#18416F",
-            },
-          },
-          // y轴的字体颜色
-          axisLabel: {
-            textStyle: {
-              color: "white",
-            },
-          },
-          splitLine: {
-            show: true,
-            lineStyle: {
-              color: "#204561",
-              width: 1,
-              type: "dotted",
-            },
-          },
-          //y轴线的颜色以及宽度
-          axisLine: {
-            show: true,
-            lineStyle: {
-              color: "#1E5389",
-              width: 1,
-              type: "solid",
-            },
-          },
-        },
-        series: [
-          // {
-          //   name: "2022年额度",
-          //   type: "bar",
-          //   data: [263.23, 402.18, 73.28, 144.80, 25.56, 8.23, 0, 12.97, 8.56, -1.72, 0, 0, 0, 76.90, 5.03, 9.14, 0, 0],
-          //   showBackground: false,
-          //   backgroundStyle: {
-          //     color: "#18416F",
-          //   },
-          //   barWidth: "10%",
-          //   itemStyle: {
-          //     barBorderRadius: [10, 10, 0, 0],
-          //     color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
-          //       {
-          //         offset: 0,
-          //         color: '#082550',
-          //       },
-          //       {
-          //         offset: 1,
-          //         color: '#69c0ff',
-          //       },
-          //     ]),
-          //   },
-          // },
-          {
-            name: "2023年额度",
-            type: "bar",
-            data: [359.91, 400.49, 117.65, 148.96, 34.84, 17.79, 26.15, 26.18, 16.83, 0.00, 43.49, 0.00, 43.39, 76.53, 5.05, 8.59, 0.00, 0.28],
-            showBackground: false,
-            backgroundStyle: {
-              color: "#18416F",
-            },
-            barWidth: "10%",
-            itemStyle: {
-              barBorderRadius: [10, 10, 0, 0],
-              color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
-                {
-                  offset: 0,
-                  color: '#082550',
-                },
-                {
-                  offset: 1,
-                  color: '#957DFF',
-
-                },
-              ]),
-            },
-          },
-        ],
-        legend: {
-          // data: ["2022年额度", "2023年额度"],
-          data: ["2023年额度"],
-          textStyle: {
-            // 图列内容样式
-            color: "#fff", // 字体颜色
-            // fontSize: "10",
-          },
-          right: 'center',
-          y:5,
-          icon: "roundRect",
-          // 小图标的宽高
-          itemHeight: 5,
-        },
-      };
-      tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
-        loopSeries: true,
-      })
-      let that = this
-      myChart.on('click', function (param) {
-        if (param.name == '晋能控股') {
-          that.showTip2 = true
-          setTimeout(() => {
-            // that.initChartR4()
-            // that.initChartR5()
-            that.initChartL2b()
-          })
-        }
-      })
-      myChart.setOption(option);
-    },
-    initChartL2b () {
-      let myChart = echarts.init(this.$refs['echartL2b'])
-      var value = 0.1149;
-      var data = [value];
-      let option = {
-        backgroundColor: 'transparent',
-        title: [
-          {
-            // text: '总额度285.48亿',
-            // formatter: `<span>总额度</span>285.48亿`,
-            x: '37%',
-            y: '80%',
-            textStyle: {
-              fontSize: 24,
-              fontWeight: 'bold',
-              color: '#2CB7E0',
-              lineHeight: 16,
-              textAlign: 'center',
-            },
-          }
-        ],
-        series: [
-          {
-            type: 'liquidFill',
-            radius: '70%',
-            center: ['50%', '40%'],
-            color: [
-              {
-                type: 'linear',
-                x: 0,
-                y: 0,
-                x2: 0,
-                y2: 1,
-                colorStops: [
-                  {
-                    offset: 0,
-                    color: '#446bf5',
-                  },
-                  {
-                    offset: 1,
-                    color: '#2ca3e2',
-                  },
-                ],
-                globalCoord: false,
-              },
-            ],
-            data: [value, value], // data个数代表波浪数
-            backgroundStyle: {
-              borderWidth: 1,
-              color: 'RGBA(51, 66, 127, 0.7)',
-            },
-            label: {
-              normal: {
-                formatter: function (data) {
-                  return (data.value * 100).toFixed(2) + '%'
-                },
-                textStyle: {
-                  fontSize: 30,
-                  color: '#fff',
-                },
-              },
-            },
-            outline: {
-              // show: false
-              borderDistance: 0,
-              itemStyle: {
-                borderWidth: 2,
-                borderColor: 'transparent',
-              },
-            },
-          },
-        ],
-      }
-      myChart.setOption(option)
-    },
-    initChartL2 () {
-      let myChart = echarts.init(this.$refs['echartL2'])
-      var value = 0.1463;
-      var data = [value];
-      let option = {
-        backgroundColor: 'transparent',
-        title: [
-          {
-            // text: '总额度285.48亿',
-            // formatter: `<span>总额度</span>285.48亿`,
-            x: '37%',
-            y: '80%',
-            textStyle: {
-              fontSize: 24,
-              fontWeight: 'bold',
-              color: '#2CB7E0',
-              lineHeight: 16,
-              textAlign: 'center',
-            },
-          }
-        ],
-        series: [
-          {
-            type: 'liquidFill',
-            radius: '70%',
-            center: ['50%', '40%'],
-            color: [
-              {
-                type: 'linear',
-                x: 0,
-                y: 0,
-                x2: 0,
-                y2: 1,
-                colorStops: [
-                  {
-                    offset: 0,
-                    color: '#446bf5',
-                  },
-                  {
-                    offset: 1,
-                    color: '#2ca3e2',
-                  },
-                ],
-                globalCoord: false,
-              },
-            ],
-            data: [value, value], // data个数代表波浪数
-            backgroundStyle: {
-              borderWidth: 1,
-              color: 'RGBA(51, 66, 127, 0.7)',
-            },
-            label: {
-              normal: {
-                formatter: function (data) {
-                  return (data.value * 100).toFixed(2) + '%'
-                },
-                textStyle: {
-                  fontSize: 30,
-                  color: '#fff',
-                },
-              },
-            },
-            outline: {
-              // show: false
-              borderDistance: 0,
-              itemStyle: {
-                borderWidth: 2,
-                borderColor: 'transparent',
-              },
-            },
-          },
-        ],
-      }
-      myChart.setOption(option)
-    },
-    initChartL3 () {
-      let myChart = echarts.init(this.$refs['echartL3'])
-      option = {
-        tooltip: {
-          trigger: 'axis',
-          formatter: '指标:' + '{c0}' + '<br/>' + '发展线:' + '{c1}' + '<br/>' + '生存线:' + '{c2}',  //+ '<br/>'+ '{a1}:{c1}' + '%',
-          axisPointer: {
-            type: 'shadow',
-          },
-        },
-        grid: {
-          top: '10%',
-          right: '5%',
-          left: '10%',
-          bottom: '6%',
-        },
-        xAxis: {
-          // data: ['总投资收益率', '销售利润率', '成本费用利润率', '总资产周转率', '财务内部收益率'],
-          data: dataType[this.countType],
-          axisLine: {
-            show: true, //隐藏X轴轴线
-            lineStyle: {
-              color: '#005094',
-              width: 1,
-            },
-          },
-          axisTick: {
-            show: true, //隐藏X轴刻度
-          },
-          axisLabel: {
-            show: true,
-            rotate: 15,
-            textStyle: {
-              color: 'rgba(255,255,255,0.6)', //X轴文字颜色
-              fontSize: 12,
-            },
-          },
-        },
-        yAxis: [
-          {
-            type: 'value',
-            splitLine: {
-              show: true,
-              lineStyle: {
-                color: '#68b4dd66',
-                type: 'dashed',
-              },
-            },
-            axisLine: {
-              show: false
-            },
-            axisLabel: {
-              show: true,
-              formatter: '{value}',
-              textStyle: {
-                color: 'rgba(250,250,250,0.6)',
-              },
-            },
-            nameTextStyle: {
-              color: '#ebf8ac',
-              fontSize: 16,
-            },
-          },
-        ],
-        series: [
-          {
-            name: '实际值',
-            type: 'bar',
-            barWidth: 15,
-            itemStyle: {
-              normal: {
-                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                  {
-                    offset: 0,
-                    color: '#69c0ff',
-                  },
-                  {
-                    offset: 1,
-                    color: '#082550',
-                  },
-                ]),
-              },
-            },
-            // data: [70, 52, 33, 41, 52],
-            data: dataList[this.count + 1][2]
-            // markLine: {
-            //   symbol: ['none', 'none'],
-            //   data: [
-            //     {
-            //       name: '生存线',
-            //       yAxis: 10,
-            //       lineStyle: {
-            //         color: '#FF8F0A',
-            //       },
-            //       label: {
-            //         formatter: '{b}',
-            //         position: 'middle',
-            //         color: '#FF8F0A',
-            //         fontSize: 12,
-            //       },
-            //     },
-            //     {
-            //       name: '发展线',
-            //       yAxis: 15,
-            //       lineStyle: {
-            //         color: '#00EEA2',
-            //       },
-            //       label: {
-            //         formatter: '{b}',
-            //         position: 'middle',
-            //         color: '#00EEA2',
-            //         fontSize: 12,
-            //       },
-            //     },
-            //   ],
-            //   label: {
-            //     distance: [50, 0],
-            //   },
-            // },
-          },
-          {
-            name: '',
-            type: 'line',
-            barWidth: 15,
-            itemStyle: {
-              normal: {
-                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                  {
-                    offset: 0,
-                    color: '#69c0ff',
-                  },
-                  {
-                    offset: 1,
-                    color: 'green',
-                  },
-                ]),
-              },
-            },
-            // data: [20, 30, 15, 28, 36],
-            data: dataList[this.count + 1][1]
-          },
-          {
-            name: '',
-            type: 'line',
-            barWidth: 15,
-            itemStyle: {
-              normal: {
-                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
-                  {
-                    offset: 0,
-                    color: '#69c0ff',
-                  },
-                  {
-                    offset: 1,
-                    color: 'yellow',
-                  },
-                ]),
-              },
-            },
-            // data: [15, 22, 17, 33, 14],
-            data: dataList[this.count + 1][0]
-          },
-        ],
-      }
-
-      myChart.setOption(option)
-      // tools.loopShowTooltip(myChart, option, {
-      //   nterval: 2000,
-      //   loopSeries: true,
-      // })
-    },
-    initChartL4 () {
-      // let data = [
-      //   { value: [173.43, 129], name: '煤炭' },
-      //   { value: [23.10, 2], name: '火电' },
-      //   { value: [22.87, 8], name: '冶金' },
-      //   { value: [9.71, 5], name: '焦化' },
-      //   { value: [8.35, 6], name: '其他传统产业' }
-      // ]
-      // let count = 0
-      // data.forEach(item => {
-      //   count += item.value[0]
-      // })
-
-      // let myChart = echarts.init(this.$refs['echartL4'])
-      // let option = {
-      //   title: {
-      //     text: '传统产业分析',
-      //     x: 'center',
-      //     y: '0%',
-      //     textStyle: {
-      //       color: 'rgba(255,255,255,0.6)',
-      //       fontSize: 12,
-      //     },
-      //   },
-      //   tooltip: {
-      //     trigger: 'item',
-      //     formatter: function (params) {
-      //       return params.name + ',' + (params.value[0] / count * 100).toFixed(2) + '%' + '</br >' + params.value[1] + '个' + ',' + params.value[0] + '亿'
-      //     }
-      //   },
-      //   color: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-      //   legend: {
-      //     orient: 'horizontal',
-      //     show: false,
-      //     icon: 'circle',
-      //     top: 'bottom',
-      //     orient: 'vertical',
-      //     right: '-3%',
-      //     textStyle: {
-      //       color: '#9DB9EB',
-      //       fontSize: '10px'
-      //     },
-      //     itemWidth: 10,
-      //     itemHeight: 10
-      //   },
-      //   series: [
-      //     {
-      //       name: '',
-      //       type: 'pie',
-      //       // radius: ['0%', '70%'],
-      //       radius: ['50%', '65%'],
-      //       center: ['50%', '55%'],
-      //       itemStyle: {
-      //         normal: {
-      //           borderColor: 'rgba(1,31,64,0.7)',
-      //           borderWidth: 6,
-      //           label: {
-      //             show: false
-      //           },
-      //         },
-      //       },
-      //       labelLine: {
-      //         show: false,
-      //       },
-      //       data,
-      //     },
-      //   ],
-      // }
-      // myChart.setOption(option)
-      // tools.loopShowTooltip(myChart, option, {
-      //   nterval: 2000,
-      //   loopSeries: true,
-      // })
-      // let that = this
-      // myChart.on('click', function (param) {
-      //   console.log(param)
-      //   that.showTip3 = true
-      //   setTimeout(() => {
-      //     that.initChartT1(data, option)
-      //   })
-      // })
-
-      //   { value: [173.43, 129], name: '煤炭' },
-      //   { value: [23.10, 2], name: '火电' },
-      //   { value: [22.87, 8], name: '冶金' },
-      //   { value: [9.71, 5], name: '焦化' },
-      //   { value: [8.35, 6], name: '其他传统产业' }
-
-      var chartData = [
-        {
-          name: '煤炭',
-          y: 294.61,
-          num: 95,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '火电',
-          y: 39.24,
-          num: 1,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '冶金',
-          y: 38.85,
-          num: 6,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '焦化',
-          y: 16.49,
-          num: 4,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '其他传统产业',
-          y: 14.19,
-          num: 5,
-          sliced: false,
-          selected: false,
-        }
-      ]
-      var timer = null;
-      var i = 0;
-
-      let that = this
-
-      var option = {
-        colors: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-        chart: {
-          type: 'pie',
-          backgroundColor: 'rgba(0,0,0,0)',
-          options3d: {
-            enabled: true,
-            alpha: 45,
-            //beta: 0
-          },
-          events: {
-            // load,图表加载完成时触发
-            load: function () {
-              var chart = this;
-
-              var points = chart.series[0].points;
-              var len = points.length;
-
-              timer && clearInterval(timer);
-              timer = setInterval(function () {
-                autoTooltip(points[i]);
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                  if (index == i) {
-                    item.sliced = true
-                    item.selected = true
-                  }
-                })
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '传统产业分析'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                i++;
-                if (i === len) {
-                  i = 0;
-                }
-              }, 2000);
-            },
-            legendItemClick: function (event) {
-              console.log(event);
-              return true;
-            }
-          }
-        },
-        credits: {
-          enabled: false  //去掉hightchats水印
-        },
-        title: {
-          text: '传统产业分析',
-          style: {
-            color: 'rgba(255,255,255,0.6)',
-            fontSize: 16,
-          },
-          y: 90
-        },
-        tooltip: {
-          crosshairs: true,
-          backgroundColor: 'rgba(0,0,0,0.5)',
-          // positioner: function(e){
-          //   console.log(e, this)
-          // },
-          useHTML: true, //开启html模式
-          style: {
-            color: '#fff',
-          },
-          formatter: function (e) {
-            //console.log(this)
-            let num = chartData[this.colorIndex].num
-            this.percentage = this.percentage.toFixed(2) //Math.round(this.percentage)
-            return `${this.key}:<b>${this.percentage}%</b><br/><b>${this.y}</b>亿,<b>${num}个</b>`
-          },
-          //pointFormat: 
-        },
-        plotOptions: {
-          pie: {
-            allowPointSelect: true,
-            showInLegend: false, // 图例
-            cursor: 'pointer',
-            size: 220,
-            innerSize: 150, //环形图中间空白,0为饼图
-            depth: 25, //立体高度
-            slicedOffset: 21, //动画距离
-            dataLabels: {
-              enabled: false,  // 是否展示指示线
-              format: '{point.name}: {point.percentage}'
-            }
-          },
-        },
-        series: [{
-          type: 'pie',
-          name: '占比',
-          //center: ['35%','50%'],
-          point: {
-            events: {
-              click: function (e) { //点击事件
-                that.showTip3 = true
-                that.echartTitle = '传统产业分析'
-                setTimeout(() => {
-                  that.initChartT1(chartData)
-                })
-              },
-              mouseOver: function (e) { //鼠标移入停止轮播并且找到移入的当前数据设为选中
-                //console.log(e) 
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                })
-                chartData[e.target.index].sliced = true
-                chartData[e.target.index].selected = true
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '传统产业分析'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                timer && clearInterval(timer);
-              },
-              mouseOut: function () { // 鼠标移出后需要继续执行轮播
-                var points = chart.series[0].points;
-                var len = points.length;
-
-                timer && clearInterval(timer);
-                timer = setInterval(function () {
-                  autoTooltip(points[i]);
-                  chartData.forEach((item, index) => {
-                    item.sliced = false
-                    item.selected = false
-                    if (index == i) {
-                      item.sliced = true
-                      item.selected = true
-                    }
-                  })
-                  chart.update({
-                    series: [{
-                      type: 'pie',
-                      name: '占比',
-                      point: {
-                        events: {
-                          click: function (e) {
-                            that.showTip3 = true
-                            that.echartTitle = '传统产业分析'
-                            setTimeout(() => {
-                              that.initChartT1(chartData)
-                            })
-                          }
-                        }
-                      },
-                      data: chartData
-                    }]
-                  })
-                  i++;
-                  if (i === len) {
-                    i = 0;
-                  }
-                }, 2000);
-              }
-            }
-          },
-          data: chartData
-        }]
-      }
-
-      var chart = Highcharts.chart('echartL4', option);
-
-      function autoTooltip (point) {
-        chart.tooltip.refresh(point);
-      }
-
-    },
-    initChartL5 () {
-      // let data = [
-      //   { value: [29.26, 102], name: '新一代信息技术' },
-      //   { value: [59.11, 38], name: '高端装备制造' },
-      //   { value: [3.96, 5], name: '新材料' },
-      //   { value: [2.12, 7], name: '生物' },
-      //   { value: [100.09, 79], name: '新能源' },
-      //   { value: [15.48, 32], name: '节能环保' },
-      //   { value: [3.00, 3], name: '相关服务业' },
-      // ]
-      // let count = 0
-      // data.forEach(item => {
-      //   count += item.value[0]
-      // })
-      // let myChart = echarts.init(this.$refs['echartL5'])
-      // let option = {
-      //   title: {
-      //     text: '战略性新兴产业',
-      //     x: 'center',
-      //     y: '0%',
-      //     textStyle: {
-      //       color: 'rgba(255,255,255,0.6)',
-      //       fontSize: 12,
-      //     },
-      //   },
-      //   tooltip: {
-      //     trigger: 'item',
-      //     formatter: function (params) {
-      //       return params.name + ',' + (params.value[0] / count * 100).toFixed(2) + '%' + '</br >' + params.value[1] + '个' + ',' + params.value[0] + '亿'
-      //     }
-      //   },
-      //   color: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-      //   legend: {
-      //     show: false,
-      //     icon: 'circle',
-      //     top: 'bottom',
-      //     orient: 'vertical',
-      //     right: '-3%',
-      //     textStyle: {
-      //       color: '#9DB9EB',
-      //       fontSize: '10px'
-      //     },
-      //     itemWidth: 10,
-      //     itemHeight: 10
-      //   },
-      //   series: [
-      //     {
-      //       name: '',
-      //       type: 'pie',
-      //       // radius: ['0%', '70%'],
-      //       radius: ['50%', '65%'],
-      //       center: ['50%', '55%'],
-      //       itemStyle: {
-      //         normal: {
-      //           borderColor: 'rgba(1,31,64,0.7)',
-      //           borderWidth: 6,
-      //           label: {
-      //             show: false,
-      //           },
-      //         },
-      //       },
-      //       labelLine: {
-      //         show: false,
-      //       },
-      //       data
-      //     },
-      //   ],
-      // }
-      // myChart.setOption(option)
-      // tools.loopShowTooltip(myChart, option, {
-      //   nterval: 2000,
-      //   loopSeries: true,
-      // })
-      // let that = this
-      // myChart.on('click', function (param) {
-      //   console.log(param)
-      //   that.showTip3 = true
-      //   setTimeout(() => {
-      //     that.initChartT1(data, option)
-      //   })
-      // })
-
-      //   { value: [29.26, 102], name: '新一代信息技术' },
-      //   { value: [59.11, 38], name: '高端装备制造' },
-      //   { value: [3.96, 5], name: '新材料' },
-      //   { value: [2.12, 7], name: '生物' },
-      //   { value: [100.09, 79], name: '新能源' },
-      //   { value: [15.48, 32], name: '节能环保' },
-      //   { value: [3.00, 3], name: '相关服务业' },
-      //   var chartData = [
-      //     {
-      //         name: '新一代信息技术',
-      //         y: 29.26,
-      //         x: 75,
-      //         sliced: false,
-      //         selected: false,
-      //     },
-      //     {
-      //       name: '高端装备制造',
-      //       y: 100.41,
-      //       x: 28,
-      //       sliced: false,
-      //       selected: false,
-      //     },
-      //     {
-      //         name: '新材料',
-      //         y: 6.72,
-      //         x: 4,
-      //         sliced: false,
-      //         selected: false,
-      //     },
-      //     {
-      //         name: '生物',
-      //         y: 3.60,
-      //         x: 58,
-      //         sliced: false,
-      //         selected: false,
-      //     },
-      //     {
-      //         name: '新能源',
-      //         y: 170.03,
-      //         x: 58,
-      //         sliced: false,
-      //         selected: false,
-      //     }
-      // ]
-
-      var chartData = [
-        {
-          name: '新一代信息技术',
-          y: 29.26,
-          num: 75,
-          //x: 75,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '高端装备制造',
-          y: 100.41,
-          num: 28,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '新材料',
-          y: 6.72,
-          num: 4,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '生物',
-          y: 3.60,
-          num: 58,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '新能源',
-          y: 170.03,
-          num: 58,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '节能环保',
-          y: 26.30,
-          num: 24,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '相关服务业',
-          y: 5.10,
-          num: 2,
-          sliced: false,
-          selected: false,
-        }
-      ]
-      var timer = null;
-      var i = 0;
-
-      let that = this
-
-      var option = {
-        colors: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39', '#5783ab'],
-        chart: {
-          type: 'pie',
-          backgroundColor: 'rgba(0,0,0,0)',
-          options3d: {
-            enabled: true,
-            alpha: 45,
-            //beta: 0
-          },
-          events: {
-            // load,图表加载完成时触发
-            load: function () {
-              var chart = this;
-
-              var points = chart.series[0].points;
-              var len = points.length;
-
-              timer && clearInterval(timer);
-              timer = setInterval(function () {
-                autoTooltip(points[i]);
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                  if (index == i) {
-                    item.sliced = true
-                    item.selected = true
-                  }
-                })
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '战略性新兴产业'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                i++;
-                if (i === len) {
-                  i = 0;
-                }
-              }, 2000);
-            },
-            legendItemClick: function (event) {
-              console.log(event);
-              return true;
-            }
-          }
-        },
-        credits: {
-          enabled: false  //去掉hightchats水印
-        },
-        title: {
-          text: '战略性新兴产业',
-          style: {
-            color: 'rgba(255,255,255,0.6)',
-            fontSize: 16,
-          },
-          y: 90
-        },
-        tooltip: {
-          crosshairs: true,
-          backgroundColor: 'rgba(0,0,0,0.5)',
-          // positioner: function(e){
-          //   console.log(e, this)
-          // },
-          useHTML: true, //开启html模式
-          style: {
-            color: '#fff',
-          },
-          formatter: function (e) {
-            //console.log(this)
-            let num = chartData[this.colorIndex].num
-            this.percentage = this.percentage.toFixed(2) //Math.round(this.percentage)
-            return `${this.key}:<b>${this.percentage}%</b><br/><b>${this.y}</b>亿,<b>${num}个</b>`
-          },
-          //pointFormat: 
-        },
-        plotOptions: {
-          pie: {
-            allowPointSelect: true,
-            showInLegend: false, // 图例
-            cursor: 'pointer',
-            size: 220,
-            innerSize: 150, //环形图中间空白,0为饼图
-            depth: 25, //立体高度
-            slicedOffset: 21, //动画距离
-            dataLabels: {
-              enabled: false,  // 是否展示指示线
-              format: '{point.name}: {point.percentage}'
-            }
-          },
-        },
-        series: [{
-          type: 'pie',
-          name: '占比',
-          //center: ['35%','50%'],
-          point: {
-            events: {
-              click: function (e) { //点击事件
-                that.showTip3 = true
-                that.echartTitle = '战略性新兴产业'
-                setTimeout(() => {
-                  that.initChartT1(chartData)
-                })
-              },
-              mouseOver: function (e) { //鼠标移入停止轮播并且找到移入的当前数据设为选中
-                //console.log(e) 
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                })
-                chartData[e.target.index].sliced = true
-                chartData[e.target.index].selected = true
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '战略性新兴产业'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                timer && clearInterval(timer);
-              },
-              mouseOut: function () { // 鼠标移出后需要继续执行轮播
-                var points = chart.series[0].points;
-                var len = points.length;
-
-                timer && clearInterval(timer);
-                timer = setInterval(function () {
-                  autoTooltip(points[i]);
-                  chartData.forEach((item, index) => {
-                    item.sliced = false
-                    item.selected = false
-                    if (index == i) {
-                      item.sliced = true
-                      item.selected = true
-                    }
-                  })
-                  chart.update({
-                    series: [{
-                      type: 'pie',
-                      name: '占比',
-                      point: {
-                        events: {
-                          click: function (e) {
-                            that.showTip3 = true
-                            that.echartTitle = '战略性新兴产业'
-                            setTimeout(() => {
-                              that.initChartT1(chartData)
-                            })
-                          }
-                        }
-                      },
-                      data: chartData
-                    }]
-                  })
-                  i++;
-                  if (i === len) {
-                    i = 0;
-                  }
-                }, 2000);
-              }
-            }
-          },
-          data: chartData
-        }]
-      }
-
-      var chart = Highcharts.chart('echartL5', option);
-
-      function autoTooltip (point) {
-        chart.tooltip.refresh(point);
-      }
-    },
-    initChartL6 () {
-      // let data = [
-      //   { value: [25.82, 43], name: '化工' },
-      //   { value: [17.36, 21], name: '煤层气' },
-      //   { value: [0.04, 1], name: '文旅康养' },
-      //   { value: [1.51, 7], name: '体育' },
-      //   { value: [9.32, 5], name: '酿造' },
-      //   { value: [71.12, 129], name: '建筑房地产' },
-      //   { value: [9.11, 14], name: '农业' },
-      // ]
-      // let count = 0
-      // data.forEach(item => {
-      //   count += item.value[0]
-      // })
-
-      // let myChart = echarts.init(this.$refs['echartL6'])
-      // let option = {
-      //   title: {
-      //     text: '特色优势产业',
-      //     x: 'center',
-      //     y: '0%',
-      //     textStyle: {
-      //       color: 'rgba(255,255,255,0.6)',
-      //       fontSize: 12,
-      //     },
-      //   },
-      //   tooltip: {
-      //     trigger: 'item',
-      //     formatter: function (params) {
-      //       return params.name + ',' + (params.value[0] / count * 100).toFixed(2) + '%' + '</br >' + params.value[1] + '个' + ',' + params.value[0] + '亿'
-      //     }
-      //     // position: ['30%', '87%'],
-      //   },
-      //   color: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-      //   legend: {
-      //     show: false,
-      //     icon: 'circle',
-      //     top: 'bottom',
-      //     orient: 'vertical',
-      //     right: '-3%',
-      //     textStyle: {
-      //       color: '#9DB9EB',
-      //       fontSize: '10px'
-      //     },
-      //     itemWidth: 10,
-      //     itemHeight: 10
-      //   },
-      //   series: [
-      //     {
-      //       name: '',
-      //       type: 'pie',
-      //       // radius: ['0%', '70%'],
-      //       radius: ['50%', '65%'],
-      //       center: ['50%', '55%'],
-      //       itemStyle: {
-      //         normal: {
-      //           borderColor: 'rgba(1,31,64,0.7)',
-      //           borderWidth: 6,
-      //           label: {
-      //             show: false,
-      //           },
-      //         },
-      //       },
-      //       labelLine: {
-      //         show: false,
-      //       },
-      //       data,
-      //     },
-      //   ],
-      // }
-      // myChart.setOption(option)
-      // tools.loopShowTooltip(myChart, option, {
-      //   nterval: 2000,
-      //   loopSeries: true,
-      // })
-      // let that = this
-      // myChart.on('click', function (param) {
-      //   console.log(param)
-      //   that.showTip3 = true
-      //   setTimeout(() => {
-      //     that.initChartT1(data, option)
-      //   })
-      // })
-
-      //   { value: [25.82, 43], name: '化工' },
-      //   { value: [17.36, 21], name: '煤层气' },
-      //   { value: [0.04, 1], name: '文旅康养' },
-      //   { value: [1.51, 7], name: '体育' },
-      //   { value: [9.32, 5], name: '酿造' },
-      //   { value: [71.12, 129], name: '建筑房地产' },
-      //   { value: [9.11, 14], name: '农业' },
-
-      var chartData = [
-        {
-          name: '化工',
-          y: 43.86,
-          num: 32,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '煤层气',
-          y: 29.49,
-          num: 16,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '文旅康养',
-          y: 0.07,
-          num: 1,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '体育',
-          y: 2.57,
-          num: 5,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '酿造',
-          y: 15.83,
-          num: 4,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '建筑房地产',
-          y: 120.81,
-          num: 96,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '农业',
-          y: 15.47,
-          num: 10,
-          sliced: false,
-          selected: false,
-        }
-      ]
-      var timer = null;
-      var i = 0;
-
-      let that = this
-
-      var option = {
-        colors: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-        chart: {
-          type: 'pie',
-          backgroundColor: 'rgba(0,0,0,0)',
-          options3d: {
-            enabled: true,
-            alpha: 45,
-            //beta: 0
-          },
-          events: {
-            // load,图表加载完成时触发
-            load: function () {
-              var chart = this;
-
-              var points = chart.series[0].points;
-              var len = points.length;
-
-              timer && clearInterval(timer);
-              timer = setInterval(function () {
-                autoTooltip(points[i]);
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                  if (index == i) {
-                    item.sliced = true
-                    item.selected = true
-                  }
-                })
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '特色优势产业'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                i++;
-                if (i === len) {
-                  i = 0;
-                }
-              }, 2000);
-            },
-            legendItemClick: function (event) {
-              console.log(event);
-              return true;
-            }
-          }
-        },
-        credits: {
-          enabled: false  //去掉hightchats水印
-        },
-        title: {
-          text: '特色优势产业',
-          style: {
-            color: 'rgba(255,255,255,0.6)',
-            fontSize: 16,
-          },
-          y: 90
-        },
-        tooltip: {
-          crosshairs: true,
-          backgroundColor: 'rgba(0,0,0,0.5)',
-          // positioner: function(e){
-          //   console.log(e, this)
-          // },
-          useHTML: true, //开启html模式
-          style: {
-            color: '#fff',
-          },
-          formatter: function (e) {
-            //console.log(this)
-            let num = chartData[this.colorIndex].num
-            this.percentage = this.percentage.toFixed(2) //Math.round(this.percentage)
-            return `${this.key}:<b>${this.percentage}%</b><br/><b>${this.y}</b>亿,<b>${num}个</b>`
-          },
-          //pointFormat: 
-        },
-        plotOptions: {
-          pie: {
-            allowPointSelect: true,
-            showInLegend: false, // 图例
-            cursor: 'pointer',
-            size: 220,
-            innerSize: 150, //环形图中间空白,0为饼图
-            depth: 25, //立体高度
-            slicedOffset: 21, //动画距离
-            dataLabels: {
-              enabled: false,  // 是否展示指示线
-              format: '{point.name}: {point.percentage}'
-            }
-          },
-        },
-        series: [{
-          type: 'pie',
-          name: '占比',
-          //center: ['35%','50%'],
-          point: {
-            events: {
-              click: function (e) { //点击事件
-                that.showTip3 = true
-                that.echartTitle = '特色优势产业'
-                setTimeout(() => {
-                  that.initChartT1(chartData)
-                })
-              },
-              mouseOver: function (e) { //鼠标移入停止轮播并且找到移入的当前数据设为选中
-                //console.log(e) 
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                })
-                chartData[e.target.index].sliced = true
-                chartData[e.target.index].selected = true
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '特色优势产业'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                timer && clearInterval(timer);
-              },
-              mouseOut: function () { // 鼠标移出后需要继续执行轮播
-                var points = chart.series[0].points;
-                var len = points.length;
-
-                timer && clearInterval(timer);
-                timer = setInterval(function () {
-                  autoTooltip(points[i]);
-                  chartData.forEach((item, index) => {
-                    item.sliced = false
-                    item.selected = false
-                    if (index == i) {
-                      item.sliced = true
-                      item.selected = true
-                    }
-                  })
-                  chart.update({
-                    series: [{
-                      type: 'pie',
-                      name: '占比',
-                      point: {
-                        events: {
-                          click: function (e) {
-                            that.showTip3 = true
-                            that.echartTitle = '特色优势产业'
-                            setTimeout(() => {
-                              that.initChartT1(chartData)
-                            })
-                          }
-                        }
-                      },
-                      data: chartData
-                    }]
-                  })
-                  i++;
-                  if (i === len) {
-                    i = 0;
-                  }
-                }, 2000);
-              }
-            }
-          },
-          data: chartData
-        }]
-      }
-
-      var chart = Highcharts.chart('echartL6', option);
-
-      function autoTooltip (point) {
-        chart.tooltip.refresh(point);
-      }
-
-    },
-    initChartL7 () {
-      // let data = [
-      //   { value: [155.82, 51], name: '交通运输业' },
-      //   { value: [8.47, 19], name: '煤气层管网' },
-      //   { value: [10.64, 24], name: '物流贸易' },
-      //   { value: [41.05, 46], name: '水务' },
-      //   { value: [2.14, 7], name: '其他' },
-      // ]
-      // let count = 0
-      // data.forEach(item => {
-      //   count += item.value[0]
-      // })
-      // let myChart = echarts.init(this.$refs['echartL7'])
-      // let option = {
-      //   title: {
-      //     text: '公共基础等产业',
-      //     x: 'center',
-      //     y: '0%',
-      //     textStyle: {
-      //       color: 'rgba(255,255,255,0.6)',
-      //       fontSize: 12,
-      //     },
-      //   },
-      //   tooltip: {
-      //     trigger: 'item',
-      //     formatter: function (params) {
-      //       return params.name + ',' + (params.value[0] / count * 100).toFixed(2) + '%' + '</br >' + params.value[1] + '个' + ',' + params.value[0] + '亿'
-      //     }
-      //   },
-      //   color: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-      //   legend: {
-      //     show: false,
-      //     icon: 'circle',
-      //     top: 'bottom',
-      //     orient: 'vertical',
-      //     right: '-3%',
-      //     textStyle: {
-      //       color: '#9DB9EB',
-      //       fontSize: '10px'
-      //     },
-      //     itemWidth: 10,
-      //     itemHeight: 10
-      //   },
-      //   series: [
-      //     {
-      //       name: '',
-      //       type: 'pie',
-      //       // radius: ['0%', '70%'],
-      //       radius: ['50%', '65%'],
-      //       center: ['50%', '55%'],
-      //       itemStyle: {
-      //         normal: {
-      //           borderColor: 'rgba(1,31,64,0.7)',
-      //           borderWidth: 6,
-      //           label: {
-      //             show: false,
-      //           },
-      //         },
-      //       },
-      //       labelLine: {
-      //         show: false,
-      //       },
-      //       data
-      //     },
-      //   ],
-      // }
-      // myChart.setOption(option)
-      // tools.loopShowTooltip(myChart, option, {
-      //   nterval: 2000,
-      //   loopSeries: true,
-      // })
-      // let that = this
-      // myChart.on('click', function (param) {
-      //   console.log(param)
-      //   that.showTip3 = true
-      //   setTimeout(() => {
-      //     that.initChartT1(data, option)
-      //   })
-      // })
-
-      //   { value: [155.82, 51], name: '交通运输业' },
-      //   { value: [8.47, 19], name: '煤气层管网' },
-      //   { value: [10.64, 24], name: '物流贸易' },
-      //   { value: [41.05, 46], name: '水务' },
-      //   { value: [2.14, 7], name: '其他' },
-      var chartData = [
-        {
-          name: '交通运输业',
-          y: 264.70,
-          num: 38,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '煤气层管网',
-          y: 14.39,
-          num: 14,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '物流贸易',
-          y: 18.07,
-          num: 18,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '水务',
-          y: 69.73,
-          num: 34,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '其他',
-          y: 3.64,
-          num: 5,
-          sliced: false,
-          selected: false,
-        }
-      ]
-      var timer = null;
-      var i = 0;
-
-      let that = this
-
-      var option = {
-        colors: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-        chart: {
-          type: 'pie',
-          backgroundColor: 'rgba(0,0,0,0)',
-          options3d: {
-            enabled: true,
-            alpha: 45,
-            //beta: 0
-          },
-          events: {
-            // load,图表加载完成时触发
-            load: function () {
-              var chart = this;
-
-              var points = chart.series[0].points;
-              var len = points.length;
-
-              timer && clearInterval(timer);
-              timer = setInterval(function () {
-                autoTooltip(points[i]);
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                  if (index == i) {
-                    item.sliced = true
-                    item.selected = true
-                  }
-                })
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '公共基础等产业'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                i++;
-                if (i === len) {
-                  i = 0;
-                }
-              }, 2000);
-            },
-            legendItemClick: function (event) {
-              console.log(event);
-              return true;
-            }
-          }
-        },
-        credits: {
-          enabled: false  //去掉hightchats水印
-        },
-        title: {
-          text: '公共基础等产业',
-          style: {
-            color: 'rgba(255,255,255,0.6)',
-            fontSize: 16,
-          },
-          y: 90
-        },
-        tooltip: {
-          crosshairs: true,
-          backgroundColor: 'rgba(0,0,0,0.5)',
-          // positioner: function(e){
-          //   console.log(e, this)
-          // },
-          useHTML: true, //开启html模式
-          style: {
-            color: '#fff',
-          },
-          formatter: function (e) {
-            //console.log(this)
-            let num = chartData[this.colorIndex].num
-            this.percentage = this.percentage.toFixed(2) //Math.round(this.percentage)
-            return `${this.key}:<b>${this.percentage}%</b><br/><b>${this.y}</b>亿,<b>${num}个</b>`
-          },
-          //pointFormat: 
-        },
-        plotOptions: {
-          pie: {
-            allowPointSelect: true,
-            showInLegend: false, // 图例
-            cursor: 'pointer',
-            size: 220,
-            innerSize: 150, //环形图中间空白,0为饼图
-            depth: 25, //立体高度
-            slicedOffset: 21, //动画距离
-            dataLabels: {
-              enabled: false,  // 是否展示指示线
-              format: '{point.name}: {point.percentage}'
-            }
-          },
-        },
-        series: [{
-          type: 'pie',
-          name: '占比',
-          //center: ['35%','50%'],
-          point: {
-            events: {
-              click: function (e) { //点击事件
-                that.showTip3 = true
-                that.echartTitle = '公共基础等产业'
-                setTimeout(() => {
-                  that.initChartT1(chartData)
-                })
-              },
-              mouseOver: function (e) { //鼠标移入停止轮播并且找到移入的当前数据设为选中
-                //console.log(e) 
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                })
-                chartData[e.target.index].sliced = true
-                chartData[e.target.index].selected = true
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '公共基础等产业'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                timer && clearInterval(timer);
-              },
-              mouseOut: function () { // 鼠标移出后需要继续执行轮播
-                var points = chart.series[0].points;
-                var len = points.length;
-
-                timer && clearInterval(timer);
-                timer = setInterval(function () {
-                  autoTooltip(points[i]);
-                  chartData.forEach((item, index) => {
-                    item.sliced = false
-                    item.selected = false
-                    if (index == i) {
-                      item.sliced = true
-                      item.selected = true
-                    }
-                  })
-                  chart.update({
-                    series: [{
-                      type: 'pie',
-                      name: '占比',
-                      point: {
-                        events: {
-                          click: function (e) {
-                            that.showTip3 = true
-                            that.echartTitle = '公共基础等产业'
-                            setTimeout(() => {
-                              that.initChartT1(chartData)
-                            })
-                          }
-                        }
-                      },
-                      data: chartData
-                    }]
-                  })
-                  i++;
-                  if (i === len) {
-                    i = 0;
-                  }
-                }, 2000);
-              }
-            }
-          },
-          data: chartData
-        }]
-      }
-
-      var chart = Highcharts.chart('echartL7', option);
-
-      function autoTooltip (point) {
-        chart.tooltip.refresh(point);
-      }
-    },
-    initChartR4 () {
-      let myChart = echarts.init(this.$refs['echartR4'])
-      let option = {
-        title: {
-          text: '2022年的可投资总额',
-          x: 'center',
-          y: '87%',
-          textStyle: {
-            color: 'rgba(255,255,255,0.6)',
-            fontSize: 12,
-          },
-        },
-        tooltip: {
-          trigger: 'item',
-        },
-        color: ['#69C1FF', '#4B97CC',],
-        legend: {
-          icon: 'circle',
-          top: 'bottom',
-          orient: 'vertical',
-          right: '1%',
-          textStyle: {
-            color: '#9DB9EB',
-          },
-        },
-        series: [
-          {
-            name: '',
-            type: 'pie',
-            label: {
-              normal: {
-                show: true,
-                position: 'center',
-                color: '#4c4a4a',
-                formatter: '{total|' + '462.83' + '}' + '\n\r' + '{active|亿元}',
-                rich: {
-                  total: {
-                    fontSize: 20,
-                    fontFamily: "微软雅黑",
-                    color: '#fff'
-                  },
-                  active: {
-                    fontFamily: "微软雅黑",
-                    fontSize: 15,
-                    color: '#fff'
-                  },
-                }
-              },
-              emphasis: {//中间文字显示
-                show: true,
-              }
-            },
-            radius: ['40%', '60%'],
-            center: ['50%', '45%'],
-            itemStyle: {
-              normal: {
-                label: {
-                  show: false,
-                },
-              },
-            },
-            labelLine: {
-              show: false,
-            },
-            data: [
-              { value: 1048, name: '已使用额度' },
-              { value: 735, name: '可使用额度' }
-            ],
-
-          },
-        ],
-      }
-      myChart.setOption(option)
-      tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
-        loopSeries: true,
-      })
-    },
-    initChartR5 () {
-      let myChart = echarts.init(this.$refs['echartR5'])
-      let option = {
-        title: {
-          text: '2023年的可投资总额',
-          x: 'center',
-          y: '87%',
-          textStyle: {
-            color: 'rgba(255,255,255,0.6)',
-            fontSize: 12,
-          },
-        },
-        tooltip: {
-          trigger: 'item',
-        },
-        color: ['#69C1FF', '#4B97CC',],
-        legend: {
-          icon: 'circle',
-          top: 'bottom',
-          orient: 'vertical',
-          right: '1%',
-          textStyle: {
-            color: '#9DB9EB',
-          },
-        },
-        series: [
-          {
-            name: '',
-            type: 'pie',
-            label: {
-              normal: {
-                show: true,
-                position: 'center',
-                top: '50',
-                color: '#4c4a4a',
-                formatter: '{total|' + '462.83' + '}' + '\n\r' + '{active|亿元}',
-                rich: {
-                  total: {
-                    fontSize: 20,
-                    fontFamily: "微软雅黑",
-                    color: '#fff'
-                  },
-                  active: {
-                    fontFamily: "微软雅黑",
-                    fontSize: 15,
-                    color: '#fff'
-                  },
-                }
-              },
-              emphasis: {//中间文字显示
-                show: true,
-              }
-            },
-            radius: ['40%', '60%'],
-            center: ['50%', '45%'],
-            itemStyle: {
-              normal: {
-                label: {
-                  show: false,
-                },
-              },
-            },
-            labelLine: {
-              show: false,
-            },
-            data: [
-              { value: 1048, name: '已使用额度' },
-              { value: 735, name: '可使用额度' }
-            ],
-
-          },
-        ],
-      }
-      myChart.setOption(option)
-      tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
-        loopSeries: true,
-      })
-    },
-    initChartR1 () {
-      // let data = [
-      //   { value: [1098.71, 713], name: '主业' },
-      //   { value: [65.17, 84], name: '辅业' }
-      // ]
-      // let count = 0
-      // data.forEach(item => {
-      //   count += item.value[0]
-      // })
-      // let myChart = echarts.init(this.$refs['echartR1'])
-      // let option = {
-      //   title: {
-      //     text: '主辅业计划占比',
-      //     x: 'center',
-      //     y: '87%',
-      //     textStyle: {
-      //       color: 'rgba(255,255,255,0.6)',
-      //       fontSize: 12,
-      //     },
-      //   },
-      //   tooltip: {
-      //     trigger: 'item',
-      //     // formatter: '{b}' + ':' + '{c}' + '<br/>' + '占比:' + '{d}%',
-      //     // position: ['-5%', '95%'],
-      //     formatter: function (params) {
-      //       return params.name + ',' + (params.value[0] / count * 100).toFixed(2) + '%' + '</br >' + params.value[1] + '个' + ',' + params.value[0] + '亿'
-      //     }
-      //   },
-      //   color: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-      //   legend: {
-      //     show: false,
-      //     icon: 'circle',
-      //     top: 'bottom',
-      //     orient: 'vertical',
-      //     right: '-3%',
-      //     textStyle: {
-      //       color: '#9DB9EB',
-      //       fontSize: '10px'
-      //     },
-      //     itemWidth: 10,
-      //     itemHeight: 10
-      //   },
-      //   series: [
-      //     {
-      //       name: '',
-      //       type: 'pie',
-      //       radius: ['40%', '60%'],
-      //       center: ['50%', '45%'],
-      //       itemStyle: {
-      //         normal: {
-      //           borderColor: 'rgba(1,31,64,0.7)',
-      //           borderWidth: 6,
-      //           label: {
-      //             show: false,
-      //           },
-      //         },
-      //       },
-      //       labelLine: {
-      //         show: false,
-      //       },
-      //       data,
-      //     },
-      //   ],
-      // }
-      // myChart.setOption(option)
-      // tools.loopShowTooltip(myChart, option, {
-      //   nterval: 2000,
-      //   loopSeries: true,
-      // })
-      // let that = this
-      // myChart.on('click', function (param) {
-      //   console.log(param)
-      //   that.showTip3 = true
-      //   setTimeout(() => {
-      //     that.initChartT1(data, option)
-      //   })
-      // })
-
-      // let data = [
-      //     { value: [1098.71, 713], name: '主业' },
-      //     { value: [65.17, 84], name: '辅业' }
-      // ]
-
-      var chartData = [
-        {
-          name: '辅业',
-          y: 76.38,
-          num: 84,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '主业',
-          y: 1287.50,
-          num: 713,
-          sliced: false,
-          selected: false,
-        }
-      ]
-      var timer = null;
-      var i = 0;
-
-      let that = this
-
-      var option = {
-        colors: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-        chart: {
-          type: 'pie',
-          backgroundColor: 'rgba(0,0,0,0)',
-          options3d: {
-            enabled: true,
-            alpha: 45,
-            //beta: 0
-          },
-          events: {
-            // load,图表加载完成时触发
-            load: function () {
-              var chart = this;
-
-              var points = chart.series[0].points;
-              var len = points.length;
-
-              timer && clearInterval(timer);
-              timer = setInterval(function () {
-                autoTooltip(points[i]);
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                  if (index == i) {
-                    item.sliced = true
-                    item.selected = true
-                  }
-                })
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '主辅业计划占比'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                i++;
-                if (i === len) {
-                  i = 0;
-                  chartData.forEach((item, index) => {
-                    item.sliced = false
-                    item.selected = false
-                  })
-                  chart.update({
-                    series: [{
-                      type: 'pie',
-                      name: '占比',
-                      point: {
-                        events: {
-                          click: function (e) {
-                            console.log(e)
-                          }
-                        }
-                      },
-                      data: chartData
-                    }]
-                  })
-                }
-              }, 2000);
-            },
-            legendItemClick: function (event) {
-              console.log(event);
-              return true;
-            }
-          }
-        },
-        credits: {
-          enabled: false  //去掉hightchats水印
-        },
-        title: {
-          text: '主辅业计划占比',
-          style: {
-            color: 'rgba(255,255,255,0.6)',
-            fontSize: 16,
-          },
-          y: 40
-        },
-        tooltip: {
-          crosshairs: true,
-          backgroundColor: 'rgba(0,0,0,0.5)',
-          // positioner: function(e){
-          //   console.log(e, this)
-          // },
-          useHTML: true, //开启html模式
-          style: {
-            color: '#fff',
-          },
-          formatter: function (e) {
-            //console.log(this)
-            let num = chartData[this.colorIndex].num
-            this.percentage = this.percentage.toFixed(2) //Math.round(this.percentage)
-            return `${this.key}:<b>${this.percentage}%</b><br/><b>${this.y}</b>亿,<b>${num}个</b>`
-          },
-          //pointFormat: 
-        },
-        plotOptions: {
-          pie: {
-            allowPointSelect: true,
-            showInLegend: false, // 图例
-            cursor: 'pointer',
-            size: 220,
-            innerSize: 150, //环形图中间空白,0为饼图
-            depth: 25, //立体高度
-            slicedOffset: 21, //动画距离
-            dataLabels: {
-              enabled: false,  // 是否展示指示线
-              format: '{point.name}: {point.percentage}'
-            }
-          },
-        },
-        series: [{
-          type: 'pie',
-          name: '占比',
-          center: ['50%', '50%'],
-          point: {
-            events: {
-              click: function (e) { //点击事件
-                that.showTip3 = true
-                that.echartTitle = '主辅业计划占比'
-                setTimeout(() => {
-                  that.initChartT1(chartData)
-                })
-              },
-              mouseOver: function (e) { //鼠标移入停止轮播并且找到移入的当前数据设为选中
-                //console.log(e) 
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                })
-                chartData[e.target.index].sliced = true
-                chartData[e.target.index].selected = true
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '主辅业计划占比'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                timer && clearInterval(timer);
-              },
-              mouseOut: function () { // 鼠标移出后需要继续执行轮播
-                var points = chart.series[0].points;
-                var len = points.length;
-
-                timer && clearInterval(timer);
-                timer = setInterval(function () {
-                  autoTooltip(points[i]);
-                  chartData.forEach((item, index) => {
-                    item.sliced = false
-                    item.selected = false
-                    if (index == i) {
-                      item.sliced = true
-                      item.selected = true
-                    }
-                  })
-                  chart.update({
-                    series: [{
-                      type: 'pie',
-                      name: '占比',
-                      point: {
-                        events: {
-                          click: function (e) {
-                            that.showTip3 = true
-                            that.echartTitle = '主辅业计划占比'
-                            setTimeout(() => {
-                              that.initChartT1(chartData)
-                            })
-                          }
-                        }
-                      },
-                      data: chartData
-                    }]
-                  })
-                  i++;
-                  if (i === len) {
-                    i = 0;
-                    chartData.forEach((item, index) => {
-                      item.sliced = false
-                      item.selected = false
-                    })
-                    chart.update({
-                      series: [{
-                        type: 'pie',
-                        name: '占比',
-                        point: {
-                          events: {
-                            click: function (e) {
-                              that.showTip3 = true
-                              that.echartTitle = '主辅业计划占比'
-                              setTimeout(() => {
-                                that.initChartT1(chartData)
-                              })
-                            }
-                          }
-                        },
-                        data: chartData
-                      }]
-                    })
-                  }
-                }, 2000);
-              }
-            }
-          },
-          data: chartData
-        }]
-      }
-
-      var chart = Highcharts.chart('echartR1', option);
-
-      function autoTooltip (point) {
-        chart.tooltip.refresh(point);
-      }
-    },
-    initChartR2 () {
-      // let data = [
-      //   { value: [340.77, 168], name: '特别监管类' },
-      //   { value: [390.22, 465], name: '备案类' }
-      // ]
-      // let count = 0
-      // data.forEach(item => {
-      //   count += item.value[0]
-      // })
-      // let myChart = echarts.init(this.$refs['echartR2'])
-      // let option = {
-      //   title: {
-      //     text: '项目管理类型',
-      //     x: 'center',
-      //     y: '87%',
-      //     textStyle: {
-      //       color: 'rgba(255,255,255,0.6)',
-      //       fontSize: 12,
-      //     },
-      //   },
-      //   tooltip: {
-      //     trigger: 'item',
-      //     formatter: function (params) {
-      //       return params.name + ',' + (params.value[0] / count * 100).toFixed(2) + '%' + '</br >' + params.value[1] + '个' + ',' + params.value[0] + '亿'
-      //     }
-      //     // position: ['-5%', '95%'],
-      //   },
-      //   color: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-      //   legend: {
-      //     show: false,
-      //     icon: 'circle',
-      //     top: 'bottom',
-      //     orient: 'vertical',
-      //     right: '-3%',
-      //     textStyle: {
-      //       color: '#9DB9EB',
-      //       fontSize: '10px'
-      //     },
-      //     itemWidth: 10,
-      //     itemHeight: 10
-      //   },
-      //   series: [
-      //     {
-      //       name: '',
-      //       type: 'pie',
-      //       radius: ['40%', '60%'],
-      //       center: ['50%', '45%'],
-      //       itemStyle: {
-      //         normal: {
-      //           borderColor: 'rgba(1,31,64,0.7)',
-      //           borderWidth: 6,
-      //           label: {
-      //             show: false,
-      //           },
-      //         },
-      //       },
-      //       labelLine: {
-      //         show: false,
-      //       },
-      //       data,
-      //     },
-      //   ],
-      // }
-      // myChart.setOption(option)
-      // tools.loopShowTooltip(myChart, option, {
-      //   nterval: 2000,
-      //   loopSeries: true,
-      // })
-      // let that = this
-      // myChart.on('click', function (param) {
-      //   console.log(param)
-      //   that.showTip3 = true
-      //   setTimeout(() => {
-      //     that.initChartT1(data, option)
-      //   })
-      // })
-      //   { value: [340.77, 168], name: '特别监管类' },
-      //   { value: [390.22, 465], name: '备案类' }
-      var chartData = [
-        {
-          name: '特别监管类',
-          y: 635.84,
-          num: 168,
-          sliced: false,
-          selected: false,
-        },
-        {
-          name: '备案类',
-          y: 728.04,
-          num: 465,
-          sliced: false,
-          selected: false,
-        }
-      ]
-      var timer = null;
-      var i = 0;
-
-      let that = this
-      var chart = Highcharts.chart('echartR2', {
-        colors: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-        chart: {
-          type: 'pie',
-          backgroundColor: 'rgba(0,0,0,0)',
-          options3d: {
-            enabled: true,
-            alpha: 45,
-            //beta: 0
-          },
-          events: {
-            // load,图表加载完成时触发
-            load: function () {
-              var chart = this;
-
-              var points = chart.series[0].points;
-              var len = points.length;
-
-              timer && clearInterval(timer);
-              timer = setInterval(function () {
-                autoTooltip(points[i]);
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                  if (index == i) {
-                    item.sliced = true
-                    item.selected = true
-                  }
-                })
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '项目管理类型'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                i++;
-                if (i === len) {
-                  i = 0;
-                  chartData.forEach((item, index) => {
-                    item.sliced = false
-                    item.selected = false
-                  })
-                  chart.update({
-                    series: [{
-                      type: 'pie',
-                      name: '占比',
-                      point: {
-                        events: {
-                          click: function (e) {
-                            console.log(e)
-                          }
-                        }
-                      },
-                      data: chartData
-                    }]
-                  })
-                }
-              }, 2000);
-            },
-            legendItemClick: function (event) {
-              //console.log(event);
-              that.showTip3 = true
-              that.echartTitle = '项目管理类型'
-              setTimeout(() => {
-                that.initChartT1(chartData)
-              })
-              return true;
-            }
-          }
-        },
-        credits: {
-          enabled: false  //去掉hightchats水印
-        },
-        title: {
-          text: '项目管理类型',
-          style: {
-            color: 'rgba(255,255,255,0.6)',
-            fontSize: 16,
-          },
-          y: 40
-        },
-        tooltip: {
-          crosshairs: true,
-          backgroundColor: 'rgba(0,0,0,0.5)',
-          // positioner: function(e){
-          //   console.log(e, this)
-          // },
-          useHTML: true, //开启html模式
-          style: {
-            color: '#fff',
-          },
-          formatter: function (e) {
-            //console.log(this)
-            let num = chartData[this.colorIndex].num
-            this.percentage = this.percentage.toFixed(2) //Math.round(this.percentage)
-            return `${this.key}:<b>${this.percentage}%</b><br/><b>${this.y}</b>亿,<b>${num}个</b>`
-          },
-          //pointFormat: 
-        },
-        plotOptions: {
-          pie: {
-            allowPointSelect: true,
-            showInLegend: false, // 图例
-            cursor: 'pointer',
-            size: 220,
-            innerSize: 150, //环形图中间空白,0为饼图
-            depth: 25, //立体高度
-            slicedOffset: 21, //动画距离
-            dataLabels: {
-              enabled: false,  // 是否展示指示线
-              format: '{point.name}: {point.percentage}'
-            }
-          },
-        },
-        series: [{
-          type: 'pie',
-          name: '占比',
-          //center: ['35%','50%'],
-          point: {
-            events: {
-              click: function (e) { //点击事件
-                that.showTip3 = true
-                that.echartTitle = '项目管理类型'
-                setTimeout(() => {
-                  that.initChartT1(chartData)
-                })
-              },
-              mouseOver: function (e) { //鼠标移入停止轮播并且找到移入的当前数据设为选中
-                //console.log(e) 
-                chartData.forEach((item, index) => {
-                  item.sliced = false
-                  item.selected = false
-                })
-                chartData[e.target.index].sliced = true
-                chartData[e.target.index].selected = true
-                chart.update({
-                  series: [{
-                    type: 'pie',
-                    name: '占比',
-                    point: {
-                      events: {
-                        click: function (e) {
-                          that.showTip3 = true
-                          that.echartTitle = '项目管理类型'
-                          setTimeout(() => {
-                            that.initChartT1(chartData)
-                          })
-                        }
-                      }
-                    },
-                    data: chartData
-                  }]
-                })
-                timer && clearInterval(timer);
-              },
-              mouseOut: function () { // 鼠标移出后需要继续执行轮播
-                var points = chart.series[0].points;
-                var len = points.length;
-
-                timer && clearInterval(timer);
-                timer = setInterval(function () {
-                  autoTooltip(points[i]);
-                  chartData.forEach((item, index) => {
-                    item.sliced = false
-                    item.selected = false
-                    if (index == i) {
-                      item.sliced = true
-                      item.selected = true
-                    }
-                  })
-                  chart.update({
-                    series: [{
-                      type: 'pie',
-                      name: '占比',
-                      point: {
-                        events: {
-                          click: function (e) {
-                            that.showTip3 = true
-                            that.echartTitle = '项目管理类型'
-                            setTimeout(() => {
-                              that.initChartT1(chartData)
-                            })
-                          }
-                        }
-                      },
-                      data: chartData
-                    }]
-                  })
-                  i++;
-                  if (i === len) {
-                    i = 0;
-                    chartData.forEach((item, index) => {
-                      item.sliced = false
-                      item.selected = false
-                    })
-                    chart.update({
-                      series: [{
-                        type: 'pie',
-                        name: '占比',
-                        point: {
-                          events: {
-                            click: function (e) {
-                              console.log(e)
-                            }
-                          }
-                        },
-                        data: chartData
-                      }]
-                    })
-                  }
-                }, 2000);
-              }
-            }
-          },
-          data: chartData
-        }]
-      });
-
-      function autoTooltip (point) {
-        chart.tooltip.refresh(point);
-      }
-    },
-    initChartR3 () {
-      let myChart = echarts.init(this.$refs['echartR3'])
-      let option = {
-        title: {
-          text: '股权类',
-          textStyle: {
-            color: '#69C0FF',
-            fontSize: 20,
-            fontWeight: 500
-          },
-          top: '20',
-          left: '20'
-        },
-        textStyle: {
-          color: '#fff',
-        },
-        tooltip: {
-          trigger: "axis",
-          formatter: function (params) {
-            var tip = params[0].axisValue + '<br/>' + params[0].marker + params[0].data[1] + ':' + params[0].data[2] + '个,' + params[0].data[3] + '亿元' + '<br/>' + params[1].marker + params[1].data[1] + ':' + params[1].data[2] + '个,' + params[1].data[3] + '亿元';
-            return tip
-          },
-          axisPointer: {
-            lineStyle: {
-              type: 'dashed',
-              width: 2,
-              color: 'rgba(255,255,255,0.6)'
-            },
-            animation: true
-          }
-        },
-        grid: {
-          top: '10%',
-          right: '5%',
-          left: '15%',
-          bottom: '6%',
-        },
-        yAxis: {
-          data: ['备案', '特别监管'],
-          splitLine: {
-            show: true,
-            lineStyle: {
-              color: '#68b4dd66',
-              type: 'dashed',
-            },
-          },
-          axisLine: {
-            show: false
-          },
-          axisLabel: {
-            show: true,
-            formatter: '{value}',
-            textStyle: {
-              color: 'rgba(250,250,250,0.6)',
-            },
-          },
-          nameTextStyle: {
-            color: '#ebf8ac',
-            fontSize: 16,
-          },
-        },
-        xAxis: {
-          data: ['项目储备', '项目立项', '可研论证', '投资决策'],
-          axisLine: {
-            show: true, //隐藏X轴轴线
-            lineStyle: {
-              color: '#005094',
-              width: 1,
-            },
-          },
-          axisTick: {
-            show: false, //隐藏X轴刻度
-          },
-          axisLabel: {
-            show: true,
-            textStyle: {
-              color: 'rgba(255,255,255,0.6)', //X轴文字颜色
-              fontSize: 12,
-            },
-          },
-        },
-        series: [
-          {
-            name: '',
-            type: 'scatter',
-            symbol: 'circle',
-            symbolSize: function (data) {
-              return Math.sqrt(data[2]) * 3;
-            },
-            label: {
-              emphasis: {
-                show: true,
-                formatter: function (param) {
-                  return param.data[2];
-                },
-                position: 'top'
-              }
-            },
-            itemStyle: {
-              normal: {
-                color: '#40A9FF'
-              }
-            },
-            data: [
-              ['项目储备', '特别监管', 9, 6.49],
-              ['项目立项', '特别监管', 0, 0.00],
-              ['可研论证', '特别监管', 2, 0.10],
-              ['投资决策', '特别监管', 27, 15.52],
-            ]
-          },
-          {
-            name: '',
-            type: 'scatter',
-            symbol: 'circle',
-            symbolSize: function (data) {
-              return Math.sqrt(data[2]) * 3;
-            },
-            label: {
-              emphasis: {
-                show: true,
-                formatter: function (param) {
-                  return param.data[2];
-                },
-                position: 'top'
-              }
-            },
-            itemStyle: {
-              normal: {
-                color: '#45DAD1'
-              }
-            },
-            data: [
-              ['项目储备', '备案', 39, 8.08],
-              ['项目立项', '备案', 7, 1.83],
-              ['可研论证', '备案', 19, 1.01],
-              ['投资决策', '备案', 73, 17.65],
-            ]
-          },
-        ]
-      }
-      myChart.setOption(option)
-      tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
-        loopSeries: true,
-      })
-    },
-    initChartR6 () {
-      let myChart = echarts.init(this.$refs['echartR6'])
-      let option = {
-        title: {
-          text: '固定资产',
-          textStyle: {
-            color: '#69C0FF',
-            fontSize: 20,
-            fontWeight: 500
-          },
-          top: '20',
-          left: '20'
-        },
-        textStyle: {
-          color: '#fff',
-        },
-        tooltip: {
-          trigger: "axis",
-          formatter: function (params) {
-            var tip = params[0].axisValue + '<br/>' + params[0].marker + params[0].data[1] + ':' + params[0].data[2] + '个,' + params[0].data[3] + '亿元' + '<br/>' + params[1].marker + params[1].data[1] + ':' + params[1].data[2] + '个,' + params[1].data[3] + '亿元';
-            return tip
-          },
-          axisPointer: {
-            lineStyle: {
-              type: 'dashed',
-              width: 2,
-              color: 'rgba(255,255,255,0.6)'
-            },
-            animation: true
-          }
-        },
-        grid: {
-          top: '10%',
-          right: '5%',
-          left: '15%',
-          bottom: '6%',
-        },
-        yAxis: {
-          data: ['备案', '特别监管'],
-          splitLine: {
-            show: true,
-            lineStyle: {
-              color: '#68b4dd66',
-              type: 'dashed',
-            },
-          },
-          axisLine: {
-            show: false
-          },
-          axisLabel: {
-            show: true,
-            formatter: '{value}',
-            textStyle: {
-              color: 'rgba(250,250,250,0.6)',
-            },
-          },
-          nameTextStyle: {
-            color: '#ebf8ac',
-            fontSize: 16,
-          },
-        },
-        xAxis: {
-          data: ['项目储备', '项目立项', '可研论证', '投资决策'],
-          axisLine: {
-            show: true, //隐藏X轴轴线
-            lineStyle: {
-              color: '#005094',
-              width: 1,
-            },
-          },
-          axisTick: {
-            show: false, //隐藏X轴刻度
-          },
-          axisLabel: {
-            show: true,
-            textStyle: {
-              color: 'rgba(255,255,255,0.6)', //X轴文字颜色
-              fontSize: 12,
-            },
-          },
-        },
-        series: [
-          {
-            name: '特别监管',
-            type: 'scatter',
-            symbol: 'circle',//'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'
-            symbolSize: function (data) {
-              return Math.sqrt(data[2]) * 3;
-            },
-            label: {
-              emphasis: {
-                show: true,
-                formatter: function (param) {
-                  return param.data[2];
-                },
-                position: 'top'
-              }
-            },
-            itemStyle: {
-              normal: {
-                color: '#40A9FF'
-              }
-            },
-            data: [
-              ['项目储备', '特别监管', 14, 12.05],
-              ['项目立项', '特别监管', 2, 1.25],
-              ['可研论证', '特别监管', 10, 32.69],
-              ['投资决策', '特别监管', 15, 28.53],
-            ]
-          },
-          {
-            name: '备案',
-            type: 'scatter',
-            symbol: 'circle',//'circle', 'rect', 'roundRect', 'triangle', 'diamond', 'pin', 'arrow'
-            symbolSize: function (data) {
-              return Math.sqrt(data[2]) * 3;
-            },
-            label: {
-              emphasis: {
-                show: true,
-                formatter: function (param) {
-                  return param.data[2];
-                },
-                position: 'top'
-              }
-            },
-            itemStyle: {
-              normal: {
-                color: '#45DAD1'
-              }
-            },
-            data: [
-              ['项目储备', '备案', 27, 23.86],
-              ['项目立项', '备案', 1, 1.05],
-              ['可研论证', '备案', 14, 18.46],
-              ['投资决策', '备案', 40, 38.86],
-            ]
-          },
-        ]
-      }
-      myChart.setOption(option)
-      tools.loopShowTooltip(myChart, option, {
-        nterval: 2000,
-        loopSeries: true,
-      })
-    },
-    initChartT1 (list, info) {
-      // let count = 0
-      // console.log(list, info)
-      // this.echartTitle = info.title.text
-      // let data = list
-      // data.forEach(item => {
-      //   count += item.value[0]
-      // })
-      // let option = JSON.parse(JSON.stringify(info))
-      // option.series[0].center = ['50%', '50%']
-      // option.series[0].radius = ['60%', '75%']
-      // option.legend = {
-      //   show: false,
-      //   icon: 'circle',
-      //   top: 'bottom',
-      //   orient: 'vertical',
-      //   right: '2%',
-      //   textStyle: {
-      //     color: '#9DB9EB',
-      //     fontSize: 16
-      //   },
-      //   itemWidth: 10,
-      //   itemHeight: 10
-      // },
-      //   option.title.text = ''
-      // option.tooltip = {
-      //   trigger: 'item',
-      //   formatter: function (params) {
-      //     return params.name + ',' + (params.value[0] / count * 100).toFixed(2) + '%' + '</br >' + params.value[1] + '个' + ',' + params.value[0] + '亿'
-      //   }
-      // }
-      // option.series[0].itemStyle.normal.label = {
-      //   show: true,
-      //   formatter: function (params) {
-      //     return params.name + ',' + (params.value[0] / count * 100).toFixed(2) + '%' + '\n' + params.value[1] + '个' + ',' + params.value[0] + '亿'
-      //   }
-      // }
-      // option.series[0].labelLine.show = true
-      // let myChart = echarts.init(this.$refs['echartT1'])
-      // myChart.setOption(option)
-      // tools.loopShowTooltip(myChart, option, {
-      //   nterval: 2000,
-      //   loopSeries: true,
-      // })
-
-      var chartData = list
-      //console.log(list)
-      setTimeout(() => {
-        Highcharts.chart('echartT1', {
-          colors: ['#5783ab', '#1a5389', '#a79c57', '#cc8c29', '#91a65f', '#383062', '#034a39'],
-          chart: {
-            type: 'pie',
-            backgroundColor: 'rgba(0,0,0,0)',
-            options3d: {
-              enabled: true,
-              alpha: 45,
-              //beta: 0
-            },
-          },
-          credits: {
-            enabled: false  //去掉hightchats水印
-          },
-          title: null,
-          tooltip: {
-            crosshairs: true,
-            backgroundColor: 'rgba(0,0,0,0.5)',
-            // positioner: function(e){
-            //   console.log(e, this)
-            // },
-            useHTML: true, //开启html模式
-            style: {
-              color: '#fff',
-            },
-            formatter: function (e) {
-              //console.log(this)
-              let num = chartData[this.colorIndex].num
-              this.percentage = this.percentage.toFixed(2) //Math.round(this.percentage)
-              return `${this.key}:<b>${this.percentage}%</b><br/><b>${this.y}</b>亿,<b>${num}个</b>`
-            },
-            //pointFormat: 
-          },
-          plotOptions: {
-            pie: {
-              allowPointSelect: true,
-              showInLegend: false, // 图例
-              cursor: 'pointer',
-              size: 260,
-              innerSize: 170, //环形图中间空白,0为饼图
-              depth: 38, //立体高度
-              slicedOffset: 23, //动画距离
-              dataLabels: {
-                enabled: true,  // 是否展示指示线
-                formatter: function (point) {
-                  let num = chartData[this.colorIndex].num
-                  console.log(num)
-                  this.percentage = this.percentage.toFixed(2)
-                  return `${this.key}:${this.percentage}%<br/>${this.y}亿,${num}个`
-                } //''
-              }
-            },
-          },
-          series: [{
-            type: 'pie',
-            name: '占比',
-            //center: ['35%','50%'],
-            data: chartData
-          }]
-        });
-      }, 50)
-
-
-    }
-  },
-})

+ 14 - 2
investment/styles/investHomeGroup.css

@@ -82,6 +82,8 @@ div {
   display: grid;
   grid-template-columns: 3fr 4fr 3fr;
   gap: 10px;
+  background: url('../groupImg/back-center.png') center center no-repeat;
+  background-size: 100% 100%;
 }
 .LeftBox > .main {
   width: 100%;
@@ -637,10 +639,10 @@ div {
   height: 1400px !important;
   top: calc(50% - 700px);
   left: calc(50% - 1000px);
-  background: url('../groupImg/alert.png') no-repeat center;
+  background: url('../groupImg/popup.png') no-repeat center;
   background-color: #133b65;
   background-size: 100% 100%;
-  padding: 160px 50px 40px 50px;
+  padding: 160px 70px 70px 70px;
   border-radius: 55px;
   z-index: 9999999999;
 }
@@ -657,6 +659,16 @@ div {
 .popright {
   right: 0;
 }
+.poptitle{
+  top:60px; 
+  left: calc(50% - 210px); 
+  width: 400px; 
+  text-align: center;
+  font-size: 30px;
+  background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
+  -webkit-background-clip: text;
+  -webkit-text-fill-color: transparent;
+}
 /* 公共css */
 /* 宽高纵横比 */
 .aspect-auto {

+ 3 - 0
manpowerPort/.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+  "liveServer.settings.port": 5501
+}

+ 3 - 3
manpowerPort/index.html

@@ -135,7 +135,7 @@
             <div class="content flex" style="padding: 10px;">
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[0].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[0].value1)}}<span>%</span></p>
                   <p>总部机构压缩率</p>
                 </div>
                 <div class="flex">
@@ -168,7 +168,7 @@
               </div> -->
               <div class="box-center">
                 <div class="alignCenter">
-                  <p>{{centerData.changeInfo[2].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[2].value1)}}<span>%</span></p>
                   <p>在册职工压缩率</p>
                 </div>
                 <div class="flex">
@@ -184,7 +184,7 @@
               </div>
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[1].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[1].value1)}}<span>%</span></p>
                   <p>在岗职工薪酬增长率</p>
                 </div>
                 <div class="flex">

+ 3 - 3
manpowerPort/index2.html

@@ -149,7 +149,7 @@
             <div class="content flex" style="padding: 10px;">
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[0].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[0].value1)}}<span>%</span></p>
                   <p>本部机构压缩率</p>
                 </div>
                 <div class="flex">
@@ -182,7 +182,7 @@
               </div> -->
               <div class="box-center">
                 <div class="alignCenter" >
-                  <p>{{centerData.changeInfo[2].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[2].value1)}}<span>%</span></p>
                   <p>在册职工压缩率</p>
                 </div>
                 <div class="flex">
@@ -198,7 +198,7 @@
               </div>
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[1].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[1].value1)}}<span>%</span></p>
                   <p>在岗职工薪酬增长率</p>
                 </div>
                 <div class="flex">

+ 3 - 3
manpowerPort/index3.html

@@ -148,7 +148,7 @@
             <div class="content flex" style="padding: 10px;">
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[0].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[0].value1)}}<span>%</span></p>
                   <p>本部机构压缩率</p>
                 </div>
                 <div class="flex">
@@ -181,7 +181,7 @@
               </div> -->
               <div class="box-center">
                 <div class="alignCenter">
-                  <p>{{centerData.changeInfo[2].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[2].value1)}}<span>%</span></p>
                   <p>在册职工压缩率</p>
                 </div>
                 <div class="flex">
@@ -197,7 +197,7 @@
               </div>
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[1].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[1].value1)}}<span>%</span></p>
                   <p>在岗职工薪酬增长率</p>
                 </div>
                 <div class="flex">

+ 3 - 3
manpowerPort/index3MT.html

@@ -148,7 +148,7 @@
             <div class="content flex" style="padding: 10px;">
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[0].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[0].value1)}}<span>%</span></p>
                   <p>本部机构压缩率</p>
                 </div>
                 <div class="flex">
@@ -181,7 +181,7 @@
               </div> -->
               <div class="box-center">
                 <div class="alignCenter">
-                  <p>{{centerData.changeInfo[2].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[2].value1)}}<span>%</span></p>
                   <p>在册职工压缩率</p>
                 </div>
                 <div class="flex">
@@ -197,7 +197,7 @@
               </div>
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[1].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[1].value1)}}<span>%</span></p>
                   <p>在岗职工薪酬增长率</p>
                 </div>
                 <div class="flex">

+ 3 - 3
manpowerPort/index4.html

@@ -149,7 +149,7 @@
             <div class="content flex" style="padding: 10px;">
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[0].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[0].value1)}}<span>%</span></p>
                   <p>本部机构压缩率</p>
                 </div>
                 <div class="flex">
@@ -182,7 +182,7 @@
               </div> -->
               <div class="box-center">
                 <div class="alignCenter">
-                  <p>{{centerData.changeInfo[2].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[2].value1)}}<span>%</span></p>
                   <p>在册职工压缩率</p>
                 </div>
                 <div class="flex">
@@ -198,7 +198,7 @@
               </div>
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[1].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[1].value1)}}<span>%</span></p>
                   <p>在岗职工薪酬增长率</p>
                 </div>
                 <div class="flex">

+ 3 - 3
manpowerPort/index4SY.html

@@ -149,7 +149,7 @@
             <div class="content flex" style="padding: 10px;">
               <div class="box-center">
                 <div class="t">
-                  <p>{{centerData.changeInfo[0].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[0].value1)}}<span>%</span></p>
                   <p>本部机构压缩率</p>
                 </div>
                 <div class="flex">
@@ -166,7 +166,7 @@
               </div>
               <div class="box-center">
                 <div class="t">
-                  <p>{{centerData.changeInfo[1].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[1].value1)}}<span>%</span></p>
                   <p>中层管理人数压缩率</p>
                 </div>
                 <div class="flex">
@@ -182,7 +182,7 @@
               </div>
               <div class="box-center">
                 <div>
-                  <p>{{centerData.changeInfo[2].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[2].value1)}}<span>%</span></p>
                   <p>在册职工压缩率</p>
                 </div>
                 <div class="flex">

+ 3 - 3
manpowerPort/index5.html

@@ -149,7 +149,7 @@
             <div class="content flex" style="padding: 10px;">
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[0].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[0].value1)}}<span>%</span></p>
                   <p>本部机构压缩率</p>
                 </div>
                 <div class="flex">
@@ -182,7 +182,7 @@
               </div> -->
               <div class="box-center">
                 <div class="alignCenter">
-                  <p>{{centerData.changeInfo[2].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[2].value1)}}<span>%</span></p>
                   <p>在册职工压缩率</p>
                 </div>
                 <div class="flex">
@@ -198,7 +198,7 @@
               </div>
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[1].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[1].value1)}}<span>%</span></p>
                   <p>在岗职工薪酬增长率</p>
                 </div>
                 <div class="flex">

+ 3 - 3
manpowerPort/index6.html

@@ -149,7 +149,7 @@
             <div class="content flex" style="padding: 10px;">
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[0].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[0].value1)}}<span>%</span></p>
                   <p>本部机构压缩率</p>
                 </div>
                 <div class="flex">
@@ -182,7 +182,7 @@
               </div> -->
               <div class="box-center">
                 <div class="alignCenter">
-                  <p>{{centerData.changeInfo[2].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[2].value1)}}<span>%</span></p>
                   <p>在册职工压缩率</p>
                 </div>
                 <div class="flex">
@@ -198,7 +198,7 @@
               </div>
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[1].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[1].value1)}}<span>%</span></p>
                   <p>在岗职工薪酬增长率</p>
                 </div>
                 <div class="flex">

+ 3 - 3
manpowerPort/index7.html

@@ -149,7 +149,7 @@
             <div class="content flex" style="padding: 10px;">
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[0].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[0].value1)}}<span>%</span></p>
                   <p>本部机构压缩率</p>
                 </div>
                 <div class="flex">
@@ -182,7 +182,7 @@
               </div> -->
               <div class="box-center">
                 <div class="alignCenter">
-                  <p>{{centerData.changeInfo[2].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[2].value1)}}<span>%</span></p>
                   <p>在册职工压缩率</p>
                 </div>
                 <div class="flex">
@@ -198,7 +198,7 @@
               </div>
               <div class="box-center">
                 <div class="t alignCenter">
-                  <p>{{centerData.changeInfo[1].value1}}<span>%</span></p>
+                  <p>{{numFormat(centerData.changeInfo[1].value1)}}<span>%</span></p>
                   <p>在岗职工薪酬增长率</p>
                 </div>
                 <div class="flex">

+ 34 - 12
manpowerPort/js/data.js

@@ -19,26 +19,48 @@ const companyList = [
   { name: '神农科技' },
 ]
 const data = {
+  // info: {
+  //   value1: '5805',
+  //   value2: '444094',
+  //   value3: '860527',
+  // },
+  // changeInfo: [
+  //   {
+  //     value1: '50.30',
+  //     value2: '25',
+  //     value3: '15',
+  //   },
+  //   {
+  //     value1: '40.00',
+  //     value2: '8',
+  //     value3: '11.2',
+  //   },
+  //   {
+  //     value1: '11',
+  //     value2: '950527',
+  //     value3: '9',
+  //   },
+  // ],
   info: {
-    value1: '5805',
-    value2: '444094',
-    value3: '860527',
+    value1: '0',
+    value2: '0',
+    value3: '0',
   },
   changeInfo: [
     {
-      value1: '50.30',
-      value2: '25',
-      value3: '15',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
     {
-      value1: '40.00',
-      value2: '8',
-      value3: '11.2',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
     {
-      value1: '11',
-      value2: '950527',
-      value3: '9',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
   ],
 }

+ 34 - 12
manpowerPort/js/data2.js

@@ -21,26 +21,48 @@ const companyListTitle = [
   // { name: '晋能控股煤业集团有限公司' }
 ]
 const data = {
+  // info: {
+  //   value1: '1708',
+  //   value2: '99386',
+  //   value3: '352494',
+  // },
+  // changeInfo: [
+  //   {
+  //     value1: '39',
+  //     value2: '34',
+  //     value3: '21',
+  //   },
+  //   {
+  //     value1: '25',
+  //     value2: '6278',
+  //     value3: '4372',
+  //   },
+  //   {
+  //     value1: '12',
+  //     value2: '352494',
+  //     value3: '42299',
+  //   },
+  // ],
   info: {
-    value1: '1708',
-    value2: '99386',
-    value3: '352494',
+    value1: '0',
+    value2: '0',
+    value3: '0',
   },
   changeInfo: [
     {
-      value1: '39',
-      value2: '34',
-      value3: '21',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
     {
-      value1: '25',
-      value2: '6278',
-      value3: '4372',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
     {
-      value1: '12',
-      value2: '352494',
-      value3: '42299',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
   ],
 }

+ 34 - 12
manpowerPort/js/data3.js

@@ -23,26 +23,48 @@ const companyListTitle = [
   // { name: '长治县三元王庄华泰水泥有限公司' }
 ]
 const data = {
+  // info: {
+  //   value1: '350',
+  //   value2: '3823',
+  //   value3: '11480',
+  // },
+  // changeInfo: [
+  //   {
+  //     value1: '39',
+  //     value2: '47',
+  //     value3: '29',
+  //   },
+  //   {
+  //     value1: '32.83',
+  //     value2: '1468',
+  //     value3: '986',
+  //   },
+  //   {
+  //     value1: '16',
+  //     value2: '13520',
+  //     value3: '2040',
+  //   },
+  // ],
   info: {
-    value1: '350',
-    value2: '3823',
-    value3: '11480',
+    value1: '0',
+    value2: '0',
+    value3: '0',
   },
   changeInfo: [
     {
-      value1: '39',
-      value2: '47',
-      value3: '29',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
     {
-      value1: '32.83',
-      value2: '1468',
-      value3: '986',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
     {
-      value1: '16',
-      value2: '13520',
-      value3: '2040',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
   ],
 }

+ 34 - 12
manpowerPort/js/data4.js

@@ -9,26 +9,48 @@ const companyList = [
   // { name: '山西海森生物制品有限公司' },
 ]
 const data = {
+  // info: {
+  //   value1: '128',
+  //   value2: '356',
+  //   value3: '1710',
+  // },
+  // changeInfo: [
+  //   {
+  //     value1: '23.8',
+  //     value2: '21',
+  //     value3: '16',
+  //   },
+  //   {
+  //     value1: '26.7',
+  //     value2: '213',
+  //     value3: '156',
+  //   },
+  //   {
+  //     value1: '29.13',
+  //     value2: '2413',
+  //     value3: '703',
+  //   },
+  // ],
   info: {
-    value1: '128',
-    value2: '356',
-    value3: '1710',
+    value1: '0',
+    value2: '0',
+    value3: '0',
   },
   changeInfo: [
     {
-      value1: '23.8',
-      value2: '21',
-      value3: '16',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
     {
-      value1: '26.7',
-      value2: '213',
-      value3: '156',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
     {
-      value1: '29.13',
-      value2: '2413',
-      value3: '703',
+      value1: '0',
+      value2: '0',
+      value3: '0',
     },
   ],
 }

+ 22 - 22
manpowerPort/js/index.js

@@ -181,18 +181,18 @@ let app = new Vue({
         // "language": "zh_CN"
 
         // UAT环境
-        "appId": "CockpitScreen",
-        "appSecuret": "JSCdpsjgl@539126",
-        "tenantid": "uatierp",
-        "accountId": "1490670568960163840",
-        "language": "zh_CN"
-
-        // 生产环境
         // "appId": "CockpitScreen",
         // "appSecuret": "JSCdpsjgl@539126",
-        // "tenantid": "ierp",
-        // "accountId": "1504594026697850880",
+        // "tenantid": "uatierp",
+        // "accountId": "1490670568960163840",
         // "language": "zh_CN"
+
+        // 生产环境
+        "appId": "CockpitScreen",
+        "appSecuret": "JSCdpsjgl@539126",
+        "tenantid": "ierp",
+        "accountId": "1504594026697850880",
+        "language": "zh_CN"
       }
       post('/ierp/api/getAppToken.do', value).then(res => {
         this.app_token = res.data.app_token
@@ -217,18 +217,18 @@ let app = new Vue({
         // "usertype": "UserName"
 
         // UAT环境
-        "user": "jiashicangjiekou",
-        "apptoken": this.app_token,
-        "tenantid": "uatierp",
-        "accountId": "1490670568960163840",
-        "usertype": "UserName"
-
-        // 生产环境
         // "user": "jiashicangjiekou",
         // "apptoken": this.app_token,
-        // "tenantid": "ierp",
-        // "accountId": "1504594026697850880",
+        // "tenantid": "uatierp",
+        // "accountId": "1490670568960163840",
         // "usertype": "UserName"
+
+        // 生产环境
+        "user": "jiashicangjiekou",
+        "apptoken": this.app_token,
+        "tenantid": "ierp",
+        "accountId": "1504594026697850880",
+        "usertype": "UserName"
       }
       post('/ierp/api/login.do', value).then(res => {
         this.access_token = res.data.access_token
@@ -2054,10 +2054,10 @@ let app = new Vue({
       let dataTemp = []
       let dataTemp2 = []
       dataR1[0].forEach(item => {
-        dataTemp.push(item + 1)
+        dataTemp.push(item)
       })
       dataR1[1].forEach(item => {
-        dataTemp2.push(item + 1)
+        dataTemp2.push(item)
       })
 
       let option = {
@@ -2144,10 +2144,10 @@ let app = new Vue({
       let dataTemp = []
       let dataTemp2 = []
       dataR2[0].forEach(item => {
-        dataTemp.push(item + 1)
+        dataTemp.push(item)
       })
       dataR2[1].forEach(item => {
-        dataTemp2.push(item + 1)
+        dataTemp2.push(item)
       })
       let option = {
         ..._.cloneDeep(commonOptions),

+ 1 - 1
manpowerPort/js/index2.js

@@ -521,7 +521,7 @@ let app = new Vue({
       this.tipNum = index
     },
     handleGoPage (id, name) {
-      if (name == '山西煤炭运销集团长治有限公司') {
+      if (name == '27-山西煤炭运销集团长治有限公司') {
         window.location.href = './index3MT.html?id=' + id + `&access_token=${this.access_token}` + `&name=${name}`
       } else {
         window.location.href = './index3.html?id=' + id + `&access_token=${this.access_token}` + `&name=${name}`

+ 1 - 1
manpowerPort/js/index2JNKG.js

@@ -524,7 +524,7 @@ let app = new Vue({
       this.tipNum = index
     },
     handleGoPage (id, name) {
-      if (name == '山西煤炭运销集团长治有限公司') {
+      if (name == '27-山西煤炭运销集团长治有限公司') {
         window.location.href = './index3MT.html?id=' + id + `&access_token=${this.access_token}` + `&name=${name}`
       } else {
         window.location.href = './index3.html?id=' + id + `&access_token=${this.access_token}` + `&name=${name}`

+ 8 - 5
manpowerPort/js/index3.js

@@ -423,9 +423,12 @@ let app = new Vue({
           this.centerData.info.value3 = res.orgData.area7.ZBPZ0006
 
           // 六定改革成效
-          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
-          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
-          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          // this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
+          // this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
+          // this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0077
+          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0078
+          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0079
           this.centerData.changeInfo[2].value1 = res.orgData.area8.ZBPZ0074
           this.centerData.changeInfo[2].value2 = res.orgData.area8.ZBPZ0075
           this.centerData.changeInfo[2].value3 = res.orgData.area8.ZBPZ0076
@@ -1570,7 +1573,7 @@ let app = new Vue({
       option.legend.show = true
       option.grid.right = '15%'
       option.tooltip = {
-        show:true,
+        show: true,
         trigger: 'axis',
         formatter: '{a0}:{c0}' + '<br/>' + '{a1}:{c1}' + '%'
       }
@@ -1706,7 +1709,7 @@ let app = new Vue({
       option.legend.data = ['人工成本利润率', '人工成本利润率同比变化']
       option.legend.show = true
       option.tooltip = {
-        show:true,
+        show: true,
         trigger: 'axis',
         formatter: '{a0}:{c0}' + '%' + '<br/>' + '{a1}:{c1}' + '%'
       }

+ 8 - 5
manpowerPort/js/index4.js

@@ -381,8 +381,8 @@ let app = new Vue({
           dataR5[0] = []
           dataR5[1] = []
           res.orgData.area5.card1.forEach(item => {
-            dataR5[0].push(item['ZBPZ0064'])
-            dataR5[1].push(item['ZBPZ0063'])
+            dataR5[0].push(item['ZBPZ0063'])
+            dataR5[1].push(item['ZBPZ0064'])
           })
           // 各二级企业利润与薪酬变动情况
           dataR6[0] = []
@@ -413,9 +413,12 @@ let app = new Vue({
           this.centerData.info.value3 = res.orgData.area7.ZBPZ0006
 
           // 六定改革成效
-          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
-          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
-          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          // this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
+          // this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
+          // this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0077
+          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0078
+          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0079
           this.centerData.changeInfo[2].value1 = res.orgData.area8.ZBPZ0074
           this.centerData.changeInfo[2].value2 = res.orgData.area8.ZBPZ0075
           this.centerData.changeInfo[2].value3 = res.orgData.area8.ZBPZ0076

+ 8 - 5
manpowerPort/js/index5.js

@@ -381,8 +381,8 @@ let app = new Vue({
           dataR5[0] = []
           dataR5[1] = []
           res.orgData.area5.card1.forEach(item => {
-            dataR5[0].push(item['ZBPZ0064'])
-            dataR5[1].push(item['ZBPZ0063'])
+            dataR5[0].push(item['ZBPZ0063'])
+            dataR5[1].push(item['ZBPZ0064'])
           })
           // 各二级企业利润与薪酬变动情况
           dataR6[0] = []
@@ -413,9 +413,12 @@ let app = new Vue({
           this.centerData.info.value3 = res.orgData.area7.ZBPZ0006
 
           // 六定改革成效
-          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
-          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
-          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          // this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
+          // this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
+          // this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0077
+          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0078
+          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0079
           this.centerData.changeInfo[2].value1 = res.orgData.area8.ZBPZ0074
           this.centerData.changeInfo[2].value2 = res.orgData.area8.ZBPZ0075
           this.centerData.changeInfo[2].value3 = res.orgData.area8.ZBPZ0076

+ 8 - 5
manpowerPort/js/index6.js

@@ -381,8 +381,8 @@ let app = new Vue({
           dataR5[0] = []
           dataR5[1] = []
           res.orgData.area5.card1.forEach(item => {
-            dataR5[0].push(item['ZBPZ0064'])
-            dataR5[1].push(item['ZBPZ0063'])
+            dataR5[0].push(item['ZBPZ0063'])
+            dataR5[1].push(item['ZBPZ0064'])
           })
           // 各二级企业利润与薪酬变动情况
           dataR6[0] = []
@@ -413,9 +413,12 @@ let app = new Vue({
           this.centerData.info.value3 = res.orgData.area7.ZBPZ0006
 
           // 六定改革成效
-          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
-          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
-          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          // this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
+          // this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
+          // this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0077
+          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0078
+          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0079
           this.centerData.changeInfo[2].value1 = res.orgData.area8.ZBPZ0074
           this.centerData.changeInfo[2].value2 = res.orgData.area8.ZBPZ0075
           this.centerData.changeInfo[2].value3 = res.orgData.area8.ZBPZ0076

+ 8 - 5
manpowerPort/js/index7.js

@@ -381,8 +381,8 @@ let app = new Vue({
           dataR5[0] = []
           dataR5[1] = []
           res.orgData.area5.card1.forEach(item => {
-            dataR5[0].push(item['ZBPZ0064'])
-            dataR5[1].push(item['ZBPZ0063'])
+            dataR5[0].push(item['ZBPZ0063'])
+            dataR5[1].push(item['ZBPZ0064'])
           })
           // 各二级企业利润与薪酬变动情况
           dataR6[0] = []
@@ -413,9 +413,12 @@ let app = new Vue({
           this.centerData.info.value3 = res.orgData.area7.ZBPZ0006
 
           // 六定改革成效
-          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
-          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
-          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          // this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0067
+          // this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0068
+          // this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0069
+          this.centerData.changeInfo[0].value1 = res.orgData.area8.ZBPZ0077
+          this.centerData.changeInfo[0].value2 = res.orgData.area8.ZBPZ0078
+          this.centerData.changeInfo[0].value3 = res.orgData.area8.ZBPZ0079
           this.centerData.changeInfo[2].value1 = res.orgData.area8.ZBPZ0074
           this.centerData.changeInfo[2].value2 = res.orgData.area8.ZBPZ0075
           this.centerData.changeInfo[2].value3 = res.orgData.area8.ZBPZ0076

+ 2 - 2
manpowerPort/js/request.js

@@ -60,8 +60,8 @@ const httpRequest = axios.create({
   // baseURL: 'http://172.21.9.23:8081', // SIT环境
   // baseURL: 'http://172.21.9.23:30001/api/', // SIT环境解决跨域
   // baseURL: 'http://172.27.1.243:8081', // UAT环境
-  baseURL: 'http://172.27.1.243:30001/api/', // UAT环境解决跨域
-  // baseURL: 'http://172.28.1.243:30001/api/', // 生产环境解决跨域
+  // baseURL: 'http://172.27.1.243:30001/api/', // UAT环境解决跨域
+  baseURL: 'http://172.28.1.243:30001/api/', // 生产环境解决跨域
 
   timeout: 3 * 60 * 1000, // 3分钟等待
   withCredentials: true // 携带cookie

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä