0)return o(u);if(p==="number"&&isFinite(u))return d.long?s(u):l(u);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(u))};function o(u){if(u=String(u),!(u.length>100)){var d=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(u);if(d){var p=parseFloat(d[1]),_=(d[2]||"ms").toLowerCase();switch(_){case"years":case"year":case"yrs":case"yr":case"y":return p*i;case"weeks":case"week":case"w":return p*r;case"days":case"day":case"d":return p*n;case"hours":case"hour":case"hrs":case"hr":case"h":return p*a;case"minutes":case"minute":case"mins":case"min":case"m":return p*e;case"seconds":case"second":case"secs":case"sec":case"s":return p*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return p;default:return}}}}function l(u){var d=Math.abs(u);return d>=n?Math.round(u/n)+"d":d>=a?Math.round(u/a)+"h":d>=e?Math.round(u/e)+"m":d>=t?Math.round(u/t)+"s":u+"ms"}function s(u){var d=Math.abs(u);return d>=n?c(u,d,n,"day"):d>=a?c(u,d,a,"hour"):d>=e?c(u,d,e,"minute"):d>=t?c(u,d,t,"second"):u+" ms"}function c(u,d,p,_){var f=d>=p*1.5;return Math.round(u/p)+" "+_+(f?"s":"")}return Jg}function m7e(t){a.debug=a,a.default=a,a.coerce=s,a.disable=o,a.enable=i,a.enabled=l,a.humanize=h7e(),Object.keys(t).forEach(function(c){a[c]=t[c]}),a.instances=[],a.names=[],a.skips=[],a.formatters={};function e(c){for(var u=0,d=0;d"u"?":":u)+c)}function i(c){a.save(c),a.names=[],a.skips=[];var u,d=(typeof c=="string"?c:"").split(/[\s,]+/),p=d.length;for(u=0;u=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function i(d){if(d[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+d[0]+(this.useColors?"%c ":" ")+"+"+t.exports.humanize(this.diff),!!this.useColors){var p="color: "+this.color;d.splice(1,0,p,"color: inherit");var _=0,f=0;d[0].replace(/%[a-zA-Z%]/g,function(h){h!=="%%"&&(_++,h==="%c"&&(f=_))}),d.splice(f,0,p)}}function o(){var d;return(typeof console>"u"?"undefined":n(console))==="object"&&console.log&&(d=console).log.apply(d,arguments)}function l(d){try{d?e.storage.setItem("debug",d):e.storage.removeItem("debug")}catch{}}function s(){var d;try{d=e.storage.getItem("debug")}catch{}return!d&&typeof process<"u"&&"env"in process&&(d=a.DEBUG),d}function c(){try{return localStorage}catch{}}t.exports=g7e(e);var u=t.exports.formatters;u.j=function(d){try{return JSON.stringify(d)}catch(p){return"[UnexpectedJSONParseError]: "+p.message}}})(vy,vy.exports);var b7e=vy.exports,E7e=LY,ql=b7e("css-color-function:parse"),$Y=S7e;function S7e(t){typeof t!="string"&&(t=t.toString()),ql("string %s",t);function e(u){var d=u.exec(t);if(d)return t=t.slice(d[0].length),d.slice(1)}function a(){e(/^\s+/)}function n(){var u=e(/^\)/);if(u)return ql("rparen"),u}function r(){var u=e(/^([\+\-\*])/);if(u){var d={};return d.type="modifier",d.value=u[0],ql("modifier %o",d),d}}function i(){var u=e(/^([^\)\s]+)/);if(u){var d={};return d.type="number",d.value=u[0],ql("number %o",d),d}}function o(){for(var u=[],d;d=r()||c()||i();)u.push(d),a();return ql("args %o",u),u}function l(){var u=e(/^(\w+)\(/);if(u){a();var d={};return d.type="function",d.name=u[0],d.arguments=o(),n(),ql("adjuster %o",d),d}}function s(){var u={};u.type="color";var d=e(/([^\)\s]+)/)[0];if(d.indexOf("(")!=-1){var p=e(/([^\)]*?\))/)[0];d=d+p}return u.value=d,a(),u}function c(){if(t.match(/^color\(/)){var u=E7e("(",")",t);if(!u)throw new SyntaxError("Missing closing parenthese for '"+t+"'");if(u.body==="")throw new SyntaxError("color() function cannot be empty");t=u.body,a();var d={};d.type="function",d.name="color",d.arguments=[c()||s()],ql("function arguments %o",d.arguments);for(var p;p=l();)d.arguments.push(p),a();return t=u.post,a(),ql("function %o",d),d}}return c()}var WY={};(function(t){var e=qY;t.red=a("red"),t.blue=a("blue"),t.green=a("green"),t.alpha=t.a=a("alpha"),t.rgb=function(){},t.hue=t.h=n("hue"),t.saturation=t.s=n("saturation"),t.lightness=t.l=n("lightness"),t.whiteness=t.w=n("whiteness"),t.blackness=t.b=n("blackness"),t.blend=function(o,l){var s=o.alpha();o.alpha(1);var c=new e(l[0].value),u=1-parseInt(l[1].value,10)/100;o.mix(c,u).alpha(s)},t.tint=function(o,l){l.unshift({type:"argument",value:"white"}),t.blend(o,l)},t.shade=function(o,l){l.unshift({type:"argument",value:"black"}),t.blend(o,l)},t.contrast=function(o,l){l.length==0&&l.push({type:"argument",value:"100%"});var s=1-parseInt(l[0].value,10)/100,c=o.luminosity()<.5?new e({h:o.hue(),w:100,b:0}):new e({h:o.hue(),w:0,b:100}),u=c,d=4.5;if(o.contrast(c)>d){var u=i(d,o,c),p=u.alpha();u.alpha(1),u.mix(c,s).alpha(p)}o.hwb(u.hwb())};function a(o){return function(l,s){var c;s[0].type=="modifier"&&(c=s.shift().value);var u=s[0].value;u.indexOf("%")!=-1?(u=parseInt(u,10)/100,c?c!="*"&&(u=l[o]()*u):u=u*(o=="alpha"?1:255)):u=Number(u),l[o](r(l[o](),u,c))}}function n(o){return function(l,s){var c;s[0].type=="modifier"&&(c=s.shift().value);var u=parseFloat(s[0].value,10);l[o](r(l[o](),u,c))}}function r(o,l,s){switch(s){case"+":return o+l;case"-":return o-l;case"*":return o*l;default:return l}}function i(o,l,s){l.hue();for(var c=l.clone(),u=l.whiteness(),d=l.blackness(),p=s.whiteness(),_=s.blackness();Math.abs(u-p)>1||Math.abs(d-_)>1;){var f=Math.round((p+u)/2),h=Math.round((_+d)/2);c.whiteness(f),c.blackness(h),c.contrast(l)>o?(p=f,_=h):(u=f,d=h)}return c}})(WY);var y7e=LY,T7e=qY,C7e=$Y,gx=WY,R7e=KY;function KY(t){var e=t.indexOf("color(");if(e==-1)return t;if(t=t.slice(e),t=y7e("(",")",t),!t)throw new SyntaxError("Missing closing parenthese for '"+t+"'");var a=C7e("color("+t.body+")");return hy(a)+KY(t.post)}function hy(t){var e=new T7e(t.arguments[0].type=="function"?hy(t.arguments[0]):t.arguments[0].value),a=t.arguments.slice(1);return a.forEach(function(n){var r=n.name;if(!gx[r])throw new Error("Unknown '"+r+"'");n.arguments.forEach(function(i){i.type=="function"&&i.name=="color"&&(i.value=hy(i),i.type="color",delete i.name)}),gx[r](e,n.arguments)}),e.rgbString()}var A7e=R7e,w7e=$Y;s9.convert=A7e;s9.parse=w7e;const O7e={"dark-2":"shade(20%)","light-3":"tint(30%)","light-5":"tint(50%)","light-7":"tint(70%)","light-8":"tint(80%)","light-9":"tint(90%)"},I7e={"light-3":"shade(20%)","light-5":"shade(30%)","light-7":"shade(50%)","light-8":"shade(60%)","light-9":"shade(70%)","dark-2":"tint(20%)"},bx="theme-vars",x7e=(t,e="primary",a=!1)=>{const n={[`--el-color-${e}`]:t},r=a?I7e:O7e;for(const i in r)n[`--el-color-${e}-${i}`]=`color(${t} ${r[i]})`;return n},N7e=(t,e=!1)=>{const a=Object.keys(t).reduce((i,o)=>Object.assign(i,x7e(t[o],o,e)),{});let n=Object.keys(a).reduce((i,o)=>{const l=s9.convert(a[o]);return`${i}${o}:${l};`},"");n=`:root{${n}}`;let r=document.getElementById(bx);if(r){r.innerHTML=n;return}r=document.createElement("style"),r.setAttribute("type","text/css"),r.setAttribute("id",bx),r.innerHTML=n,document.head.append(r)},Ex=td.get(ay),Ws=$h({id:"setting",state:()=>{const t={showDrawer:!1,...Xg};return Bt(Ex)&&Object.assign(t,Ex),t},actions:{setSetting(t){const{key:e,value:a}=t;this.hasOwnProperty(e)&&(this[e]=a);const n=Object.assign({},this.$state);delete n.showDrawer,td.set(ay,n)},setTheme(t){N7e({primary:this.theme,success:this.successTheme,warning:this.warningTheme,danger:this.dangerTheme,error:this.errorTheme,info:this.infoTheme},t)},resetTheme(){for(const t in Xg)this[t]=Xg[t];td.remove(ay)}}}),M7e=["local-icon-Androidfanhui","local-icon-Frame","local-icon-KMSguanli","local-icon-KTVyuding","local-icon-a-tixingdengpao","local-icon-agency","local-icon-aircraft","local-icon-anquan","local-icon-anquan_mian","local-icon-anquan_mian1","local-icon-app","local-icon-applet","local-icon-arrow-down","local-icon-arrow-up","local-icon-banxing_mian","local-icon-baoxian","local-icon-bargain","local-icon-bendishenghuodaxue","local-icon-bianji","local-icon-biaoqing","local-icon-block","local-icon-brand","local-icon-bukejian","local-icon-caipinguanli","local-icon-caiwu","local-icon-caiwu_jifen","local-icon-caiwu_tixian","local-icon-calendar","local-icon-canyinfuwu","local-icon-carryout","local-icon-cascade-1","local-icon-cascade-2","local-icon-cascade","local-icon-channel-1","local-icon-channel","local-icon-chart-1","local-icon-chart-2","local-icon-chart-3","local-icon-chart-4","local-icon-chart","local-icon-chexiao","local-icon-chihuohongbao","local-icon-chuangyiwuliao","local-icon-close","local-icon-collapse","local-icon-collection-fill","local-icon-collection","local-icon-comments","local-icon-commodity-1","local-icon-commodity-2","local-icon-commodity-3","local-icon-commodity","local-icon-copy","local-icon-coupons","local-icon-daiyunying","local-icon-danwei","local-icon-danxuankuang","local-icon-danxuanxuanzhong","local-icon-dayin","local-icon-dayin_mian","local-icon-del","local-icon-delete","local-icon-delivery","local-icon-details","local-icon-diancanshezhi","local-icon-dianhua","local-icon-dianhua_mian","local-icon-dianpu_fengge","local-icon-dianputuijian","local-icon-dianzifapiao","local-icon-dingcan","local-icon-dingdan","local-icon-dingdan1","local-icon-dingdan_mian","local-icon-dingwei","local-icon-dingwei_mian","local-icon-ditu","local-icon-ditu_mian","local-icon-duizhang","local-icon-elemo","local-icon-envelope","local-icon-exchange","local-icon-expand","local-icon-ezhanggui","local-icon-falvfuwubaoxiaohei","local-icon-fengniaopaotui","local-icon-fenxiang","local-icon-field-time","local-icon-fukuan","local-icon-fukuan_mian","local-icon-fullscreen-exit","local-icon-fullscreen","local-icon-fuwushichang","local-icon-fuzhi","local-icon-gaode","local-icon-gengduo","local-icon-gengduoandroid","local-icon-gift","local-icon-gongyingshang","local-icon-goods","local-icon-gou","local-icon-gouwuche","local-icon-gouxuan","local-icon-gouxuan_mian","local-icon-grade","local-icon-guanbi","local-icon-guanli","local-icon-guanli_mian","local-icon-gukefapiao","local-icon-h5","local-icon-haibaosheji","local-icon-heshoujilu","local-icon-heshoujilu1","local-icon-hexiao_order","local-icon-hide-2","local-icon-hide","local-icon-home","local-icon-hongbao","local-icon-huiche","local-icon-huiyuanyingxiao","local-icon-huodongbaoming","local-icon-huodongguanli","local-icon-huodongzhongxin","local-icon-huojian","local-icon-huojian_mian","local-icon-huolala","local-icon-iOSfanhui","local-icon-integral","local-icon-jia","local-icon-jia_mian","local-icon-jian","local-icon-jian_mian","local-icon-jianpan","local-icon-jianpanshanchu","local-icon-jianshao","local-icon-jiaopeiwangputong","local-icon-jiaoyi","local-icon-jiedan","local-icon-jiekuan","local-icon-jingshi","local-icon-jingshi_mian","local-icon-jingshi_mian1","local-icon-jingyin","local-icon-jingyin_mian","local-icon-jingying","local-icon-jingying_mian","local-icon-jingyinggonglve","local-icon-jingzhunyingxiao","local-icon-jinhuo","local-icon-jurisdiction","local-icon-kaitongwaimai","local-icon-kanjia","local-icon-kefu","local-icon-kejian","local-icon-kejian_mian","local-icon-keziyuyue","local-icon-kezizhongxin","local-icon-koubei","local-icon-kuaijiehuifu","local-icon-ladu_mian","local-icon-lanyadingwei","local-icon-list-1","local-icon-list-2","local-icon-list","local-icon-mail","local-icon-member-1","local-icon-member-2","local-icon-member-3","local-icon-member-4","local-icon-member-5","local-icon-member","local-icon-mendiandongtai","local-icon-menu","local-icon-mishiyuding","local-icon-mishiyuding1","local-icon-money","local-icon-news-1","local-icon-news","local-icon-notice","local-icon-notice_buyer","local-icon-open","local-icon-operation","local-icon-order-1","local-icon-order-2","local-icon-order","local-icon-page","local-icon-paiduiquhao","local-icon-paimai","local-icon-pay","local-icon-pc","local-icon-picture-1","local-icon-picture","local-icon-pingjia","local-icon-pingtaifapiao","local-icon-pinpai","local-icon-play","local-icon-printer","local-icon-qianbao","local-icon-qianbao_mian","local-icon-qiehuan","local-icon-qingchu","local-icon-qingchu_mian","local-icon-qishoupeisong","local-icon-qiyedingcan","local-icon-qiyedingcan1","local-icon-quanbu","local-icon-quanping","local-icon-qudao","local-icon-qudao_xiaochengxu","local-icon-receiving","local-icon-rencaizhaopin","local-icon-rili","local-icon-rili2","local-icon-rizhi","local-icon-rule","local-icon-saoma","local-icon-save","local-icon-set-user","local-icon-set_pay","local-icon-set_peisong","local-icon-set_user","local-icon-set_weihu","local-icon-shanchu","local-icon-shanchu_mian","local-icon-shangchuan","local-icon-shangchuanzhaopian","local-icon-shangpinguanli","local-icon-shangpinzhushou","local-icon-shangpuyuding","local-icon-share","local-icon-shebeiguanli","local-icon-shengfuwangputong","local-icon-shengyin","local-icon-shengyin_mian","local-icon-shezhi","local-icon-shezhi_mian","local-icon-shichang","local-icon-shichang_mian","local-icon-shijian","local-icon-shijian_mian","local-icon-shopping-car","local-icon-shoudan","local-icon-shouqi","local-icon-shouqi_mian","local-icon-shouye","local-icon-shouye_mian","local-icon-shouyiren","local-icon-show","local-icon-shuangjiantouxiangyou","local-icon-shuangjiantouxiangzuo","local-icon-shuaxin","local-icon-shuju","local-icon-shuju2","local-icon-shuju_liuliang","local-icon-shuju_mian","local-icon-sort","local-icon-sousuo","local-icon-spot","local-icon-store-1","local-icon-store","local-icon-sucai","local-icon-take-color","local-icon-temp-open","local-icon-temp","local-icon-tianjia","local-icon-tishi","local-icon-tishi_mian","local-icon-tongxunlu_mian","local-icon-tongzhi","local-icon-tongzhi_mian","local-icon-tradingdata","local-icon-transaction","local-icon-tuichuquanping","local-icon-tuiguang","local-icon-tuiguang_mian","local-icon-tupian","local-icon-tupian_mian","local-icon-unit","local-icon-user-1","local-icon-user","local-icon-user_biaoqian","local-icon-user_gaikuang","local-icon-user_guanli","local-icon-wallet-2","local-icon-wallet","local-icon-wangpudiandan","local-icon-warehouse","local-icon-wechat","local-icon-weixin","local-icon-weixin_mian","local-icon-wode","local-icon-wode_mian","local-icon-xiangji","local-icon-xiaoxi","local-icon-xiazai","local-icon-xitongquanxian","local-icon-yingxiao_qipao","local-icon-yingyezizhi","local-icon-yinhangka","local-icon-yiwen","local-icon-youhui","local-icon-youjian","local-icon-youjiantou","local-icon-yulibao","local-icon-yuyin","local-icon-yuyueguanli","local-icon-yuyueguanlishezhi","local-icon-zhankai","local-icon-zhankai_mian","local-icon-zhibo","local-icon-zhibo_mian","local-icon-zhuangxiu","local-icon-zhuangxiu_mian","local-icon-zhuoweiguanli","local-icon-zichanzhuanrang","local-icon-zuliao","local-icon-zuliaoyuding"],D7e="local-icon-",my="el-icon-",QY=[];for(const[,t]of Object.entries(nG))QY.push(`${my}${t.name}`);function M$e(){return QY}function D$e(){return M7e}const d9=[{value:11e4,pid:1e5,label:"北京",children:[{value:110100,pid:11e4,label:"北京市",children:[{value:110101,pid:110100,label:"东城区"},{value:110102,pid:110100,label:"西城区"},{value:110105,pid:110100,label:"朝阳区"},{value:110106,pid:110100,label:"丰台区"},{value:110107,pid:110100,label:"石景山区"},{value:110108,pid:110100,label:"海淀区"},{value:110109,pid:110100,label:"门头沟区"},{value:110111,pid:110100,label:"房山区"},{value:110112,pid:110100,label:"通州区"},{value:110113,pid:110100,label:"顺义区"},{value:110114,pid:110100,label:"昌平区"},{value:110115,pid:110100,label:"大兴区"},{value:110116,pid:110100,label:"怀柔区"},{value:110117,pid:110100,label:"平谷区"},{value:110118,pid:110100,label:"密云区"},{value:110119,pid:110100,label:"延庆区"},{value:110120,pid:110100,label:"中关村科技园区"}]}]},{value:12e4,pid:1e5,label:"天津",children:[{value:120100,pid:12e4,label:"天津市",children:[{value:120101,pid:120100,label:"和平区"},{value:120102,pid:120100,label:"河东区"},{value:120103,pid:120100,label:"河西区"},{value:120104,pid:120100,label:"南开区"},{value:120105,pid:120100,label:"河北区"},{value:120106,pid:120100,label:"红桥区"},{value:120110,pid:120100,label:"东丽区"},{value:120111,pid:120100,label:"西青区"},{value:120112,pid:120100,label:"津南区"},{value:120113,pid:120100,label:"北辰区"},{value:120114,pid:120100,label:"武清区"},{value:120115,pid:120100,label:"宝坻区"},{value:120116,pid:120100,label:"滨海新区"},{value:120117,pid:120100,label:"宁河区"},{value:120118,pid:120100,label:"静海区"},{value:120119,pid:120100,label:"蓟州区"},{value:120120,pid:120100,label:"滨海高新区"}]}]},{value:13e4,pid:1e5,label:"河北省",children:[{value:130100,pid:13e4,label:"石家庄市",children:[{value:130102,pid:130100,label:"长安区"},{value:130104,pid:130100,label:"桥西区"},{value:130105,pid:130100,label:"新华区"},{value:130107,pid:130100,label:"井陉矿区"},{value:130108,pid:130100,label:"裕华区"},{value:130109,pid:130100,label:"藁城区"},{value:130110,pid:130100,label:"鹿泉区"},{value:130111,pid:130100,label:"栾城区"},{value:130121,pid:130100,label:"井陉县"},{value:130123,pid:130100,label:"正定县"},{value:130125,pid:130100,label:"行唐县"},{value:130126,pid:130100,label:"灵寿县"},{value:130127,pid:130100,label:"高邑县"},{value:130128,pid:130100,label:"深泽县"},{value:130129,pid:130100,label:"赞皇县"},{value:130130,pid:130100,label:"无极县"},{value:130131,pid:130100,label:"平山县"},{value:130132,pid:130100,label:"元氏县"},{value:130133,pid:130100,label:"赵县"},{value:130181,pid:130100,label:"辛集市"},{value:130183,pid:130100,label:"晋州市"},{value:130184,pid:130100,label:"新乐市"},{value:130185,pid:130100,label:"高新区"},{value:130186,pid:130100,label:"经济开发区"},{value:130187,pid:130100,label:"循环化工园区"}]},{value:130200,pid:13e4,label:"唐山市",children:[{value:130202,pid:130200,label:"路南区"},{value:130203,pid:130200,label:"路北区"},{value:130204,pid:130200,label:"古冶区"},{value:130205,pid:130200,label:"开平区"},{value:130207,pid:130200,label:"丰南区"},{value:130208,pid:130200,label:"丰润区"},{value:130209,pid:130200,label:"曹妃甸区"},{value:130224,pid:130200,label:"滦南县"},{value:130225,pid:130200,label:"乐亭县"},{value:130227,pid:130200,label:"迁西县"},{value:130229,pid:130200,label:"玉田县"},{value:130281,pid:130200,label:"遵化市"},{value:130283,pid:130200,label:"迁安市"},{value:130284,pid:130200,label:"滦州市"},{value:130291,pid:130200,label:"高新区"},{value:130292,pid:130200,label:"芦台开发区"},{value:130293,pid:130200,label:"海港经济开发区"},{value:130294,pid:130200,label:"汉沽管理区"}]},{value:130300,pid:13e4,label:"秦皇岛市",children:[{value:130302,pid:130300,label:"海港区"},{value:130303,pid:130300,label:"山海关区"},{value:130304,pid:130300,label:"北戴河区"},{value:130306,pid:130300,label:"抚宁区"},{value:130321,pid:130300,label:"青龙满族自治县"},{value:130322,pid:130300,label:"昌黎县"},{value:130324,pid:130300,label:"卢龙县"},{value:130371,pid:130300,label:"经济技术开发区"},{value:130372,pid:130300,label:"北戴河新区"}]},{value:130400,pid:13e4,label:"邯郸市",children:[{value:130402,pid:130400,label:"邯山区"},{value:130403,pid:130400,label:"丛台区"},{value:130404,pid:130400,label:"复兴区"},{value:130406,pid:130400,label:"峰峰矿区"},{value:130407,pid:130400,label:"肥乡区"},{value:130408,pid:130400,label:"永年区"},{value:130423,pid:130400,label:"临漳县"},{value:130424,pid:130400,label:"成安县"},{value:130425,pid:130400,label:"大名县"},{value:130426,pid:130400,label:"涉县"},{value:130427,pid:130400,label:"磁县"},{value:130430,pid:130400,label:"邱县"},{value:130431,pid:130400,label:"鸡泽县"},{value:130432,pid:130400,label:"广平县"},{value:130433,pid:130400,label:"馆陶县"},{value:130434,pid:130400,label:"魏县"},{value:130435,pid:130400,label:"曲周县"},{value:130481,pid:130400,label:"武安市"},{value:130482,pid:130400,label:"冀南新区"},{value:130483,pid:130400,label:"高新技术产业开发区"}]},{value:130500,pid:13e4,label:"邢台市",children:[{value:130502,pid:130500,label:"桥东区"},{value:130503,pid:130500,label:"桥西区"},{value:130521,pid:130500,label:"邢台县"},{value:130522,pid:130500,label:"临城县"},{value:130523,pid:130500,label:"内丘县"},{value:130524,pid:130500,label:"柏乡县"},{value:130525,pid:130500,label:"隆尧县"},{value:130526,pid:130500,label:"任县"},{value:130527,pid:130500,label:"南和县"},{value:130528,pid:130500,label:"宁晋县"},{value:130529,pid:130500,label:"巨鹿县"},{value:130530,pid:130500,label:"新河县"},{value:130531,pid:130500,label:"广宗县"},{value:130532,pid:130500,label:"平乡县"},{value:130533,pid:130500,label:"威县"},{value:130534,pid:130500,label:"清河县"},{value:130535,pid:130500,label:"临西县"},{value:130581,pid:130500,label:"南宫市"},{value:130582,pid:130500,label:"沙河市"},{value:130583,pid:130500,label:"经济开发区"}]},{value:130600,pid:13e4,label:"保定市",children:[{value:130602,pid:130600,label:"竞秀区"},{value:130606,pid:130600,label:"莲池区"},{value:130607,pid:130600,label:"满城区"},{value:130608,pid:130600,label:"清苑区"},{value:130609,pid:130600,label:"徐水区"},{value:130623,pid:130600,label:"涞水县"},{value:130624,pid:130600,label:"阜平县"},{value:130626,pid:130600,label:"定兴县"},{value:130627,pid:130600,label:"唐县"},{value:130628,pid:130600,label:"高阳县"},{value:130629,pid:130600,label:"容城县"},{value:130630,pid:130600,label:"涞源县"},{value:130631,pid:130600,label:"望都县"},{value:130632,pid:130600,label:"安新县"},{value:130633,pid:130600,label:"易县"},{value:130634,pid:130600,label:"曲阳县"},{value:130635,pid:130600,label:"蠡县"},{value:130636,pid:130600,label:"顺平县"},{value:130637,pid:130600,label:"博野县"},{value:130638,pid:130600,label:"雄县"},{value:130681,pid:130600,label:"涿州市"},{value:130682,pid:130600,label:"定州市"},{value:130683,pid:130600,label:"安国市"},{value:130684,pid:130600,label:"高碑店市"},{value:130685,pid:130600,label:"雄安新区"},{value:130686,pid:130600,label:"高新区"},{value:130687,pid:130600,label:"白沟新城"}]},{value:130700,pid:13e4,label:"张家口市",children:[{value:130702,pid:130700,label:"桥东区"},{value:130703,pid:130700,label:"桥西区"},{value:130705,pid:130700,label:"宣化区"},{value:130706,pid:130700,label:"下花园区"},{value:130708,pid:130700,label:"万全区"},{value:130709,pid:130700,label:"崇礼区"},{value:130722,pid:130700,label:"张北县"},{value:130723,pid:130700,label:"康保县"},{value:130724,pid:130700,label:"沽源县"},{value:130725,pid:130700,label:"尚义县"},{value:130726,pid:130700,label:"蔚县"},{value:130727,pid:130700,label:"阳原县"},{value:130728,pid:130700,label:"怀安县"},{value:130730,pid:130700,label:"怀来县"},{value:130731,pid:130700,label:"涿鹿县"},{value:130732,pid:130700,label:"赤城县"},{value:130771,pid:130700,label:"高新区"},{value:130772,pid:130700,label:"察北管理区"},{value:130773,pid:130700,label:"塞北管理区"}]},{value:130800,pid:13e4,label:"承德市",children:[{value:130802,pid:130800,label:"双桥区"},{value:130803,pid:130800,label:"双滦区"},{value:130804,pid:130800,label:"鹰手营子矿区"},{value:130821,pid:130800,label:"承德县"},{value:130822,pid:130800,label:"兴隆县"},{value:130824,pid:130800,label:"滦平县"},{value:130825,pid:130800,label:"隆化县"},{value:130826,pid:130800,label:"丰宁满族自治县"},{value:130827,pid:130800,label:"宽城满族自治县"},{value:130828,pid:130800,label:"围场满族蒙古族自治县"},{value:130881,pid:130800,label:"平泉市"},{value:130882,pid:130800,label:"高新区"}]},{value:130900,pid:13e4,label:"沧州市",children:[{value:130902,pid:130900,label:"新华区"},{value:130903,pid:130900,label:"运河区"},{value:130921,pid:130900,label:"沧县"},{value:130922,pid:130900,label:"青县"},{value:130923,pid:130900,label:"东光县"},{value:130924,pid:130900,label:"海兴县"},{value:130925,pid:130900,label:"盐山县"},{value:130926,pid:130900,label:"肃宁县"},{value:130927,pid:130900,label:"南皮县"},{value:130928,pid:130900,label:"吴桥县"},{value:130929,pid:130900,label:"献县"},{value:130930,pid:130900,label:"孟村回族自治县"},{value:130981,pid:130900,label:"泊头市"},{value:130982,pid:130900,label:"任丘市"},{value:130983,pid:130900,label:"黄骅市"},{value:130984,pid:130900,label:"河间市"},{value:130985,pid:130900,label:"渤海新区"},{value:130986,pid:130900,label:"高新区"},{value:130987,pid:130900,label:"临港开发区"}]},{value:131e3,pid:13e4,label:"廊坊市",children:[{value:131002,pid:131e3,label:"安次区"},{value:131003,pid:131e3,label:"广阳区"},{value:131022,pid:131e3,label:"固安县"},{value:131023,pid:131e3,label:"永清县"},{value:131024,pid:131e3,label:"香河县"},{value:131025,pid:131e3,label:"大城县"},{value:131026,pid:131e3,label:"文安县"},{value:131028,pid:131e3,label:"大厂回族自治县"},{value:131081,pid:131e3,label:"霸州市"},{value:131082,pid:131e3,label:"三河市"},{value:131083,pid:131e3,label:"经济技术开发区"}]},{value:131100,pid:13e4,label:"衡水市",children:[{value:131102,pid:131100,label:"桃城区"},{value:131103,pid:131100,label:"冀州区"},{value:131121,pid:131100,label:"枣强县"},{value:131122,pid:131100,label:"武邑县"},{value:131123,pid:131100,label:"武强县"},{value:131124,pid:131100,label:"饶阳县"},{value:131125,pid:131100,label:"安平县"},{value:131126,pid:131100,label:"故城县"},{value:131127,pid:131100,label:"景县"},{value:131128,pid:131100,label:"阜城县"},{value:131182,pid:131100,label:"深州市"},{value:131183,pid:131100,label:"经济开发区"},{value:131184,pid:131100,label:"滨湖新区"}]}]},{value:14e4,pid:1e5,label:"山西省",children:[{value:140100,pid:14e4,label:"太原市",children:[{value:140105,pid:140100,label:"小店区"},{value:140106,pid:140100,label:"迎泽区"},{value:140107,pid:140100,label:"杏花岭区"},{value:140108,pid:140100,label:"尖草坪区"},{value:140109,pid:140100,label:"万柏林区"},{value:140110,pid:140100,label:"晋源区"},{value:140121,pid:140100,label:"清徐县"},{value:140122,pid:140100,label:"阳曲县"},{value:140123,pid:140100,label:"娄烦县"},{value:140181,pid:140100,label:"古交市"},{value:140182,pid:140100,label:"高新阳曲园区"},{value:140183,pid:140100,label:"高新汾东园区"},{value:140184,pid:140100,label:"高新姚村园区"}]},{value:140200,pid:14e4,label:"大同市",children:[{value:140212,pid:140200,label:"新荣区"},{value:140213,pid:140200,label:"平城区"},{value:140214,pid:140200,label:"云冈区"},{value:140215,pid:140200,label:"云州区"},{value:140221,pid:140200,label:"阳高县"},{value:140222,pid:140200,label:"天镇县"},{value:140223,pid:140200,label:"广灵县"},{value:140224,pid:140200,label:"灵丘县"},{value:140225,pid:140200,label:"浑源县"},{value:140226,pid:140200,label:"左云县"},{value:140228,pid:140200,label:"经济开发区"}]},{value:140300,pid:14e4,label:"阳泉市",children:[{value:140302,pid:140300,label:"城区"},{value:140303,pid:140300,label:"矿区"},{value:140311,pid:140300,label:"郊区"},{value:140321,pid:140300,label:"平定县"},{value:140322,pid:140300,label:"盂县"}]},{value:140400,pid:14e4,label:"长治市",children:[{value:140403,pid:140400,label:"潞州区"},{value:140404,pid:140400,label:"上党区"},{value:140405,pid:140400,label:"屯留区"},{value:140406,pid:140400,label:"潞城区"},{value:140423,pid:140400,label:"襄垣县"},{value:140425,pid:140400,label:"平顺县"},{value:140426,pid:140400,label:"黎城县"},{value:140427,pid:140400,label:"壶关县"},{value:140428,pid:140400,label:"长子县"},{value:140429,pid:140400,label:"武乡县"},{value:140430,pid:140400,label:"沁县"},{value:140431,pid:140400,label:"沁源县"}]},{value:140500,pid:14e4,label:"晋城市",children:[{value:140502,pid:140500,label:"城区"},{value:140521,pid:140500,label:"沁水县"},{value:140522,pid:140500,label:"阳城县"},{value:140524,pid:140500,label:"陵川县"},{value:140525,pid:140500,label:"泽州县"},{value:140581,pid:140500,label:"高平市"},{value:140582,pid:140500,label:"经济开发区"}]},{value:140600,pid:14e4,label:"朔州市",children:[{value:140602,pid:140600,label:"朔城区"},{value:140603,pid:140600,label:"平鲁区"},{value:140621,pid:140600,label:"山阴县"},{value:140622,pid:140600,label:"应县"},{value:140623,pid:140600,label:"右玉县"},{value:140681,pid:140600,label:"怀仁市"}]},{value:140700,pid:14e4,label:"晋中市",children:[{value:140702,pid:140700,label:"榆次区"},{value:140721,pid:140700,label:"榆社县"},{value:140722,pid:140700,label:"左权县"},{value:140723,pid:140700,label:"和顺县"},{value:140724,pid:140700,label:"昔阳县"},{value:140725,pid:140700,label:"寿阳县"},{value:140726,pid:140700,label:"太谷县"},{value:140727,pid:140700,label:"祁县"},{value:140728,pid:140700,label:"平遥县"},{value:140729,pid:140700,label:"灵石县"},{value:140781,pid:140700,label:"介休市"}]},{value:140800,pid:14e4,label:"运城市",children:[{value:140802,pid:140800,label:"盐湖区"},{value:140821,pid:140800,label:"临猗县"},{value:140822,pid:140800,label:"万荣县"},{value:140823,pid:140800,label:"闻喜县"},{value:140824,pid:140800,label:"稷山县"},{value:140825,pid:140800,label:"新绛县"},{value:140826,pid:140800,label:"绛县"},{value:140827,pid:140800,label:"垣曲县"},{value:140828,pid:140800,label:"夏县"},{value:140829,pid:140800,label:"平陆县"},{value:140830,pid:140800,label:"芮城县"},{value:140881,pid:140800,label:"永济市"},{value:140882,pid:140800,label:"河津市"}]},{value:140900,pid:14e4,label:"忻州市",children:[{value:140902,pid:140900,label:"忻府区"},{value:140921,pid:140900,label:"定襄县"},{value:140922,pid:140900,label:"五台县"},{value:140923,pid:140900,label:"代县"},{value:140924,pid:140900,label:"繁峙县"},{value:140925,pid:140900,label:"宁武县"},{value:140926,pid:140900,label:"静乐县"},{value:140927,pid:140900,label:"神池县"},{value:140928,pid:140900,label:"五寨县"},{value:140929,pid:140900,label:"岢岚县"},{value:140930,pid:140900,label:"河曲县"},{value:140931,pid:140900,label:"保德县"},{value:140932,pid:140900,label:"偏关县"},{value:140981,pid:140900,label:"原平市"}]},{value:141e3,pid:14e4,label:"临汾市",children:[{value:141002,pid:141e3,label:"尧都区"},{value:141021,pid:141e3,label:"曲沃县"},{value:141022,pid:141e3,label:"翼城县"},{value:141023,pid:141e3,label:"襄汾县"},{value:141024,pid:141e3,label:"洪洞县"},{value:141025,pid:141e3,label:"古县"},{value:141026,pid:141e3,label:"安泽县"},{value:141027,pid:141e3,label:"浮山县"},{value:141028,pid:141e3,label:"吉县"},{value:141029,pid:141e3,label:"乡宁县"},{value:141030,pid:141e3,label:"大宁县"},{value:141031,pid:141e3,label:"隰县"},{value:141032,pid:141e3,label:"永和县"},{value:141033,pid:141e3,label:"蒲县"},{value:141034,pid:141e3,label:"汾西县"},{value:141081,pid:141e3,label:"侯马市"},{value:141082,pid:141e3,label:"霍州市"}]},{value:141100,pid:14e4,label:"吕梁市",children:[{value:141102,pid:141100,label:"离石区"},{value:141121,pid:141100,label:"文水县"},{value:141122,pid:141100,label:"交城县"},{value:141123,pid:141100,label:"兴县"},{value:141124,pid:141100,label:"临县"},{value:141125,pid:141100,label:"柳林县"},{value:141126,pid:141100,label:"石楼县"},{value:141127,pid:141100,label:"岚县"},{value:141128,pid:141100,label:"方山县"},{value:141129,pid:141100,label:"中阳县"},{value:141130,pid:141100,label:"交口县"},{value:141181,pid:141100,label:"孝义市"},{value:141182,pid:141100,label:"汾阳市"}]}]},{value:15e4,pid:1e5,label:"内蒙古自治区",children:[{value:150100,pid:15e4,label:"呼和浩特市",children:[{value:150102,pid:150100,label:"新城区"},{value:150103,pid:150100,label:"回民区"},{value:150104,pid:150100,label:"玉泉区"},{value:150105,pid:150100,label:"赛罕区"},{value:150121,pid:150100,label:"土默特左旗"},{value:150122,pid:150100,label:"托克托县"},{value:150123,pid:150100,label:"和林格尔县"},{value:150124,pid:150100,label:"清水河县"},{value:150125,pid:150100,label:"武川县"},{value:150171,pid:150100,label:"金海工业园区"},{value:150172,pid:150100,label:"经济技术开发区"}]},{value:150200,pid:15e4,label:"包头市",children:[{value:150202,pid:150200,label:"东河区"},{value:150203,pid:150200,label:"昆都仑区"},{value:150204,pid:150200,label:"青山区"},{value:150205,pid:150200,label:"石拐区"},{value:150206,pid:150200,label:"白云鄂博矿区"},{value:150207,pid:150200,label:"九原区"},{value:150221,pid:150200,label:"土默特右旗"},{value:150222,pid:150200,label:"固阳县"},{value:150223,pid:150200,label:"达尔罕茂明安联合旗"}]},{value:150300,pid:15e4,label:"乌海市",children:[{value:150302,pid:150300,label:"海勃湾区"},{value:150303,pid:150300,label:"海南区"},{value:150304,pid:150300,label:"乌达区"}]},{value:150400,pid:15e4,label:"赤峰市",children:[{value:150402,pid:150400,label:"红山区"},{value:150403,pid:150400,label:"元宝山区"},{value:150404,pid:150400,label:"松山区"},{value:150421,pid:150400,label:"阿鲁科尔沁旗"},{value:150422,pid:150400,label:"巴林左旗"},{value:150423,pid:150400,label:"巴林右旗"},{value:150424,pid:150400,label:"林西县"},{value:150425,pid:150400,label:"克什克腾旗"},{value:150426,pid:150400,label:"翁牛特旗"},{value:150428,pid:150400,label:"喀喇沁旗"},{value:150429,pid:150400,label:"宁城县"},{value:150430,pid:150400,label:"敖汉旗"}]},{value:150500,pid:15e4,label:"通辽市",children:[{value:150502,pid:150500,label:"科尔沁区"},{value:150521,pid:150500,label:"科尔沁左翼中旗"},{value:150522,pid:150500,label:"科尔沁左翼后旗"},{value:150523,pid:150500,label:"开鲁县"},{value:150524,pid:150500,label:"库伦旗"},{value:150525,pid:150500,label:"奈曼旗"},{value:150526,pid:150500,label:"扎鲁特旗"},{value:150581,pid:150500,label:"霍林郭勒市"}]},{value:150600,pid:15e4,label:"鄂尔多斯市",children:[{value:150602,pid:150600,label:"东胜区"},{value:150603,pid:150600,label:"康巴什区"},{value:150621,pid:150600,label:"达拉特旗"},{value:150622,pid:150600,label:"准格尔旗"},{value:150623,pid:150600,label:"鄂托克前旗"},{value:150624,pid:150600,label:"鄂托克旗"},{value:150625,pid:150600,label:"杭锦旗"},{value:150626,pid:150600,label:"乌审旗"},{value:150627,pid:150600,label:"伊金霍洛旗"}]},{value:150700,pid:15e4,label:"呼伦贝尔市",children:[{value:150702,pid:150700,label:"海拉尔区"},{value:150703,pid:150700,label:"扎赉诺尔区"},{value:150721,pid:150700,label:"阿荣旗"},{value:150722,pid:150700,label:"莫力达瓦达斡尔族自治旗"},{value:150723,pid:150700,label:"鄂伦春自治旗"},{value:150724,pid:150700,label:"鄂温克族自治旗"},{value:150725,pid:150700,label:"陈巴尔虎旗"},{value:150726,pid:150700,label:"新巴尔虎左旗"},{value:150727,pid:150700,label:"新巴尔虎右旗"},{value:150781,pid:150700,label:"满洲里市"},{value:150782,pid:150700,label:"牙克石市"},{value:150783,pid:150700,label:"扎兰屯市"},{value:150784,pid:150700,label:"额尔古纳市"},{value:150785,pid:150700,label:"根河市"}]},{value:150800,pid:15e4,label:"巴彦淖尔市",children:[{value:150802,pid:150800,label:"临河区"},{value:150821,pid:150800,label:"五原县"},{value:150822,pid:150800,label:"磴口县"},{value:150823,pid:150800,label:"乌拉特前旗"},{value:150824,pid:150800,label:"乌拉特中旗"},{value:150825,pid:150800,label:"乌拉特后旗"},{value:150826,pid:150800,label:"杭锦后旗"}]},{value:150900,pid:15e4,label:"乌兰察布市",children:[{value:150902,pid:150900,label:"集宁区"},{value:150921,pid:150900,label:"卓资县"},{value:150922,pid:150900,label:"化德县"},{value:150923,pid:150900,label:"商都县"},{value:150924,pid:150900,label:"兴和县"},{value:150925,pid:150900,label:"凉城县"},{value:150926,pid:150900,label:"察哈尔右翼前旗"},{value:150927,pid:150900,label:"察哈尔右翼中旗"},{value:150928,pid:150900,label:"察哈尔右翼后旗"},{value:150929,pid:150900,label:"四子王旗"},{value:150981,pid:150900,label:"丰镇市"}]},{value:152200,pid:15e4,label:"兴安盟",children:[{value:152201,pid:152200,label:"乌兰浩特市"},{value:152202,pid:152200,label:"阿尔山市"},{value:152221,pid:152200,label:"科尔沁右翼前旗"},{value:152222,pid:152200,label:"科尔沁右翼中旗"},{value:152223,pid:152200,label:"扎赉特旗"},{value:152224,pid:152200,label:"突泉县"}]},{value:152500,pid:15e4,label:"锡林郭勒盟",children:[{value:152501,pid:152500,label:"二连浩特市"},{value:152502,pid:152500,label:"锡林浩特市"},{value:152522,pid:152500,label:"阿巴嘎旗"},{value:152523,pid:152500,label:"苏尼特左旗"},{value:152524,pid:152500,label:"苏尼特右旗"},{value:152525,pid:152500,label:"东乌珠穆沁旗"},{value:152526,pid:152500,label:"西乌珠穆沁旗"},{value:152527,pid:152500,label:"太仆寺旗"},{value:152528,pid:152500,label:"镶黄旗"},{value:152529,pid:152500,label:"正镶白旗"},{value:152530,pid:152500,label:"正蓝旗"},{value:152531,pid:152500,label:"多伦县"}]},{value:152900,pid:15e4,label:"阿拉善盟",children:[{value:152921,pid:152900,label:"阿拉善左旗"},{value:152922,pid:152900,label:"阿拉善右旗"},{value:152923,pid:152900,label:"额济纳旗"}]}]},{value:21e4,pid:1e5,label:"辽宁省",children:[{value:210100,pid:21e4,label:"沈阳市",children:[{value:210102,pid:210100,label:"和平区"},{value:210103,pid:210100,label:"沈河区"},{value:210104,pid:210100,label:"大东区"},{value:210105,pid:210100,label:"皇姑区"},{value:210106,pid:210100,label:"铁西区"},{value:210111,pid:210100,label:"苏家屯区"},{value:210112,pid:210100,label:"浑南区"},{value:210113,pid:210100,label:"沈北新区"},{value:210114,pid:210100,label:"于洪区"},{value:210115,pid:210100,label:"辽中区"},{value:210123,pid:210100,label:"康平县"},{value:210124,pid:210100,label:"法库县"},{value:210181,pid:210100,label:"新民市"},{value:210182,pid:210100,label:"高新区"}]},{value:210200,pid:21e4,label:"大连市",children:[{value:210202,pid:210200,label:"中山区"},{value:210203,pid:210200,label:"西岗区"},{value:210204,pid:210200,label:"沙河口区"},{value:210211,pid:210200,label:"甘井子区"},{value:210212,pid:210200,label:"旅顺口区"},{value:210213,pid:210200,label:"金州区"},{value:210214,pid:210200,label:"普兰店区"},{value:210224,pid:210200,label:"长海县"},{value:210281,pid:210200,label:"瓦房店市"},{value:210283,pid:210200,label:"庄河市"},{value:210284,pid:210200,label:"高新区"},{value:210285,pid:210200,label:"经济开发区"},{value:210286,pid:210200,label:"金普新区"}]},{value:210300,pid:21e4,label:"鞍山市",children:[{value:210302,pid:210300,label:"铁东区"},{value:210303,pid:210300,label:"铁西区"},{value:210304,pid:210300,label:"立山区"},{value:210311,pid:210300,label:"千山区"},{value:210321,pid:210300,label:"台安县"},{value:210323,pid:210300,label:"岫岩满族自治县"},{value:210381,pid:210300,label:"海城市"},{value:210382,pid:210300,label:"高新区"}]},{value:210400,pid:21e4,label:"抚顺市",children:[{value:210402,pid:210400,label:"新抚区"},{value:210403,pid:210400,label:"东洲区"},{value:210404,pid:210400,label:"望花区"},{value:210411,pid:210400,label:"顺城区"},{value:210421,pid:210400,label:"抚顺县"},{value:210422,pid:210400,label:"新宾满族自治县"},{value:210423,pid:210400,label:"清原满族自治县"}]},{value:210500,pid:21e4,label:"本溪市",children:[{value:210502,pid:210500,label:"平山区"},{value:210503,pid:210500,label:"溪湖区"},{value:210504,pid:210500,label:"明山区"},{value:210505,pid:210500,label:"南芬区"},{value:210521,pid:210500,label:"本溪满族自治县"},{value:210522,pid:210500,label:"桓仁满族自治县"}]},{value:210600,pid:21e4,label:"丹东市",children:[{value:210602,pid:210600,label:"元宝区"},{value:210603,pid:210600,label:"振兴区"},{value:210604,pid:210600,label:"振安区"},{value:210624,pid:210600,label:"宽甸满族自治县"},{value:210681,pid:210600,label:"东港市"},{value:210682,pid:210600,label:"凤城市"}]},{value:210700,pid:21e4,label:"锦州市",children:[{value:210702,pid:210700,label:"古塔区"},{value:210703,pid:210700,label:"凌河区"},{value:210711,pid:210700,label:"太和区"},{value:210726,pid:210700,label:"黑山县"},{value:210727,pid:210700,label:"义县"},{value:210781,pid:210700,label:"凌海市"},{value:210782,pid:210700,label:"北镇市"},{value:210783,pid:210700,label:"松山新区"},{value:210784,pid:210700,label:"龙栖湾新区"},{value:210785,pid:210700,label:"经济技术开发区"}]},{value:210800,pid:21e4,label:"营口市",children:[{value:210802,pid:210800,label:"站前区"},{value:210803,pid:210800,label:"西市区"},{value:210804,pid:210800,label:"鲅鱼圈区"},{value:210811,pid:210800,label:"老边区"},{value:210881,pid:210800,label:"盖州市"},{value:210882,pid:210800,label:"大石桥市"}]},{value:210900,pid:21e4,label:"阜新市",children:[{value:210902,pid:210900,label:"海州区"},{value:210903,pid:210900,label:"新邱区"},{value:210904,pid:210900,label:"太平区"},{value:210905,pid:210900,label:"清河门区"},{value:210911,pid:210900,label:"细河区"},{value:210921,pid:210900,label:"阜新蒙古族自治县"},{value:210922,pid:210900,label:"彰武县"}]},{value:211e3,pid:21e4,label:"辽阳市",children:[{value:211002,pid:211e3,label:"白塔区"},{value:211003,pid:211e3,label:"文圣区"},{value:211004,pid:211e3,label:"宏伟区"},{value:211005,pid:211e3,label:"弓长岭区"},{value:211011,pid:211e3,label:"太子河区"},{value:211021,pid:211e3,label:"辽阳县"},{value:211081,pid:211e3,label:"灯塔市"}]},{value:211100,pid:21e4,label:"盘锦市",children:[{value:211102,pid:211100,label:"双台子区"},{value:211103,pid:211100,label:"兴隆台区"},{value:211104,pid:211100,label:"大洼区"},{value:211122,pid:211100,label:"盘山县"}]},{value:211200,pid:21e4,label:"铁岭市",children:[{value:211202,pid:211200,label:"银州区"},{value:211204,pid:211200,label:"清河区"},{value:211221,pid:211200,label:"铁岭县"},{value:211223,pid:211200,label:"西丰县"},{value:211224,pid:211200,label:"昌图县"},{value:211281,pid:211200,label:"调兵山市"},{value:211282,pid:211200,label:"开原市"}]},{value:211300,pid:21e4,label:"朝阳市",children:[{value:211302,pid:211300,label:"双塔区"},{value:211303,pid:211300,label:"龙城区"},{value:211321,pid:211300,label:"朝阳县"},{value:211322,pid:211300,label:"建平县"},{value:211324,pid:211300,label:"喀喇沁左翼蒙古族自治县"},{value:211381,pid:211300,label:"北票市"},{value:211382,pid:211300,label:"凌源市"}]},{value:211400,pid:21e4,label:"葫芦岛市",children:[{value:211402,pid:211400,label:"连山区"},{value:211403,pid:211400,label:"龙港区"},{value:211404,pid:211400,label:"南票区"},{value:211421,pid:211400,label:"绥中县"},{value:211422,pid:211400,label:"建昌县"},{value:211481,pid:211400,label:"兴城市"}]}]},{value:22e4,pid:1e5,label:"吉林省",children:[{value:220100,pid:22e4,label:"长春市",children:[{value:220102,pid:220100,label:"南关区"},{value:220103,pid:220100,label:"宽城区"},{value:220104,pid:220100,label:"朝阳区"},{value:220105,pid:220100,label:"二道区"},{value:220106,pid:220100,label:"绿园区"},{value:220112,pid:220100,label:"双阳区"},{value:220113,pid:220100,label:"九台区"},{value:220122,pid:220100,label:"农安县"},{value:220182,pid:220100,label:"榆树市"},{value:220183,pid:220100,label:"德惠市"},{value:220184,pid:220100,label:"长春新区"},{value:220185,pid:220100,label:"高新区"},{value:220186,pid:220100,label:"经济技术开发区"},{value:220187,pid:220100,label:"汽车产业开发区"},{value:220188,pid:220100,label:"兴隆综合保税区"}]},{value:220200,pid:22e4,label:"吉林市",children:[{value:220202,pid:220200,label:"昌邑区"},{value:220203,pid:220200,label:"龙潭区"},{value:220204,pid:220200,label:"船营区"},{value:220211,pid:220200,label:"丰满区"},{value:220221,pid:220200,label:"永吉县"},{value:220281,pid:220200,label:"蛟河市"},{value:220282,pid:220200,label:"桦甸市"},{value:220283,pid:220200,label:"舒兰市"},{value:220284,pid:220200,label:"磐石市"},{value:220285,pid:220200,label:"高新区"}]},{value:220300,pid:22e4,label:"四平市",children:[{value:220302,pid:220300,label:"铁西区"},{value:220303,pid:220300,label:"铁东区"},{value:220322,pid:220300,label:"梨树县"},{value:220323,pid:220300,label:"伊通满族自治县"},{value:220381,pid:220300,label:"公主岭市"},{value:220382,pid:220300,label:"双辽市"}]},{value:220400,pid:22e4,label:"辽源市",children:[{value:220402,pid:220400,label:"龙山区"},{value:220403,pid:220400,label:"西安区"},{value:220421,pid:220400,label:"东丰县"},{value:220422,pid:220400,label:"东辽县"}]},{value:220500,pid:22e4,label:"通化市",children:[{value:220502,pid:220500,label:"东昌区"},{value:220503,pid:220500,label:"二道江区"},{value:220521,pid:220500,label:"通化县"},{value:220523,pid:220500,label:"辉南县"},{value:220524,pid:220500,label:"柳河县"},{value:220581,pid:220500,label:"梅河口市"},{value:220582,pid:220500,label:"集安市"}]},{value:220600,pid:22e4,label:"白山市",children:[{value:220602,pid:220600,label:"浑江区"},{value:220605,pid:220600,label:"江源区"},{value:220621,pid:220600,label:"抚松县"},{value:220622,pid:220600,label:"靖宇县"},{value:220623,pid:220600,label:"长白朝鲜族自治县"},{value:220681,pid:220600,label:"临江市"}]},{value:220700,pid:22e4,label:"松原市",children:[{value:220702,pid:220700,label:"宁江区"},{value:220721,pid:220700,label:"前郭尔罗斯蒙古族自治县"},{value:220722,pid:220700,label:"长岭县"},{value:220723,pid:220700,label:"乾安县"},{value:220781,pid:220700,label:"扶余市"}]},{value:220800,pid:22e4,label:"白城市",children:[{value:220802,pid:220800,label:"洮北区"},{value:220821,pid:220800,label:"镇赉县"},{value:220822,pid:220800,label:"通榆县"},{value:220881,pid:220800,label:"洮南市"},{value:220882,pid:220800,label:"大安市"}]},{value:222400,pid:22e4,label:"延边朝鲜族自治州",children:[{value:222401,pid:222400,label:"延吉市"},{value:222402,pid:222400,label:"图们市"},{value:222403,pid:222400,label:"敦化市"},{value:222404,pid:222400,label:"珲春市"},{value:222405,pid:222400,label:"龙井市"},{value:222406,pid:222400,label:"和龙市"},{value:222424,pid:222400,label:"汪清县"},{value:222426,pid:222400,label:"安图县"}]}]},{value:23e4,pid:1e5,label:"黑龙江省",children:[{value:230100,pid:23e4,label:"哈尔滨市",children:[{value:230102,pid:230100,label:"道里区"},{value:230103,pid:230100,label:"南岗区"},{value:230104,pid:230100,label:"道外区"},{value:230108,pid:230100,label:"平房区"},{value:230109,pid:230100,label:"松北区"},{value:230110,pid:230100,label:"香坊区"},{value:230111,pid:230100,label:"呼兰区"},{value:230112,pid:230100,label:"阿城区"},{value:230113,pid:230100,label:"双城区"},{value:230123,pid:230100,label:"依兰县"},{value:230124,pid:230100,label:"方正县"},{value:230125,pid:230100,label:"宾县"},{value:230126,pid:230100,label:"巴彦县"},{value:230127,pid:230100,label:"木兰县"},{value:230128,pid:230100,label:"通河县"},{value:230129,pid:230100,label:"延寿县"},{value:230183,pid:230100,label:"尚志市"},{value:230184,pid:230100,label:"五常市"},{value:230185,pid:230100,label:"哈尔滨新区"},{value:230186,pid:230100,label:"高新区"}]},{value:230200,pid:23e4,label:"齐齐哈尔市",children:[{value:230202,pid:230200,label:"龙沙区"},{value:230203,pid:230200,label:"建华区"},{value:230204,pid:230200,label:"铁锋区"},{value:230205,pid:230200,label:"昂昂溪区"},{value:230206,pid:230200,label:"富拉尔基区"},{value:230207,pid:230200,label:"碾子山区"},{value:230208,pid:230200,label:"梅里斯达斡尔族区"},{value:230221,pid:230200,label:"龙江县"},{value:230223,pid:230200,label:"依安县"},{value:230224,pid:230200,label:"泰来县"},{value:230225,pid:230200,label:"甘南县"},{value:230227,pid:230200,label:"富裕县"},{value:230229,pid:230200,label:"克山县"},{value:230230,pid:230200,label:"克东县"},{value:230231,pid:230200,label:"拜泉县"},{value:230281,pid:230200,label:"讷河市"},{value:230282,pid:230200,label:"高新区"}]},{value:230300,pid:23e4,label:"鸡西市",children:[{value:230302,pid:230300,label:"鸡冠区"},{value:230303,pid:230300,label:"恒山区"},{value:230304,pid:230300,label:"滴道区"},{value:230305,pid:230300,label:"梨树区"},{value:230306,pid:230300,label:"城子河区"},{value:230307,pid:230300,label:"麻山区"},{value:230321,pid:230300,label:"鸡东县"},{value:230381,pid:230300,label:"虎林市"},{value:230382,pid:230300,label:"密山市"}]},{value:230400,pid:23e4,label:"鹤岗市",children:[{value:230402,pid:230400,label:"向阳区"},{value:230403,pid:230400,label:"工农区"},{value:230404,pid:230400,label:"南山区"},{value:230405,pid:230400,label:"兴安区"},{value:230406,pid:230400,label:"东山区"},{value:230407,pid:230400,label:"兴山区"},{value:230421,pid:230400,label:"萝北县"},{value:230422,pid:230400,label:"绥滨县"}]},{value:230500,pid:23e4,label:"双鸭山市",children:[{value:230502,pid:230500,label:"尖山区"},{value:230503,pid:230500,label:"岭东区"},{value:230505,pid:230500,label:"四方台区"},{value:230506,pid:230500,label:"宝山区"},{value:230521,pid:230500,label:"集贤县"},{value:230522,pid:230500,label:"友谊县"},{value:230523,pid:230500,label:"宝清县"},{value:230524,pid:230500,label:"饶河县"}]},{value:230600,pid:23e4,label:"大庆市",children:[{value:230602,pid:230600,label:"萨尔图区"},{value:230603,pid:230600,label:"龙凤区"},{value:230604,pid:230600,label:"让胡路区"},{value:230605,pid:230600,label:"红岗区"},{value:230606,pid:230600,label:"大同区"},{value:230621,pid:230600,label:"肇州县"},{value:230622,pid:230600,label:"肇源县"},{value:230623,pid:230600,label:"林甸县"},{value:230624,pid:230600,label:"杜尔伯特蒙古族自治县"},{value:230625,pid:230600,label:"高新区"}]},{value:230700,pid:23e4,label:"伊春市",children:[{value:230702,pid:230700,label:"伊春区"},{value:230703,pid:230700,label:"南岔区"},{value:230704,pid:230700,label:"友好区"},{value:230705,pid:230700,label:"西林区"},{value:230706,pid:230700,label:"翠峦区"},{value:230707,pid:230700,label:"新青区"},{value:230708,pid:230700,label:"美溪区"},{value:230709,pid:230700,label:"金山屯区"},{value:230710,pid:230700,label:"五营区"},{value:230711,pid:230700,label:"乌马河区"},{value:230712,pid:230700,label:"汤旺河区"},{value:230713,pid:230700,label:"带岭区"},{value:230714,pid:230700,label:"乌伊岭区"},{value:230715,pid:230700,label:"红星区"},{value:230716,pid:230700,label:"上甘岭区"},{value:230722,pid:230700,label:"嘉荫县"},{value:230781,pid:230700,label:"铁力市"}]},{value:230800,pid:23e4,label:"佳木斯市",children:[{value:230803,pid:230800,label:"向阳区"},{value:230804,pid:230800,label:"前进区"},{value:230805,pid:230800,label:"东风区"},{value:230811,pid:230800,label:"郊区"},{value:230822,pid:230800,label:"桦南县"},{value:230826,pid:230800,label:"桦川县"},{value:230828,pid:230800,label:"汤原县"},{value:230881,pid:230800,label:"同江市"},{value:230882,pid:230800,label:"富锦市"},{value:230883,pid:230800,label:"抚远市"}]},{value:230900,pid:23e4,label:"七台河市",children:[{value:230902,pid:230900,label:"新兴区"},{value:230903,pid:230900,label:"桃山区"},{value:230904,pid:230900,label:"茄子河区"},{value:230921,pid:230900,label:"勃利县"}]},{value:231e3,pid:23e4,label:"牡丹江市",children:[{value:231002,pid:231e3,label:"东安区"},{value:231003,pid:231e3,label:"阳明区"},{value:231004,pid:231e3,label:"爱民区"},{value:231005,pid:231e3,label:"西安区"},{value:231025,pid:231e3,label:"林口县"},{value:231081,pid:231e3,label:"绥芬河市"},{value:231083,pid:231e3,label:"海林市"},{value:231084,pid:231e3,label:"宁安市"},{value:231085,pid:231e3,label:"穆棱市"},{value:231086,pid:231e3,label:"东宁市"}]},{value:231100,pid:23e4,label:"黑河市",children:[{value:231102,pid:231100,label:"爱辉区"},{value:231121,pid:231100,label:"嫩江县"},{value:231123,pid:231100,label:"逊克县"},{value:231124,pid:231100,label:"孙吴县"},{value:231181,pid:231100,label:"北安市"},{value:231182,pid:231100,label:"五大连池市"}]},{value:231200,pid:23e4,label:"绥化市",children:[{value:231202,pid:231200,label:"北林区"},{value:231221,pid:231200,label:"望奎县"},{value:231222,pid:231200,label:"兰西县"},{value:231223,pid:231200,label:"青冈县"},{value:231224,pid:231200,label:"庆安县"},{value:231225,pid:231200,label:"明水县"},{value:231226,pid:231200,label:"绥棱县"},{value:231281,pid:231200,label:"安达市"},{value:231282,pid:231200,label:"肇东市"},{value:231283,pid:231200,label:"海伦市"}]},{value:232700,pid:23e4,label:"大兴安岭地区",children:[{value:232701,pid:232700,label:"漠河市"},{value:232721,pid:232700,label:"呼玛县"},{value:232722,pid:232700,label:"塔河县"},{value:232761,pid:232700,label:"加格达奇区"},{value:232762,pid:232700,label:"松岭区"},{value:232763,pid:232700,label:"新林区"},{value:232764,pid:232700,label:"呼中区"}]}]},{value:31e4,pid:1e5,label:"上海",children:[{value:310100,pid:31e4,label:"上海市",children:[{value:310101,pid:310100,label:"黄浦区"},{value:310104,pid:310100,label:"徐汇区"},{value:310105,pid:310100,label:"长宁区"},{value:310106,pid:310100,label:"静安区"},{value:310107,pid:310100,label:"普陀区"},{value:310109,pid:310100,label:"虹口区"},{value:310110,pid:310100,label:"杨浦区"},{value:310112,pid:310100,label:"闵行区"},{value:310113,pid:310100,label:"宝山区"},{value:310114,pid:310100,label:"嘉定区"},{value:310115,pid:310100,label:"浦东新区"},{value:310116,pid:310100,label:"金山区"},{value:310117,pid:310100,label:"松江区"},{value:310118,pid:310100,label:"青浦区"},{value:310120,pid:310100,label:"奉贤区"},{value:310151,pid:310100,label:"崇明区"},{value:310231,pid:310100,label:"张江高新区"},{value:310232,pid:310100,label:"紫竹高新区"},{value:310233,pid:310100,label:"漕河泾开发区"}]}]},{value:32e4,pid:1e5,label:"江苏省",children:[{value:320100,pid:32e4,label:"南京市",children:[{value:320102,pid:320100,label:"玄武区"},{value:320104,pid:320100,label:"秦淮区"},{value:320105,pid:320100,label:"建邺区"},{value:320106,pid:320100,label:"鼓楼区"},{value:320111,pid:320100,label:"浦口区"},{value:320113,pid:320100,label:"栖霞区"},{value:320114,pid:320100,label:"雨花台区"},{value:320115,pid:320100,label:"江宁区"},{value:320116,pid:320100,label:"六合区"},{value:320117,pid:320100,label:"溧水区"},{value:320118,pid:320100,label:"高淳区"},{value:320119,pid:320100,label:"江北新区"},{value:320120,pid:320100,label:"高新区"}]},{value:320200,pid:32e4,label:"无锡市",children:[{value:320205,pid:320200,label:"锡山区"},{value:320206,pid:320200,label:"惠山区"},{value:320211,pid:320200,label:"滨湖区"},{value:320213,pid:320200,label:"梁溪区"},{value:320214,pid:320200,label:"新吴区"},{value:320281,pid:320200,label:"江阴市"},{value:320282,pid:320200,label:"宜兴市"}]},{value:320300,pid:32e4,label:"徐州市",children:[{value:320302,pid:320300,label:"鼓楼区"},{value:320303,pid:320300,label:"云龙区"},{value:320305,pid:320300,label:"贾汪区"},{value:320311,pid:320300,label:"泉山区"},{value:320312,pid:320300,label:"铜山区"},{value:320321,pid:320300,label:"丰县"},{value:320322,pid:320300,label:"沛县"},{value:320324,pid:320300,label:"睢宁县"},{value:320381,pid:320300,label:"新沂市"},{value:320382,pid:320300,label:"邳州市"},{value:320383,pid:320300,label:"经济技术开发区"},{value:320384,pid:320300,label:"高新区"},{value:320385,pid:320300,label:"软件园"}]},{value:320400,pid:32e4,label:"常州市",children:[{value:320402,pid:320400,label:"天宁区"},{value:320404,pid:320400,label:"钟楼区"},{value:320411,pid:320400,label:"新北区"},{value:320412,pid:320400,label:"武进区"},{value:320413,pid:320400,label:"金坛区"},{value:320481,pid:320400,label:"溧阳市"},{value:320482,pid:320400,label:"高新区"}]},{value:320500,pid:32e4,label:"苏州市",children:[{value:320505,pid:320500,label:"虎丘区"},{value:320506,pid:320500,label:"吴中区"},{value:320507,pid:320500,label:"相城区"},{value:320508,pid:320500,label:"姑苏区"},{value:320509,pid:320500,label:"吴江区"},{value:320581,pid:320500,label:"常熟市"},{value:320582,pid:320500,label:"张家港市"},{value:320583,pid:320500,label:"昆山市"},{value:320585,pid:320500,label:"太仓市"},{value:320586,pid:320500,label:"苏州新区"},{value:320587,pid:320500,label:"工业园区"},{value:320588,pid:320500,label:"高新区"}]},{value:320600,pid:32e4,label:"南通市",children:[{value:320602,pid:320600,label:"崇川区"},{value:320611,pid:320600,label:"港闸区"},{value:320612,pid:320600,label:"通州区"},{value:320623,pid:320600,label:"如东县"},{value:320681,pid:320600,label:"启东市"},{value:320682,pid:320600,label:"如皋市"},{value:320684,pid:320600,label:"海门市"},{value:320685,pid:320600,label:"海安市"},{value:320686,pid:320600,label:"经济技术开发区"}]},{value:320700,pid:32e4,label:"连云港市",children:[{value:320703,pid:320700,label:"连云区"},{value:320706,pid:320700,label:"海州区"},{value:320707,pid:320700,label:"赣榆区"},{value:320722,pid:320700,label:"东海县"},{value:320723,pid:320700,label:"灌云县"},{value:320724,pid:320700,label:"灌南县"},{value:320725,pid:320700,label:"新海新区"},{value:320726,pid:320700,label:"连云新城"},{value:320727,pid:320700,label:"徐圩新区"},{value:320728,pid:320700,label:"济技术开发区"}]},{value:320800,pid:32e4,label:"淮安市",children:[{value:320803,pid:320800,label:"淮安区"},{value:320804,pid:320800,label:"淮阴区"},{value:320812,pid:320800,label:"清江浦区"},{value:320813,pid:320800,label:"洪泽区"},{value:320826,pid:320800,label:"涟水县"},{value:320830,pid:320800,label:"盱眙县"},{value:320831,pid:320800,label:"金湖县"},{value:320832,pid:320800,label:"经济开发区"}]},{value:320900,pid:32e4,label:"盐城市",children:[{value:320902,pid:320900,label:"亭湖区"},{value:320903,pid:320900,label:"盐都区"},{value:320904,pid:320900,label:"大丰区"},{value:320921,pid:320900,label:"响水县"},{value:320922,pid:320900,label:"滨海县"},{value:320923,pid:320900,label:"阜宁县"},{value:320924,pid:320900,label:"射阳县"},{value:320925,pid:320900,label:"建湖县"},{value:320981,pid:320900,label:"东台市"}]},{value:321e3,pid:32e4,label:"扬州市",children:[{value:321002,pid:321e3,label:"广陵区"},{value:321003,pid:321e3,label:"邗江区"},{value:321012,pid:321e3,label:"江都区"},{value:321023,pid:321e3,label:"宝应县"},{value:321081,pid:321e3,label:"仪征市"},{value:321084,pid:321e3,label:"高邮市"}]},{value:321100,pid:32e4,label:"镇江市",children:[{value:321102,pid:321100,label:"京口区"},{value:321111,pid:321100,label:"润州区"},{value:321112,pid:321100,label:"丹徒区"},{value:321181,pid:321100,label:"丹阳市"},{value:321182,pid:321100,label:"扬中市"},{value:321183,pid:321100,label:"句容市"},{value:321184,pid:321100,label:"镇江新区"},{value:321185,pid:321100,label:"镇江新区"},{value:321186,pid:321100,label:"经济开发区"}]},{value:321200,pid:32e4,label:"泰州市",children:[{value:321202,pid:321200,label:"海陵区"},{value:321203,pid:321200,label:"高港区"},{value:321204,pid:321200,label:"姜堰区"},{value:321281,pid:321200,label:"兴化市"},{value:321282,pid:321200,label:"靖江市"},{value:321283,pid:321200,label:"泰兴市"}]},{value:321300,pid:32e4,label:"宿迁市",children:[{value:321302,pid:321300,label:"宿城区"},{value:321311,pid:321300,label:"宿豫区"},{value:321322,pid:321300,label:"沭阳县"},{value:321323,pid:321300,label:"泗阳县"},{value:321324,pid:321300,label:"泗洪县"},{value:321325,pid:321300,label:"高新区"}]}]},{value:33e4,pid:1e5,label:"浙江省",children:[{value:330100,pid:33e4,label:"杭州市",children:[{value:330102,pid:330100,label:"上城区"},{value:330103,pid:330100,label:"下城区"},{value:330104,pid:330100,label:"江干区"},{value:330105,pid:330100,label:"拱墅区"},{value:330106,pid:330100,label:"西湖区"},{value:330108,pid:330100,label:"滨江区"},{value:330109,pid:330100,label:"萧山区"},{value:330110,pid:330100,label:"余杭区"},{value:330111,pid:330100,label:"富阳区"},{value:330112,pid:330100,label:"临安区"},{value:330122,pid:330100,label:"桐庐县"},{value:330127,pid:330100,label:"淳安县"},{value:330182,pid:330100,label:"建德市"},{value:330186,pid:330100,label:"高新区"}]},{value:330200,pid:33e4,label:"宁波市",children:[{value:330203,pid:330200,label:"海曙区"},{value:330205,pid:330200,label:"江北区"},{value:330206,pid:330200,label:"北仑区"},{value:330211,pid:330200,label:"镇海区"},{value:330212,pid:330200,label:"鄞州区"},{value:330213,pid:330200,label:"奉化区"},{value:330225,pid:330200,label:"象山县"},{value:330226,pid:330200,label:"宁海县"},{value:330281,pid:330200,label:"余姚市"},{value:330282,pid:330200,label:"慈溪市"},{value:330284,pid:330200,label:"杭州湾新区"},{value:330285,pid:330200,label:"高新区"}]},{value:330300,pid:33e4,label:"温州市",children:[{value:330302,pid:330300,label:"鹿城区"},{value:330303,pid:330300,label:"龙湾区"},{value:330304,pid:330300,label:"瓯海区"},{value:330305,pid:330300,label:"洞头区"},{value:330324,pid:330300,label:"永嘉县"},{value:330326,pid:330300,label:"平阳县"},{value:330327,pid:330300,label:"苍南县"},{value:330328,pid:330300,label:"文成县"},{value:330329,pid:330300,label:"泰顺县"},{value:330381,pid:330300,label:"瑞安市"},{value:330382,pid:330300,label:"乐清市"}]},{value:330400,pid:33e4,label:"嘉兴市",children:[{value:330402,pid:330400,label:"南湖区"},{value:330411,pid:330400,label:"秀洲区"},{value:330421,pid:330400,label:"嘉善县"},{value:330424,pid:330400,label:"海盐县"},{value:330481,pid:330400,label:"海宁市"},{value:330482,pid:330400,label:"平湖市"},{value:330483,pid:330400,label:"桐乡市"}]},{value:330500,pid:33e4,label:"湖州市",children:[{value:330502,pid:330500,label:"吴兴区"},{value:330503,pid:330500,label:"南浔区"},{value:330521,pid:330500,label:"德清县"},{value:330522,pid:330500,label:"长兴县"},{value:330523,pid:330500,label:"安吉县"}]},{value:330600,pid:33e4,label:"绍兴市",children:[{value:330602,pid:330600,label:"越城区"},{value:330603,pid:330600,label:"柯桥区"},{value:330604,pid:330600,label:"上虞区"},{value:330624,pid:330600,label:"新昌县"},{value:330681,pid:330600,label:"诸暨市"},{value:330683,pid:330600,label:"嵊州市"}]},{value:330700,pid:33e4,label:"金华市",children:[{value:330702,pid:330700,label:"婺城区"},{value:330703,pid:330700,label:"金东区"},{value:330723,pid:330700,label:"武义县"},{value:330726,pid:330700,label:"浦江县"},{value:330727,pid:330700,label:"磐安县"},{value:330781,pid:330700,label:"兰溪市"},{value:330782,pid:330700,label:"义乌市"},{value:330783,pid:330700,label:"东阳市"},{value:330784,pid:330700,label:"永康市"}]},{value:330800,pid:33e4,label:"衢州市",children:[{value:330802,pid:330800,label:"柯城区"},{value:330803,pid:330800,label:"衢江区"},{value:330822,pid:330800,label:"常山县"},{value:330824,pid:330800,label:"开化县"},{value:330825,pid:330800,label:"龙游县"},{value:330881,pid:330800,label:"江山市"}]},{value:330900,pid:33e4,label:"舟山市",children:[{value:330902,pid:330900,label:"定海区"},{value:330903,pid:330900,label:"普陀区"},{value:330921,pid:330900,label:"岱山县"},{value:330922,pid:330900,label:"嵊泗县"}]},{value:331e3,pid:33e4,label:"台州市",children:[{value:331002,pid:331e3,label:"椒江区"},{value:331003,pid:331e3,label:"黄岩区"},{value:331004,pid:331e3,label:"路桥区"},{value:331022,pid:331e3,label:"三门县"},{value:331023,pid:331e3,label:"天台县"},{value:331024,pid:331e3,label:"仙居县"},{value:331081,pid:331e3,label:"温岭市"},{value:331082,pid:331e3,label:"临海市"},{value:331083,pid:331e3,label:"玉环市"}]},{value:331100,pid:33e4,label:"丽水市",children:[{value:331102,pid:331100,label:"莲都区"},{value:331121,pid:331100,label:"青田县"},{value:331122,pid:331100,label:"缙云县"},{value:331123,pid:331100,label:"遂昌县"},{value:331124,pid:331100,label:"松阳县"},{value:331125,pid:331100,label:"云和县"},{value:331126,pid:331100,label:"庆元县"},{value:331127,pid:331100,label:"景宁畲族自治县"},{value:331181,pid:331100,label:"龙泉市"}]},{value:331200,pid:33e4,label:"舟山群岛新区",children:[{value:331201,pid:331200,label:"金塘岛"},{value:331202,pid:331200,label:"六横岛"},{value:331203,pid:331200,label:"衢山岛"},{value:331204,pid:331200,label:"舟山本岛西北部"},{value:331205,pid:331200,label:"岱山岛西南部"},{value:331206,pid:331200,label:"泗礁岛"},{value:331207,pid:331200,label:"朱家尖岛"},{value:331208,pid:331200,label:"洋山岛"},{value:331209,pid:331200,label:"长涂岛"},{value:331210,pid:331200,label:"虾峙岛"}]}]},{value:34e4,pid:1e5,label:"安徽省",children:[{value:340100,pid:34e4,label:"合肥市",children:[{value:340102,pid:340100,label:"瑶海区"},{value:340103,pid:340100,label:"庐阳区"},{value:340104,pid:340100,label:"蜀山区"},{value:340111,pid:340100,label:"包河区"},{value:340121,pid:340100,label:"长丰县"},{value:340122,pid:340100,label:"肥东县"},{value:340123,pid:340100,label:"肥西县"},{value:340124,pid:340100,label:"庐江县"},{value:340181,pid:340100,label:"巢湖市"},{value:340184,pid:340100,label:"经济开发区"},{value:340185,pid:340100,label:"高新区"},{value:340186,pid:340100,label:"北城新区"},{value:340187,pid:340100,label:"滨湖新区"},{value:340188,pid:340100,label:"政务文化新区"},{value:340189,pid:340100,label:"新站综合开发试验区"}]},{value:340200,pid:34e4,label:"芜湖市",children:[{value:340202,pid:340200,label:"镜湖区"},{value:340203,pid:340200,label:"弋江区"},{value:340207,pid:340200,label:"鸠江区"},{value:340208,pid:340200,label:"三山区"},{value:340221,pid:340200,label:"芜湖县"},{value:340222,pid:340200,label:"繁昌县"},{value:340223,pid:340200,label:"南陵县"},{value:340225,pid:340200,label:"无为县"},{value:340226,pid:340200,label:"经济开发区"},{value:340227,pid:340200,label:"城东新区"}]},{value:340300,pid:34e4,label:"蚌埠市",children:[{value:340302,pid:340300,label:"龙子湖区"},{value:340303,pid:340300,label:"蚌山区"},{value:340304,pid:340300,label:"禹会区"},{value:340311,pid:340300,label:"淮上区"},{value:340321,pid:340300,label:"怀远县"},{value:340322,pid:340300,label:"五河县"},{value:340323,pid:340300,label:"固镇县"},{value:340324,pid:340300,label:"高新区"}]},{value:340400,pid:34e4,label:"淮南市",children:[{value:340402,pid:340400,label:"大通区"},{value:340403,pid:340400,label:"田家庵区"},{value:340404,pid:340400,label:"谢家集区"},{value:340405,pid:340400,label:"八公山区"},{value:340406,pid:340400,label:"潘集区"},{value:340421,pid:340400,label:"凤台县"},{value:340422,pid:340400,label:"寿县"},{value:340423,pid:340400,label:"山南新区"},{value:340424,pid:340400,label:"毛集实验区"},{value:340425,pid:340400,label:"经济开发区"}]},{value:340500,pid:34e4,label:"马鞍山市",children:[{value:340503,pid:340500,label:"花山区"},{value:340504,pid:340500,label:"雨山区"},{value:340506,pid:340500,label:"博望区"},{value:340521,pid:340500,label:"当涂县"},{value:340522,pid:340500,label:"含山县"},{value:340523,pid:340500,label:"和县"}]},{value:340600,pid:34e4,label:"淮北市",children:[{value:340602,pid:340600,label:"杜集区"},{value:340603,pid:340600,label:"相山区"},{value:340604,pid:340600,label:"烈山区"},{value:340621,pid:340600,label:"濉溪县"}]},{value:340700,pid:34e4,label:"铜陵市",children:[{value:340705,pid:340700,label:"铜官区"},{value:340706,pid:340700,label:"义安区"},{value:340711,pid:340700,label:"郊区"},{value:340722,pid:340700,label:"枞阳县"}]},{value:340800,pid:34e4,label:"安庆市",children:[{value:340802,pid:340800,label:"迎江区"},{value:340803,pid:340800,label:"大观区"},{value:340811,pid:340800,label:"宜秀区"},{value:340822,pid:340800,label:"怀宁县"},{value:340825,pid:340800,label:"太湖县"},{value:340826,pid:340800,label:"宿松县"},{value:340827,pid:340800,label:"望江县"},{value:340828,pid:340800,label:"岳西县"},{value:340881,pid:340800,label:"桐城市"},{value:340882,pid:340800,label:"潜山市"}]},{value:341e3,pid:34e4,label:"黄山市",children:[{value:341002,pid:341e3,label:"屯溪区"},{value:341003,pid:341e3,label:"黄山区"},{value:341004,pid:341e3,label:"徽州区"},{value:341021,pid:341e3,label:"歙县"},{value:341022,pid:341e3,label:"休宁县"},{value:341023,pid:341e3,label:"黟县"},{value:341024,pid:341e3,label:"祁门县"}]},{value:341100,pid:34e4,label:"滁州市",children:[{value:341102,pid:341100,label:"琅琊区"},{value:341103,pid:341100,label:"南谯区"},{value:341122,pid:341100,label:"来安县"},{value:341124,pid:341100,label:"全椒县"},{value:341125,pid:341100,label:"定远县"},{value:341126,pid:341100,label:"凤阳县"},{value:341181,pid:341100,label:"天长市"},{value:341182,pid:341100,label:"明光市"}]},{value:341200,pid:34e4,label:"阜阳市",children:[{value:341202,pid:341200,label:"颍州区"},{value:341203,pid:341200,label:"颍东区"},{value:341204,pid:341200,label:"颍泉区"},{value:341221,pid:341200,label:"临泉县"},{value:341222,pid:341200,label:"太和县"},{value:341225,pid:341200,label:"阜南县"},{value:341226,pid:341200,label:"颍上县"},{value:341282,pid:341200,label:"界首市"},{value:341283,pid:341200,label:"经济开发区"},{value:341284,pid:341200,label:"苏滁现代产业园"}]},{value:341300,pid:34e4,label:"宿州市",children:[{value:341302,pid:341300,label:"埇桥区"},{value:341321,pid:341300,label:"砀山县"},{value:341322,pid:341300,label:"萧县"},{value:341323,pid:341300,label:"灵璧县"},{value:341324,pid:341300,label:"泗县"},{value:341325,pid:341300,label:"经济开发区"},{value:341371,pid:341300,label:"宿马现代产业园"}]},{value:341500,pid:34e4,label:"六安市",children:[{value:341502,pid:341500,label:"金安区"},{value:341503,pid:341500,label:"裕安区"},{value:341504,pid:341500,label:"叶集区"},{value:341522,pid:341500,label:"霍邱县"},{value:341523,pid:341500,label:"舒城县"},{value:341524,pid:341500,label:"金寨县"},{value:341525,pid:341500,label:"霍山县"}]},{value:341600,pid:34e4,label:"亳州市",children:[{value:341602,pid:341600,label:"谯城区"},{value:341621,pid:341600,label:"涡阳县"},{value:341622,pid:341600,label:"蒙城县"},{value:341623,pid:341600,label:"利辛县"}]},{value:341700,pid:34e4,label:"池州市",children:[{value:341702,pid:341700,label:"贵池区"},{value:341721,pid:341700,label:"东至县"},{value:341722,pid:341700,label:"石台县"},{value:341723,pid:341700,label:"青阳县"}]},{value:341800,pid:34e4,label:"宣城市",children:[{value:341802,pid:341800,label:"宣州区"},{value:341821,pid:341800,label:"郎溪县"},{value:341822,pid:341800,label:"广德县"},{value:341823,pid:341800,label:"泾县"},{value:341824,pid:341800,label:"绩溪县"},{value:341825,pid:341800,label:"旌德县"},{value:341881,pid:341800,label:"宁国市"}]}]},{value:35e4,pid:1e5,label:"福建省",children:[{value:350100,pid:35e4,label:"福州市",children:[{value:350102,pid:350100,label:"鼓楼区"},{value:350103,pid:350100,label:"台江区"},{value:350104,pid:350100,label:"仓山区"},{value:350105,pid:350100,label:"马尾区"},{value:350111,pid:350100,label:"晋安区"},{value:350112,pid:350100,label:"长乐区"},{value:350121,pid:350100,label:"闽侯县"},{value:350122,pid:350100,label:"连江县"},{value:350123,pid:350100,label:"罗源县"},{value:350124,pid:350100,label:"闽清县"},{value:350125,pid:350100,label:"永泰县"},{value:350128,pid:350100,label:"平潭县"},{value:350181,pid:350100,label:"福清市"},{value:350183,pid:350100,label:"福州新区"}]},{value:350200,pid:35e4,label:"厦门市",children:[{value:350203,pid:350200,label:"思明区"},{value:350205,pid:350200,label:"海沧区"},{value:350206,pid:350200,label:"湖里区"},{value:350211,pid:350200,label:"集美区"},{value:350212,pid:350200,label:"同安区"},{value:350213,pid:350200,label:"翔安区"}]},{value:350300,pid:35e4,label:"莆田市",children:[{value:350302,pid:350300,label:"城厢区"},{value:350303,pid:350300,label:"涵江区"},{value:350304,pid:350300,label:"荔城区"},{value:350305,pid:350300,label:"秀屿区"},{value:350322,pid:350300,label:"仙游县"}]},{value:350400,pid:35e4,label:"三明市",children:[{value:350402,pid:350400,label:"梅列区"},{value:350403,pid:350400,label:"三元区"},{value:350421,pid:350400,label:"明溪县"},{value:350423,pid:350400,label:"清流县"},{value:350424,pid:350400,label:"宁化县"},{value:350425,pid:350400,label:"大田县"},{value:350426,pid:350400,label:"尤溪县"},{value:350427,pid:350400,label:"沙县"},{value:350428,pid:350400,label:"将乐县"},{value:350429,pid:350400,label:"泰宁县"},{value:350430,pid:350400,label:"建宁县"},{value:350481,pid:350400,label:"永安市"}]},{value:350500,pid:35e4,label:"泉州市",children:[{value:350502,pid:350500,label:"鲤城区"},{value:350503,pid:350500,label:"丰泽区"},{value:350504,pid:350500,label:"洛江区"},{value:350505,pid:350500,label:"泉港区"},{value:350521,pid:350500,label:"惠安县"},{value:350524,pid:350500,label:"安溪县"},{value:350525,pid:350500,label:"永春县"},{value:350526,pid:350500,label:"德化县"},{value:350527,pid:350500,label:"金门县"},{value:350581,pid:350500,label:"石狮市"},{value:350582,pid:350500,label:"晋江市"},{value:350583,pid:350500,label:"南安市"},{value:350584,pid:350500,label:"台商投资区"},{value:350585,pid:350500,label:"经济技术开发区"},{value:350586,pid:350500,label:"高新区"},{value:350587,pid:350500,label:"综合保税区"}]},{value:350600,pid:35e4,label:"漳州市",children:[{value:350602,pid:350600,label:"芗城区"},{value:350603,pid:350600,label:"龙文区"},{value:350622,pid:350600,label:"云霄县"},{value:350623,pid:350600,label:"漳浦县"},{value:350624,pid:350600,label:"诏安县"},{value:350625,pid:350600,label:"长泰县"},{value:350626,pid:350600,label:"东山县"},{value:350627,pid:350600,label:"南靖县"},{value:350628,pid:350600,label:"平和县"},{value:350629,pid:350600,label:"华安县"},{value:350681,pid:350600,label:"龙海市"}]},{value:350700,pid:35e4,label:"南平市",children:[{value:350702,pid:350700,label:"延平区"},{value:350703,pid:350700,label:"建阳区"},{value:350721,pid:350700,label:"顺昌县"},{value:350722,pid:350700,label:"浦城县"},{value:350723,pid:350700,label:"光泽县"},{value:350724,pid:350700,label:"松溪县"},{value:350725,pid:350700,label:"政和县"},{value:350781,pid:350700,label:"邵武市"},{value:350782,pid:350700,label:"武夷山市"},{value:350783,pid:350700,label:"建瓯市"}]},{value:350800,pid:35e4,label:"龙岩市",children:[{value:350802,pid:350800,label:"新罗区"},{value:350803,pid:350800,label:"永定区"},{value:350821,pid:350800,label:"长汀县"},{value:350823,pid:350800,label:"上杭县"},{value:350824,pid:350800,label:"武平县"},{value:350825,pid:350800,label:"连城县"},{value:350881,pid:350800,label:"漳平市"}]},{value:350900,pid:35e4,label:"宁德市",children:[{value:350902,pid:350900,label:"蕉城区"},{value:350921,pid:350900,label:"霞浦县"},{value:350922,pid:350900,label:"古田县"},{value:350923,pid:350900,label:"屏南县"},{value:350924,pid:350900,label:"寿宁县"},{value:350925,pid:350900,label:"周宁县"},{value:350926,pid:350900,label:"柘荣县"},{value:350981,pid:350900,label:"福安市"},{value:350982,pid:350900,label:"福鼎市"},{value:350983,pid:350900,label:"东侨开发区"}]}]},{value:36e4,pid:1e5,label:"江西省",children:[{value:360100,pid:36e4,label:"南昌市",children:[{value:360102,pid:360100,label:"东湖区"},{value:360103,pid:360100,label:"西湖区"},{value:360104,pid:360100,label:"青云谱区"},{value:360105,pid:360100,label:"湾里区"},{value:360111,pid:360100,label:"青山湖区"},{value:360112,pid:360100,label:"新建区"},{value:360121,pid:360100,label:"南昌县"},{value:360123,pid:360100,label:"安义县"},{value:360124,pid:360100,label:"进贤县"},{value:360125,pid:360100,label:"红谷滩新区"},{value:360126,pid:360100,label:"高新区"},{value:360127,pid:360100,label:"经济开发区"},{value:360128,pid:360100,label:"小蓝开发区"},{value:360129,pid:360100,label:"桑海开发区"},{value:360130,pid:360100,label:"望城新区"},{value:360131,pid:360100,label:"赣江新区"}]},{value:360200,pid:36e4,label:"景德镇市",children:[{value:360202,pid:360200,label:"昌江区"},{value:360203,pid:360200,label:"珠山区"},{value:360222,pid:360200,label:"浮梁县"},{value:360281,pid:360200,label:"乐平市"}]},{value:360300,pid:36e4,label:"萍乡市",children:[{value:360302,pid:360300,label:"安源区"},{value:360313,pid:360300,label:"湘东区"},{value:360321,pid:360300,label:"莲花县"},{value:360322,pid:360300,label:"上栗县"},{value:360323,pid:360300,label:"芦溪县"}]},{value:360400,pid:36e4,label:"九江市",children:[{value:360402,pid:360400,label:"濂溪区"},{value:360403,pid:360400,label:"浔阳区"},{value:360404,pid:360400,label:"柴桑区"},{value:360423,pid:360400,label:"武宁县"},{value:360424,pid:360400,label:"修水县"},{value:360425,pid:360400,label:"永修县"},{value:360426,pid:360400,label:"德安县"},{value:360428,pid:360400,label:"都昌县"},{value:360429,pid:360400,label:"湖口县"},{value:360430,pid:360400,label:"彭泽县"},{value:360481,pid:360400,label:"瑞昌市"},{value:360482,pid:360400,label:"共青城市"},{value:360483,pid:360400,label:"庐山市"},{value:360484,pid:360400,label:"经济技术开发区"},{value:360485,pid:360400,label:"八里湖新区"},{value:360486,pid:360400,label:"庐山风景名胜区"}]},{value:360500,pid:36e4,label:"新余市",children:[{value:360502,pid:360500,label:"渝水区"},{value:360521,pid:360500,label:"分宜县"}]},{value:360600,pid:36e4,label:"鹰潭市",children:[{value:360602,pid:360600,label:"月湖区"},{value:360603,pid:360600,label:"余江区"},{value:360681,pid:360600,label:"贵溪市"},{value:360682,pid:360600,label:"高新区"}]},{value:360700,pid:36e4,label:"赣州市",children:[{value:360702,pid:360700,label:"章贡区"},{value:360703,pid:360700,label:"南康区"},{value:360704,pid:360700,label:"赣县区"},{value:360722,pid:360700,label:"信丰县"},{value:360723,pid:360700,label:"大余县"},{value:360724,pid:360700,label:"上犹县"},{value:360725,pid:360700,label:"崇义县"},{value:360726,pid:360700,label:"安远县"},{value:360727,pid:360700,label:"龙南县"},{value:360728,pid:360700,label:"定南县"},{value:360729,pid:360700,label:"全南县"},{value:360730,pid:360700,label:"宁都县"},{value:360731,pid:360700,label:"于都县"},{value:360732,pid:360700,label:"兴国县"},{value:360733,pid:360700,label:"会昌县"},{value:360734,pid:360700,label:"寻乌县"},{value:360735,pid:360700,label:"石城县"},{value:360781,pid:360700,label:"瑞金市"},{value:360782,pid:360700,label:"章康新区"}]},{value:360800,pid:36e4,label:"吉安市",children:[{value:360802,pid:360800,label:"吉州区"},{value:360803,pid:360800,label:"青原区"},{value:360821,pid:360800,label:"吉安县"},{value:360822,pid:360800,label:"吉水县"},{value:360823,pid:360800,label:"峡江县"},{value:360824,pid:360800,label:"新干县"},{value:360825,pid:360800,label:"永丰县"},{value:360826,pid:360800,label:"泰和县"},{value:360827,pid:360800,label:"遂川县"},{value:360828,pid:360800,label:"万安县"},{value:360829,pid:360800,label:"安福县"},{value:360830,pid:360800,label:"永新县"},{value:360881,pid:360800,label:"井冈山市"}]},{value:360900,pid:36e4,label:"宜春市",children:[{value:360902,pid:360900,label:"袁州区"},{value:360921,pid:360900,label:"奉新县"},{value:360922,pid:360900,label:"万载县"},{value:360923,pid:360900,label:"上高县"},{value:360924,pid:360900,label:"宜丰县"},{value:360925,pid:360900,label:"靖安县"},{value:360926,pid:360900,label:"铜鼓县"},{value:360981,pid:360900,label:"丰城市"},{value:360982,pid:360900,label:"樟树市"},{value:360983,pid:360900,label:"高安市"}]},{value:361e3,pid:36e4,label:"抚州市",children:[{value:361002,pid:361e3,label:"临川区"},{value:361003,pid:361e3,label:"东乡区"},{value:361021,pid:361e3,label:"南城县"},{value:361022,pid:361e3,label:"黎川县"},{value:361023,pid:361e3,label:"南丰县"},{value:361024,pid:361e3,label:"崇仁县"},{value:361025,pid:361e3,label:"乐安县"},{value:361026,pid:361e3,label:"宜黄县"},{value:361027,pid:361e3,label:"金溪县"},{value:361028,pid:361e3,label:"资溪县"},{value:361030,pid:361e3,label:"广昌县"}]},{value:361100,pid:36e4,label:"上饶市",children:[{value:361102,pid:361100,label:"信州区"},{value:361103,pid:361100,label:"广丰区"},{value:361121,pid:361100,label:"上饶县"},{value:361123,pid:361100,label:"玉山县"},{value:361124,pid:361100,label:"铅山县"},{value:361125,pid:361100,label:"横峰县"},{value:361126,pid:361100,label:"弋阳县"},{value:361127,pid:361100,label:"余干县"},{value:361128,pid:361100,label:"鄱阳县"},{value:361129,pid:361100,label:"万年县"},{value:361130,pid:361100,label:"婺源县"},{value:361181,pid:361100,label:"德兴市"}]}]},{value:37e4,pid:1e5,label:"山东省",children:[{value:370100,pid:37e4,label:"济南市",children:[{value:370102,pid:370100,label:"历下区"},{value:370103,pid:370100,label:"市中区"},{value:370104,pid:370100,label:"槐荫区"},{value:370105,pid:370100,label:"天桥区"},{value:370112,pid:370100,label:"历城区"},{value:370113,pid:370100,label:"长清区"},{value:370114,pid:370100,label:"章丘区"},{value:370115,pid:370100,label:"济阳区"},{value:370116,pid:370100,label:"莱芜区"},{value:370117,pid:370100,label:"钢城区"},{value:370124,pid:370100,label:"平阴县"},{value:370126,pid:370100,label:"商河县"},{value:370182,pid:370100,label:"高新区"}]},{value:370200,pid:37e4,label:"青岛市",children:[{value:370202,pid:370200,label:"市南区"},{value:370203,pid:370200,label:"市北区"},{value:370211,pid:370200,label:"黄岛区"},{value:370212,pid:370200,label:"崂山区"},{value:370213,pid:370200,label:"李沧区"},{value:370214,pid:370200,label:"城阳区"},{value:370215,pid:370200,label:"即墨区"},{value:370281,pid:370200,label:"胶州市"},{value:370283,pid:370200,label:"平度市"},{value:370285,pid:370200,label:"莱西市"},{value:370286,pid:370200,label:"西海岸新区"},{value:370287,pid:370200,label:"高新区"}]},{value:370300,pid:37e4,label:"淄博市",children:[{value:370302,pid:370300,label:"淄川区"},{value:370303,pid:370300,label:"张店区"},{value:370304,pid:370300,label:"博山区"},{value:370305,pid:370300,label:"临淄区"},{value:370306,pid:370300,label:"周村区"},{value:370321,pid:370300,label:"桓台县"},{value:370322,pid:370300,label:"高青县"},{value:370323,pid:370300,label:"沂源县"},{value:370324,pid:370300,label:"高新区"}]},{value:370400,pid:37e4,label:"枣庄市",children:[{value:370402,pid:370400,label:"市中区"},{value:370403,pid:370400,label:"薛城区"},{value:370404,pid:370400,label:"峄城区"},{value:370405,pid:370400,label:"台儿庄区"},{value:370406,pid:370400,label:"山亭区"},{value:370481,pid:370400,label:"滕州市"},{value:370482,pid:370400,label:"高新区"}]},{value:370500,pid:37e4,label:"东营市",children:[{value:370502,pid:370500,label:"东营区"},{value:370503,pid:370500,label:"河口区"},{value:370505,pid:370500,label:"垦利区"},{value:370522,pid:370500,label:"利津县"},{value:370523,pid:370500,label:"广饶县"}]},{value:370600,pid:37e4,label:"烟台市",children:[{value:370602,pid:370600,label:"芝罘区"},{value:370611,pid:370600,label:"福山区"},{value:370612,pid:370600,label:"牟平区"},{value:370613,pid:370600,label:"莱山区"},{value:370634,pid:370600,label:"长岛县"},{value:370681,pid:370600,label:"龙口市"},{value:370682,pid:370600,label:"莱阳市"},{value:370683,pid:370600,label:"莱州市"},{value:370684,pid:370600,label:"蓬莱市"},{value:370685,pid:370600,label:"招远市"},{value:370686,pid:370600,label:"栖霞市"},{value:370687,pid:370600,label:"海阳市"},{value:370688,pid:370600,label:"高新区"},{value:370689,pid:370600,label:"经济开发区"}]},{value:370700,pid:37e4,label:"潍坊市",children:[{value:370702,pid:370700,label:"潍城区"},{value:370703,pid:370700,label:"寒亭区"},{value:370704,pid:370700,label:"坊子区"},{value:370705,pid:370700,label:"奎文区"},{value:370724,pid:370700,label:"临朐县"},{value:370725,pid:370700,label:"昌乐县"},{value:370781,pid:370700,label:"青州市"},{value:370782,pid:370700,label:"诸城市"},{value:370783,pid:370700,label:"寿光市"},{value:370784,pid:370700,label:"安丘市"},{value:370785,pid:370700,label:"高密市"},{value:370786,pid:370700,label:"昌邑市"},{value:370787,pid:370700,label:"高新区"}]},{value:370800,pid:37e4,label:"济宁市",children:[{value:370811,pid:370800,label:"任城区"},{value:370812,pid:370800,label:"兖州区"},{value:370826,pid:370800,label:"微山县"},{value:370827,pid:370800,label:"鱼台县"},{value:370828,pid:370800,label:"金乡县"},{value:370829,pid:370800,label:"嘉祥县"},{value:370830,pid:370800,label:"汶上县"},{value:370831,pid:370800,label:"泗水县"},{value:370832,pid:370800,label:"梁山县"},{value:370881,pid:370800,label:"曲阜市"},{value:370883,pid:370800,label:"邹城市"},{value:370884,pid:370800,label:"高新区"}]},{value:370900,pid:37e4,label:"泰安市",children:[{value:370902,pid:370900,label:"泰山区"},{value:370911,pid:370900,label:"岱岳区"},{value:370921,pid:370900,label:"宁阳县"},{value:370923,pid:370900,label:"东平县"},{value:370982,pid:370900,label:"新泰市"},{value:370983,pid:370900,label:"肥城市"}]},{value:371e3,pid:37e4,label:"威海市",children:[{value:371002,pid:371e3,label:"环翠区"},{value:371003,pid:371e3,label:"文登区"},{value:371082,pid:371e3,label:"荣成市"},{value:371083,pid:371e3,label:"乳山市"},{value:371084,pid:371e3,label:"火炬高新区"},{value:371085,pid:371e3,label:"经济技术开发区"},{value:371086,pid:371e3,label:"临港经济技术开发区"}]},{value:371100,pid:37e4,label:"日照市",children:[{value:371102,pid:371100,label:"东港区"},{value:371103,pid:371100,label:"岚山区"},{value:371121,pid:371100,label:"五莲县"},{value:371122,pid:371100,label:"莒县"}]},{value:371300,pid:37e4,label:"临沂市",children:[{value:371302,pid:371300,label:"兰山区"},{value:371311,pid:371300,label:"罗庄区"},{value:371312,pid:371300,label:"河东区"},{value:371321,pid:371300,label:"沂南县"},{value:371322,pid:371300,label:"郯城县"},{value:371323,pid:371300,label:"沂水县"},{value:371324,pid:371300,label:"兰陵县"},{value:371325,pid:371300,label:"费县"},{value:371326,pid:371300,label:"平邑县"},{value:371327,pid:371300,label:"莒南县"},{value:371328,pid:371300,label:"蒙阴县"},{value:371329,pid:371300,label:"临沭县"}]},{value:371400,pid:37e4,label:"德州市",children:[{value:371402,pid:371400,label:"德城区"},{value:371403,pid:371400,label:"陵城区"},{value:371422,pid:371400,label:"宁津县"},{value:371423,pid:371400,label:"庆云县"},{value:371424,pid:371400,label:"临邑县"},{value:371425,pid:371400,label:"齐河县"},{value:371426,pid:371400,label:"平原县"},{value:371427,pid:371400,label:"夏津县"},{value:371428,pid:371400,label:"武城县"},{value:371481,pid:371400,label:"乐陵市"},{value:371482,pid:371400,label:"禹城市"}]},{value:371500,pid:37e4,label:"聊城市",children:[{value:371502,pid:371500,label:"东昌府区"},{value:371521,pid:371500,label:"阳谷县"},{value:371522,pid:371500,label:"莘县"},{value:371523,pid:371500,label:"茌平县"},{value:371524,pid:371500,label:"东阿县"},{value:371525,pid:371500,label:"冠县"},{value:371526,pid:371500,label:"高唐县"},{value:371581,pid:371500,label:"临清市"}]},{value:371600,pid:37e4,label:"滨州市",children:[{value:371602,pid:371600,label:"滨城区"},{value:371603,pid:371600,label:"沾化区"},{value:371621,pid:371600,label:"惠民县"},{value:371622,pid:371600,label:"阳信县"},{value:371623,pid:371600,label:"无棣县"},{value:371625,pid:371600,label:"博兴县"},{value:371681,pid:371600,label:"邹平市"},{value:371682,pid:371600,label:"北海新区"}]},{value:371700,pid:37e4,label:"菏泽市",children:[{value:371702,pid:371700,label:"牡丹区"},{value:371703,pid:371700,label:"定陶区"},{value:371721,pid:371700,label:"曹县"},{value:371722,pid:371700,label:"单县"},{value:371723,pid:371700,label:"成武县"},{value:371724,pid:371700,label:"巨野县"},{value:371725,pid:371700,label:"郓城县"},{value:371726,pid:371700,label:"鄄城县"},{value:371728,pid:371700,label:"东明县"},{value:371772,pid:371700,label:"高新开发区"}]}]},{value:41e4,pid:1e5,label:"河南省",children:[{value:410100,pid:41e4,label:"郑州市",children:[{value:410102,pid:410100,label:"中原区"},{value:410103,pid:410100,label:"二七区"},{value:410104,pid:410100,label:"管城回族区"},{value:410105,pid:410100,label:"金水区"},{value:410106,pid:410100,label:"上街区"},{value:410108,pid:410100,label:"惠济区"},{value:410122,pid:410100,label:"中牟县"},{value:410181,pid:410100,label:"巩义市"},{value:410182,pid:410100,label:"荥阳市"},{value:410183,pid:410100,label:"新密市"},{value:410184,pid:410100,label:"新郑市"},{value:410185,pid:410100,label:"登封市"},{value:410186,pid:410100,label:"郑东新区"},{value:410187,pid:410100,label:"郑汴新区"},{value:410188,pid:410100,label:"高新开发区"},{value:410189,pid:410100,label:"经济开发区"},{value:410190,pid:410100,label:"航空港区"}]},{value:410200,pid:41e4,label:"开封市",children:[{value:410202,pid:410200,label:"龙亭区"},{value:410203,pid:410200,label:"顺河回族区"},{value:410204,pid:410200,label:"鼓楼区"},{value:410205,pid:410200,label:"禹王台区"},{value:410212,pid:410200,label:"祥符区"},{value:410221,pid:410200,label:"杞县"},{value:410222,pid:410200,label:"通许县"},{value:410223,pid:410200,label:"尉氏县"},{value:410225,pid:410200,label:"兰考县"},{value:410226,pid:410200,label:"经济技术开发区"}]},{value:410300,pid:41e4,label:"洛阳市",children:[{value:410302,pid:410300,label:"老城区"},{value:410303,pid:410300,label:"西工区"},{value:410304,pid:410300,label:"瀍河回族区"},{value:410305,pid:410300,label:"涧西区"},{value:410306,pid:410300,label:"吉利区"},{value:410311,pid:410300,label:"洛龙区"},{value:410322,pid:410300,label:"孟津县"},{value:410323,pid:410300,label:"新安县"},{value:410324,pid:410300,label:"栾川县"},{value:410325,pid:410300,label:"嵩县"},{value:410326,pid:410300,label:"汝阳县"},{value:410327,pid:410300,label:"宜阳县"},{value:410328,pid:410300,label:"洛宁县"},{value:410329,pid:410300,label:"伊川县"},{value:410381,pid:410300,label:"偃师市"},{value:410382,pid:410300,label:"洛阳新区"},{value:410383,pid:410300,label:"高新区"}]},{value:410400,pid:41e4,label:"平顶山市",children:[{value:410402,pid:410400,label:"新华区"},{value:410403,pid:410400,label:"卫东区"},{value:410404,pid:410400,label:"石龙区"},{value:410411,pid:410400,label:"湛河区"},{value:410421,pid:410400,label:"宝丰县"},{value:410422,pid:410400,label:"叶县"},{value:410423,pid:410400,label:"鲁山县"},{value:410425,pid:410400,label:"郏县"},{value:410481,pid:410400,label:"舞钢市"},{value:410482,pid:410400,label:"汝州市"},{value:410483,pid:410400,label:"高新区"},{value:410484,pid:410400,label:"新城区"}]},{value:410500,pid:41e4,label:"安阳市",children:[{value:410502,pid:410500,label:"文峰区"},{value:410503,pid:410500,label:"北关区"},{value:410505,pid:410500,label:"殷都区"},{value:410506,pid:410500,label:"龙安区"},{value:410522,pid:410500,label:"安阳县"},{value:410523,pid:410500,label:"汤阴县"},{value:410526,pid:410500,label:"滑县"},{value:410527,pid:410500,label:"内黄县"},{value:410581,pid:410500,label:"林州市"},{value:410582,pid:410500,label:"安阳新区"}]},{value:410600,pid:41e4,label:"鹤壁市",children:[{value:410602,pid:410600,label:"鹤山区"},{value:410603,pid:410600,label:"山城区"},{value:410611,pid:410600,label:"淇滨区"},{value:410621,pid:410600,label:"浚县"},{value:410622,pid:410600,label:"淇县"}]},{value:410700,pid:41e4,label:"新乡市",children:[{value:410702,pid:410700,label:"红旗区"},{value:410703,pid:410700,label:"卫滨区"},{value:410704,pid:410700,label:"凤泉区"},{value:410711,pid:410700,label:"牧野区"},{value:410721,pid:410700,label:"新乡县"},{value:410724,pid:410700,label:"获嘉县"},{value:410725,pid:410700,label:"原阳县"},{value:410726,pid:410700,label:"延津县"},{value:410727,pid:410700,label:"封丘县"},{value:410728,pid:410700,label:"长垣县"},{value:410781,pid:410700,label:"卫辉市"},{value:410782,pid:410700,label:"辉县市"}]},{value:410800,pid:41e4,label:"焦作市",children:[{value:410802,pid:410800,label:"解放区"},{value:410803,pid:410800,label:"中站区"},{value:410804,pid:410800,label:"马村区"},{value:410811,pid:410800,label:"山阳区"},{value:410821,pid:410800,label:"修武县"},{value:410822,pid:410800,label:"博爱县"},{value:410823,pid:410800,label:"武陟县"},{value:410825,pid:410800,label:"温县"},{value:410882,pid:410800,label:"沁阳市"},{value:410883,pid:410800,label:"孟州市"}]},{value:410900,pid:41e4,label:"濮阳市",children:[{value:410902,pid:410900,label:"华龙区"},{value:410922,pid:410900,label:"清丰县"},{value:410923,pid:410900,label:"南乐县"},{value:410926,pid:410900,label:"范县"},{value:410927,pid:410900,label:"台前县"},{value:410928,pid:410900,label:"濮阳县"}]},{value:411e3,pid:41e4,label:"许昌市",children:[{value:411002,pid:411e3,label:"魏都区"},{value:411003,pid:411e3,label:"建安区"},{value:411024,pid:411e3,label:"鄢陵县"},{value:411025,pid:411e3,label:"襄城县"},{value:411081,pid:411e3,label:"禹州市"},{value:411082,pid:411e3,label:"长葛市"}]},{value:411100,pid:41e4,label:"漯河市",children:[{value:411102,pid:411100,label:"源汇区"},{value:411103,pid:411100,label:"郾城区"},{value:411104,pid:411100,label:"召陵区"},{value:411121,pid:411100,label:"舞阳县"},{value:411122,pid:411100,label:"临颍县"}]},{value:411200,pid:41e4,label:"三门峡市",children:[{value:411202,pid:411200,label:"湖滨区"},{value:411203,pid:411200,label:"陕州区"},{value:411221,pid:411200,label:"渑池县"},{value:411224,pid:411200,label:"卢氏县"},{value:411281,pid:411200,label:"义马市"},{value:411282,pid:411200,label:"灵宝市"}]},{value:411300,pid:41e4,label:"南阳市",children:[{value:411302,pid:411300,label:"宛城区"},{value:411303,pid:411300,label:"卧龙区"},{value:411321,pid:411300,label:"南召县"},{value:411322,pid:411300,label:"方城县"},{value:411323,pid:411300,label:"西峡县"},{value:411324,pid:411300,label:"镇平县"},{value:411325,pid:411300,label:"内乡县"},{value:411326,pid:411300,label:"淅川县"},{value:411327,pid:411300,label:"社旗县"},{value:411328,pid:411300,label:"唐河县"},{value:411329,pid:411300,label:"新野县"},{value:411330,pid:411300,label:"桐柏县"},{value:411381,pid:411300,label:"邓州市"}]},{value:411400,pid:41e4,label:"商丘市",children:[{value:411402,pid:411400,label:"梁园区"},{value:411403,pid:411400,label:"睢阳区"},{value:411421,pid:411400,label:"民权县"},{value:411422,pid:411400,label:"睢县"},{value:411423,pid:411400,label:"宁陵县"},{value:411424,pid:411400,label:"柘城县"},{value:411425,pid:411400,label:"虞城县"},{value:411426,pid:411400,label:"夏邑县"},{value:411481,pid:411400,label:"永城市"}]},{value:411500,pid:41e4,label:"信阳市",children:[{value:411502,pid:411500,label:"浉河区"},{value:411503,pid:411500,label:"平桥区"},{value:411521,pid:411500,label:"罗山县"},{value:411522,pid:411500,label:"光山县"},{value:411523,pid:411500,label:"新县"},{value:411524,pid:411500,label:"商城县"},{value:411525,pid:411500,label:"固始县"},{value:411526,pid:411500,label:"潢川县"},{value:411527,pid:411500,label:"淮滨县"},{value:411528,pid:411500,label:"息县"}]},{value:411600,pid:41e4,label:"周口市",children:[{value:411602,pid:411600,label:"川汇区"},{value:411621,pid:411600,label:"扶沟县"},{value:411622,pid:411600,label:"西华县"},{value:411623,pid:411600,label:"商水县"},{value:411624,pid:411600,label:"沈丘县"},{value:411625,pid:411600,label:"郸城县"},{value:411626,pid:411600,label:"淮阳县"},{value:411627,pid:411600,label:"太康县"},{value:411628,pid:411600,label:"鹿邑县"},{value:411681,pid:411600,label:"项城市"},{value:411682,pid:411600,label:"东新区"},{value:411683,pid:411600,label:"经济开发区"}]},{value:411700,pid:41e4,label:"驻马店市",children:[{value:411702,pid:411700,label:"驿城区"},{value:411721,pid:411700,label:"西平县"},{value:411722,pid:411700,label:"上蔡县"},{value:411723,pid:411700,label:"平舆县"},{value:411724,pid:411700,label:"正阳县"},{value:411725,pid:411700,label:"确山县"},{value:411726,pid:411700,label:"泌阳县"},{value:411727,pid:411700,label:"汝南县"},{value:411728,pid:411700,label:"遂平县"},{value:411729,pid:411700,label:"新蔡县"},{value:411771,pid:411700,label:"经济开发区"}]},{value:419001,pid:41e4,label:"济源市",children:[{value:419011,pid:419001,label:"沁园街道"},{value:419012,pid:419001,label:"济水街道"},{value:419013,pid:419001,label:"北海街道"},{value:419014,pid:419001,label:"天坛街道"},{value:419015,pid:419001,label:"玉泉街道"},{value:419016,pid:419001,label:"克井镇"},{value:419017,pid:419001,label:"五龙口镇"},{value:419018,pid:419001,label:"梨林镇"},{value:419019,pid:419001,label:"轵城镇"},{value:419020,pid:419001,label:"承留镇"},{value:419021,pid:419001,label:"坡头镇"},{value:419022,pid:419001,label:"大峪镇"},{value:419023,pid:419001,label:"邵原镇"},{value:419024,pid:419001,label:"思礼镇"},{value:419025,pid:419001,label:"王屋镇"},{value:419026,pid:419001,label:"下冶镇"}]}]},{value:42e4,pid:1e5,label:"湖北省",children:[{value:420100,pid:42e4,label:"武汉市",children:[{value:420102,pid:420100,label:"江岸区"},{value:420103,pid:420100,label:"江汉区"},{value:420104,pid:420100,label:"硚口区"},{value:420105,pid:420100,label:"汉阳区"},{value:420106,pid:420100,label:"武昌区"},{value:420107,pid:420100,label:"青山区"},{value:420111,pid:420100,label:"洪山区"},{value:420112,pid:420100,label:"东西湖区"},{value:420113,pid:420100,label:"汉南区"},{value:420114,pid:420100,label:"蔡甸区"},{value:420115,pid:420100,label:"江夏区"},{value:420116,pid:420100,label:"黄陂区"},{value:420117,pid:420100,label:"新洲区"},{value:420118,pid:420100,label:"经济技术开发区"}]},{value:420200,pid:42e4,label:"黄石市",children:[{value:420202,pid:420200,label:"黄石港区"},{value:420203,pid:420200,label:"西塞山区"},{value:420204,pid:420200,label:"下陆区"},{value:420205,pid:420200,label:"铁山区"},{value:420222,pid:420200,label:"阳新县"},{value:420281,pid:420200,label:"大冶市"},{value:420282,pid:420200,label:"经济开发区"}]},{value:420300,pid:42e4,label:"十堰市",children:[{value:420302,pid:420300,label:"茅箭区"},{value:420303,pid:420300,label:"张湾区"},{value:420304,pid:420300,label:"郧阳区"},{value:420322,pid:420300,label:"郧西县"},{value:420323,pid:420300,label:"竹山县"},{value:420324,pid:420300,label:"竹溪县"},{value:420325,pid:420300,label:"房县"},{value:420381,pid:420300,label:"丹江口市"}]},{value:420500,pid:42e4,label:"宜昌市",children:[{value:420502,pid:420500,label:"西陵区"},{value:420503,pid:420500,label:"伍家岗区"},{value:420504,pid:420500,label:"点军区"},{value:420505,pid:420500,label:"猇亭区"},{value:420506,pid:420500,label:"夷陵区"},{value:420525,pid:420500,label:"远安县"},{value:420526,pid:420500,label:"兴山县"},{value:420527,pid:420500,label:"秭归县"},{value:420528,pid:420500,label:"长阳土家族自治县"},{value:420529,pid:420500,label:"五峰土家族自治县"},{value:420581,pid:420500,label:"宜都市"},{value:420582,pid:420500,label:"当阳市"},{value:420583,pid:420500,label:"枝江市"},{value:420584,pid:420500,label:"宜昌新区"}]},{value:420600,pid:42e4,label:"襄阳市",children:[{value:420602,pid:420600,label:"襄城区"},{value:420606,pid:420600,label:"樊城区"},{value:420607,pid:420600,label:"襄州区"},{value:420624,pid:420600,label:"南漳县"},{value:420625,pid:420600,label:"谷城县"},{value:420626,pid:420600,label:"保康县"},{value:420682,pid:420600,label:"老河口市"},{value:420683,pid:420600,label:"枣阳市"},{value:420684,pid:420600,label:"宜城市"},{value:420685,pid:420600,label:"高新区"},{value:420686,pid:420600,label:"经济开发区"}]},{value:420700,pid:42e4,label:"鄂州市",children:[{value:420702,pid:420700,label:"梁子湖区"},{value:420703,pid:420700,label:"华容区"},{value:420704,pid:420700,label:"鄂城区"}]},{value:420800,pid:42e4,label:"荆门市",children:[{value:420802,pid:420800,label:"东宝区"},{value:420804,pid:420800,label:"掇刀区"},{value:420822,pid:420800,label:"沙洋县"},{value:420881,pid:420800,label:"钟祥市"},{value:420882,pid:420800,label:"京山市"}]},{value:420900,pid:42e4,label:"孝感市",children:[{value:420902,pid:420900,label:"孝南区"},{value:420921,pid:420900,label:"孝昌县"},{value:420922,pid:420900,label:"大悟县"},{value:420923,pid:420900,label:"云梦县"},{value:420981,pid:420900,label:"应城市"},{value:420982,pid:420900,label:"安陆市"},{value:420984,pid:420900,label:"汉川市"}]},{value:421e3,pid:42e4,label:"荆州市",children:[{value:421002,pid:421e3,label:"沙市区"},{value:421003,pid:421e3,label:"荆州区"},{value:421022,pid:421e3,label:"公安县"},{value:421023,pid:421e3,label:"监利县"},{value:421024,pid:421e3,label:"江陵县"},{value:421081,pid:421e3,label:"石首市"},{value:421083,pid:421e3,label:"洪湖市"},{value:421087,pid:421e3,label:"松滋市"}]},{value:421100,pid:42e4,label:"黄冈市",children:[{value:421102,pid:421100,label:"黄州区"},{value:421121,pid:421100,label:"团风县"},{value:421122,pid:421100,label:"红安县"},{value:421123,pid:421100,label:"罗田县"},{value:421124,pid:421100,label:"英山县"},{value:421125,pid:421100,label:"浠水县"},{value:421126,pid:421100,label:"蕲春县"},{value:421127,pid:421100,label:"黄梅县"},{value:421181,pid:421100,label:"麻城市"},{value:421182,pid:421100,label:"武穴市"},{value:421183,pid:421100,label:"城东新区"}]},{value:421200,pid:42e4,label:"咸宁市",children:[{value:421202,pid:421200,label:"咸安区"},{value:421221,pid:421200,label:"嘉鱼县"},{value:421222,pid:421200,label:"通城县"},{value:421223,pid:421200,label:"崇阳县"},{value:421224,pid:421200,label:"通山县"},{value:421281,pid:421200,label:"赤壁市"}]},{value:421300,pid:42e4,label:"随州市",children:[{value:421303,pid:421300,label:"曾都区"},{value:421321,pid:421300,label:"随县"},{value:421381,pid:421300,label:"广水市"}]},{value:422800,pid:42e4,label:"恩施土家族苗族自治州",children:[{value:422801,pid:422800,label:"恩施市"},{value:422802,pid:422800,label:"利川市"},{value:422822,pid:422800,label:"建始县"},{value:422823,pid:422800,label:"巴东县"},{value:422825,pid:422800,label:"宣恩县"},{value:422826,pid:422800,label:"咸丰县"},{value:422827,pid:422800,label:"来凤县"},{value:422828,pid:422800,label:"鹤峰县"}]},{value:429004,pid:42e4,label:"仙桃市",children:[{value:429401,pid:429004,label:"沙嘴街道"},{value:429402,pid:429004,label:"干河街道"},{value:429403,pid:429004,label:"龙华山街道"},{value:429404,pid:429004,label:"郑场镇"},{value:429405,pid:429004,label:"毛嘴镇"},{value:429406,pid:429004,label:"豆河镇"},{value:429407,pid:429004,label:"三伏潭镇"},{value:429408,pid:429004,label:"胡场镇"},{value:429409,pid:429004,label:"长埫口镇"},{value:429410,pid:429004,label:"西流河镇"},{value:429411,pid:429004,label:"沙湖镇"},{value:429412,pid:429004,label:"杨林尾镇"},{value:429413,pid:429004,label:"彭场镇"},{value:429414,pid:429004,label:"张沟镇"},{value:429415,pid:429004,label:"郭河镇"},{value:429416,pid:429004,label:"沔城镇"},{value:429417,pid:429004,label:"通海口镇"},{value:429418,pid:429004,label:"陈场镇"},{value:429419,pid:429004,label:"高新区"},{value:429420,pid:429004,label:"经济开发区"},{value:429421,pid:429004,label:"工业园区"},{value:429422,pid:429004,label:"九合垸原种场"},{value:429423,pid:429004,label:"沙湖原种场"},{value:429424,pid:429004,label:"排湖渔场"},{value:429425,pid:429004,label:"五湖渔场"},{value:429426,pid:429004,label:"赵西垸林场"},{value:429427,pid:429004,label:"刘家垸林场"},{value:429428,pid:429004,label:"畜禽良种场"}]},{value:429005,pid:42e4,label:"潜江市",children:[{value:429501,pid:429005,label:"园林"},{value:429502,pid:429005,label:"广华"},{value:429503,pid:429005,label:"杨市"},{value:429504,pid:429005,label:"周矶"},{value:429505,pid:429005,label:"泽口"},{value:429506,pid:429005,label:"泰丰"},{value:429507,pid:429005,label:"高场"},{value:429508,pid:429005,label:"熊口镇"},{value:429509,pid:429005,label:"竹根滩镇"},{value:429510,pid:429005,label:"高石碑镇"},{value:429511,pid:429005,label:"老新镇"},{value:429512,pid:429005,label:"王场镇"},{value:429513,pid:429005,label:"渔洋镇"},{value:429514,pid:429005,label:"龙湾镇"},{value:429515,pid:429005,label:"浩口镇"},{value:429516,pid:429005,label:"积玉口镇"},{value:429517,pid:429005,label:"张金镇"},{value:429518,pid:429005,label:"白鹭湖管理区"},{value:429519,pid:429005,label:"总口管理区"},{value:429520,pid:429005,label:"熊口农场管理区"},{value:429521,pid:429005,label:"运粮湖管理区"},{value:429522,pid:429005,label:"后湖管理区"},{value:429523,pid:429005,label:"周矶管理区"},{value:429524,pid:429005,label:"经济开发区"}]},{value:429006,pid:42e4,label:"天门市",children:[{value:429601,pid:429006,label:"竟陵街道"},{value:429602,pid:429006,label:"杨林街道"},{value:429603,pid:429006,label:"佛子山镇"},{value:429604,pid:429006,label:"多宝镇"},{value:429605,pid:429006,label:"拖市镇"},{value:429606,pid:429006,label:"张港镇"},{value:429607,pid:429006,label:"蒋场镇"},{value:429608,pid:429006,label:"汪场镇"},{value:429609,pid:429006,label:"渔薪镇"},{value:429610,pid:429006,label:"黄潭镇"},{value:429611,pid:429006,label:"岳口镇"},{value:429612,pid:429006,label:"横林镇"},{value:429613,pid:429006,label:"彭市镇"},{value:429614,pid:429006,label:"麻洋镇"},{value:429615,pid:429006,label:"多祥镇"},{value:429616,pid:429006,label:"干驿镇"},{value:429617,pid:429006,label:"马湾镇"},{value:429618,pid:429006,label:"卢市镇"},{value:429619,pid:429006,label:"小板镇"},{value:429620,pid:429006,label:"九真镇"},{value:429621,pid:429006,label:"皂市镇"},{value:429622,pid:429006,label:"胡市镇"},{value:429623,pid:429006,label:"石河镇"},{value:429624,pid:429006,label:"净潭乡"},{value:429625,pid:429006,label:"蒋湖农场"},{value:429626,pid:429006,label:"白茅湖农场"},{value:429627,pid:429006,label:"沉湖林业科技示范区"},{value:429628,pid:429006,label:"天门工业园"},{value:429629,pid:429006,label:"侨乡街道开发区"}]},{value:429021,pid:42e4,label:"神农架林区",children:[{value:429022,pid:429021,label:"松柏镇"},{value:429023,pid:429021,label:"阳日镇"},{value:429024,pid:429021,label:"木鱼镇"},{value:429025,pid:429021,label:"红坪镇"},{value:429026,pid:429021,label:"新华镇"},{value:429027,pid:429021,label:"大九湖"},{value:429028,pid:429021,label:"宋洛"},{value:429029,pid:429021,label:"下谷坪乡"}]}]},{value:43e4,pid:1e5,label:"湖南省",children:[{value:430100,pid:43e4,label:"长沙市",children:[{value:430102,pid:430100,label:"芙蓉区"},{value:430103,pid:430100,label:"天心区"},{value:430104,pid:430100,label:"岳麓区"},{value:430105,pid:430100,label:"开福区"},{value:430111,pid:430100,label:"雨花区"},{value:430112,pid:430100,label:"望城区"},{value:430121,pid:430100,label:"长沙县"},{value:430181,pid:430100,label:"浏阳市"},{value:430182,pid:430100,label:"宁乡市"},{value:430183,pid:430100,label:"湘江新区"}]},{value:430200,pid:43e4,label:"株洲市",children:[{value:430202,pid:430200,label:"荷塘区"},{value:430203,pid:430200,label:"芦淞区"},{value:430204,pid:430200,label:"石峰区"},{value:430211,pid:430200,label:"天元区"},{value:430212,pid:430200,label:"渌口区"},{value:430223,pid:430200,label:"攸县"},{value:430224,pid:430200,label:"茶陵县"},{value:430225,pid:430200,label:"炎陵县"},{value:430281,pid:430200,label:"醴陵市"}]},{value:430300,pid:43e4,label:"湘潭市",children:[{value:430302,pid:430300,label:"雨湖区"},{value:430304,pid:430300,label:"岳塘区"},{value:430321,pid:430300,label:"湘潭县"},{value:430381,pid:430300,label:"湘乡市"},{value:430382,pid:430300,label:"韶山市"},{value:430383,pid:430300,label:"高新区"}]},{value:430400,pid:43e4,label:"衡阳市",children:[{value:430405,pid:430400,label:"珠晖区"},{value:430406,pid:430400,label:"雁峰区"},{value:430407,pid:430400,label:"石鼓区"},{value:430408,pid:430400,label:"蒸湘区"},{value:430412,pid:430400,label:"南岳区"},{value:430421,pid:430400,label:"衡阳县"},{value:430422,pid:430400,label:"衡南县"},{value:430423,pid:430400,label:"衡山县"},{value:430424,pid:430400,label:"衡东县"},{value:430426,pid:430400,label:"祁东县"},{value:430481,pid:430400,label:"耒阳市"},{value:430482,pid:430400,label:"常宁市"},{value:430483,pid:430400,label:"高新区"},{value:430484,pid:430400,label:"综合保税区"}]},{value:430500,pid:43e4,label:"邵阳市",children:[{value:430502,pid:430500,label:"双清区"},{value:430503,pid:430500,label:"大祥区"},{value:430511,pid:430500,label:"北塔区"},{value:430521,pid:430500,label:"邵东县"},{value:430522,pid:430500,label:"新邵县"},{value:430523,pid:430500,label:"邵阳县"},{value:430524,pid:430500,label:"隆回县"},{value:430525,pid:430500,label:"洞口县"},{value:430527,pid:430500,label:"绥宁县"},{value:430528,pid:430500,label:"新宁县"},{value:430529,pid:430500,label:"城步苗族自治县"},{value:430581,pid:430500,label:"武冈市"}]},{value:430600,pid:43e4,label:"岳阳市",children:[{value:430602,pid:430600,label:"岳阳楼区"},{value:430603,pid:430600,label:"云溪区"},{value:430611,pid:430600,label:"君山区"},{value:430621,pid:430600,label:"岳阳县"},{value:430623,pid:430600,label:"华容县"},{value:430624,pid:430600,label:"湘阴县"},{value:430626,pid:430600,label:"平江县"},{value:430681,pid:430600,label:"汨罗市"},{value:430682,pid:430600,label:"临湘市"}]},{value:430700,pid:43e4,label:"常德市",children:[{value:430702,pid:430700,label:"武陵区"},{value:430703,pid:430700,label:"鼎城区"},{value:430721,pid:430700,label:"安乡县"},{value:430722,pid:430700,label:"汉寿县"},{value:430723,pid:430700,label:"澧县"},{value:430724,pid:430700,label:"临澧县"},{value:430725,pid:430700,label:"桃源县"},{value:430726,pid:430700,label:"石门县"},{value:430781,pid:430700,label:"津市市"}]},{value:430800,pid:43e4,label:"张家界市",children:[{value:430802,pid:430800,label:"永定区"},{value:430811,pid:430800,label:"武陵源区"},{value:430821,pid:430800,label:"慈利县"},{value:430822,pid:430800,label:"桑植县"}]},{value:430900,pid:43e4,label:"益阳市",children:[{value:430902,pid:430900,label:"资阳区"},{value:430903,pid:430900,label:"赫山区"},{value:430921,pid:430900,label:"南县"},{value:430922,pid:430900,label:"桃江县"},{value:430923,pid:430900,label:"安化县"},{value:430981,pid:430900,label:"沅江市"}]},{value:431e3,pid:43e4,label:"郴州市",children:[{value:431002,pid:431e3,label:"北湖区"},{value:431003,pid:431e3,label:"苏仙区"},{value:431021,pid:431e3,label:"桂阳县"},{value:431022,pid:431e3,label:"宜章县"},{value:431023,pid:431e3,label:"永兴县"},{value:431024,pid:431e3,label:"嘉禾县"},{value:431025,pid:431e3,label:"临武县"},{value:431026,pid:431e3,label:"汝城县"},{value:431027,pid:431e3,label:"桂东县"},{value:431028,pid:431e3,label:"安仁县"},{value:431081,pid:431e3,label:"资兴市"}]},{value:431100,pid:43e4,label:"永州市",children:[{value:431102,pid:431100,label:"零陵区"},{value:431103,pid:431100,label:"冷水滩区"},{value:431121,pid:431100,label:"祁阳县"},{value:431122,pid:431100,label:"东安县"},{value:431123,pid:431100,label:"双牌县"},{value:431124,pid:431100,label:"道县"},{value:431125,pid:431100,label:"江永县"},{value:431126,pid:431100,label:"宁远县"},{value:431127,pid:431100,label:"蓝山县"},{value:431128,pid:431100,label:"新田县"},{value:431129,pid:431100,label:"江华瑶族自治县"}]},{value:431200,pid:43e4,label:"怀化市",children:[{value:431202,pid:431200,label:"鹤城区"},{value:431221,pid:431200,label:"中方县"},{value:431222,pid:431200,label:"沅陵县"},{value:431223,pid:431200,label:"辰溪县"},{value:431224,pid:431200,label:"溆浦县"},{value:431225,pid:431200,label:"会同县"},{value:431226,pid:431200,label:"麻阳苗族自治县"},{value:431227,pid:431200,label:"新晃侗族自治县"},{value:431228,pid:431200,label:"芷江侗族自治县"},{value:431229,pid:431200,label:"靖州苗族侗族自治县"},{value:431230,pid:431200,label:"通道侗族自治县"},{value:431281,pid:431200,label:"洪江市"}]},{value:431300,pid:43e4,label:"娄底市",children:[{value:431302,pid:431300,label:"娄星区"},{value:431321,pid:431300,label:"双峰县"},{value:431322,pid:431300,label:"新化县"},{value:431381,pid:431300,label:"冷水江市"},{value:431382,pid:431300,label:"涟源市"}]},{value:433100,pid:43e4,label:"湘西土家族苗族自治州",children:[{value:433101,pid:433100,label:"吉首市"},{value:433122,pid:433100,label:"泸溪县"},{value:433123,pid:433100,label:"凤凰县"},{value:433124,pid:433100,label:"花垣县"},{value:433125,pid:433100,label:"保靖县"},{value:433126,pid:433100,label:"古丈县"},{value:433127,pid:433100,label:"永顺县"},{value:433130,pid:433100,label:"龙山县"}]}]},{value:44e4,pid:1e5,label:"广东省",children:[{value:440100,pid:44e4,label:"广州市",children:[{value:440103,pid:440100,label:"荔湾区"},{value:440104,pid:440100,label:"越秀区"},{value:440105,pid:440100,label:"海珠区"},{value:440106,pid:440100,label:"天河区"},{value:440111,pid:440100,label:"白云区"},{value:440112,pid:440100,label:"黄埔区"},{value:440113,pid:440100,label:"番禺区"},{value:440114,pid:440100,label:"花都区"},{value:440115,pid:440100,label:"南沙区"},{value:440117,pid:440100,label:"从化区"},{value:440118,pid:440100,label:"增城区"}]},{value:440200,pid:44e4,label:"韶关市",children:[{value:440203,pid:440200,label:"武江区"},{value:440204,pid:440200,label:"浈江区"},{value:440205,pid:440200,label:"曲江区"},{value:440222,pid:440200,label:"始兴县"},{value:440224,pid:440200,label:"仁化县"},{value:440229,pid:440200,label:"翁源县"},{value:440232,pid:440200,label:"乳源瑶族自治县"},{value:440233,pid:440200,label:"新丰县"},{value:440281,pid:440200,label:"乐昌市"},{value:440282,pid:440200,label:"南雄市"}]},{value:440300,pid:44e4,label:"深圳市",children:[{value:440303,pid:440300,label:"罗湖区"},{value:440304,pid:440300,label:"福田区"},{value:440305,pid:440300,label:"南山区"},{value:440306,pid:440300,label:"宝安区"},{value:440307,pid:440300,label:"龙岗区"},{value:440308,pid:440300,label:"盐田区"},{value:440309,pid:440300,label:"龙华区"},{value:440310,pid:440300,label:"坪山区"},{value:440311,pid:440300,label:"光明区"},{value:440312,pid:440300,label:"大鹏新区"}]},{value:440400,pid:44e4,label:"珠海市",children:[{value:440402,pid:440400,label:"香洲区"},{value:440403,pid:440400,label:"斗门区"},{value:440404,pid:440400,label:"金湾区"},{value:440405,pid:440400,label:"横琴新区"},{value:440406,pid:440400,label:"经济开发区"}]},{value:440500,pid:44e4,label:"汕头市",children:[{value:440507,pid:440500,label:"龙湖区"},{value:440511,pid:440500,label:"金平区"},{value:440512,pid:440500,label:"濠江区"},{value:440513,pid:440500,label:"潮阳区"},{value:440514,pid:440500,label:"潮南区"},{value:440515,pid:440500,label:"澄海区"},{value:440523,pid:440500,label:"南澳县"}]},{value:440600,pid:44e4,label:"佛山市",children:[{value:440604,pid:440600,label:"禅城区"},{value:440605,pid:440600,label:"南海区"},{value:440606,pid:440600,label:"顺德区"},{value:440607,pid:440600,label:"三水区"},{value:440608,pid:440600,label:"高明区"}]},{value:440700,pid:44e4,label:"江门市",children:[{value:440703,pid:440700,label:"蓬江区"},{value:440704,pid:440700,label:"江海区"},{value:440705,pid:440700,label:"新会区"},{value:440781,pid:440700,label:"台山市"},{value:440783,pid:440700,label:"开平市"},{value:440784,pid:440700,label:"鹤山市"},{value:440785,pid:440700,label:"恩平市"}]},{value:440800,pid:44e4,label:"湛江市",children:[{value:440802,pid:440800,label:"赤坎区"},{value:440803,pid:440800,label:"霞山区"},{value:440804,pid:440800,label:"坡头区"},{value:440811,pid:440800,label:"麻章区"},{value:440823,pid:440800,label:"遂溪县"},{value:440825,pid:440800,label:"徐闻县"},{value:440881,pid:440800,label:"廉江市"},{value:440882,pid:440800,label:"雷州市"},{value:440883,pid:440800,label:"吴川市"},{value:440884,pid:440800,label:"经济开发区"}]},{value:440900,pid:44e4,label:"茂名市",children:[{value:440902,pid:440900,label:"茂南区"},{value:440904,pid:440900,label:"电白区"},{value:440981,pid:440900,label:"高州市"},{value:440982,pid:440900,label:"化州市"},{value:440983,pid:440900,label:"信宜市"}]},{value:441200,pid:44e4,label:"肇庆市",children:[{value:441202,pid:441200,label:"端州区"},{value:441203,pid:441200,label:"鼎湖区"},{value:441204,pid:441200,label:"高要区"},{value:441223,pid:441200,label:"广宁县"},{value:441224,pid:441200,label:"怀集县"},{value:441225,pid:441200,label:"封开县"},{value:441226,pid:441200,label:"德庆县"},{value:441284,pid:441200,label:"四会市"}]},{value:441300,pid:44e4,label:"惠州市",children:[{value:441302,pid:441300,label:"惠城区"},{value:441303,pid:441300,label:"惠阳区"},{value:441322,pid:441300,label:"博罗县"},{value:441323,pid:441300,label:"惠东县"},{value:441324,pid:441300,label:"龙门县"},{value:441325,pid:441300,label:"大亚湾区"}]},{value:441400,pid:44e4,label:"梅州市",children:[{value:441402,pid:441400,label:"梅江区"},{value:441403,pid:441400,label:"梅县区"},{value:441422,pid:441400,label:"大埔县"},{value:441423,pid:441400,label:"丰顺县"},{value:441424,pid:441400,label:"五华县"},{value:441426,pid:441400,label:"平远县"},{value:441427,pid:441400,label:"蕉岭县"},{value:441481,pid:441400,label:"兴宁市"}]},{value:441500,pid:44e4,label:"汕尾市",children:[{value:441502,pid:441500,label:"城区"},{value:441521,pid:441500,label:"海丰县"},{value:441523,pid:441500,label:"陆河县"},{value:441581,pid:441500,label:"陆丰市"}]},{value:441600,pid:44e4,label:"河源市",children:[{value:441602,pid:441600,label:"源城区"},{value:441621,pid:441600,label:"紫金县"},{value:441622,pid:441600,label:"龙川县"},{value:441623,pid:441600,label:"连平县"},{value:441624,pid:441600,label:"和平县"},{value:441625,pid:441600,label:"东源县"}]},{value:441700,pid:44e4,label:"阳江市",children:[{value:441702,pid:441700,label:"江城区"},{value:441704,pid:441700,label:"阳东区"},{value:441721,pid:441700,label:"阳西县"},{value:441781,pid:441700,label:"阳春市"}]},{value:441800,pid:44e4,label:"清远市",children:[{value:441802,pid:441800,label:"清城区"},{value:441803,pid:441800,label:"清新区"},{value:441821,pid:441800,label:"佛冈县"},{value:441823,pid:441800,label:"阳山县"},{value:441825,pid:441800,label:"连山壮族瑶族自治县"},{value:441826,pid:441800,label:"连南瑶族自治县"},{value:441881,pid:441800,label:"英德市"},{value:441882,pid:441800,label:"连州市"}]},{value:441900,pid:44e4,label:"东莞市",children:[{value:441901,pid:441900,label:"莞城区"},{value:441902,pid:441900,label:"南城区"},{value:441903,pid:441900,label:"东城区"},{value:441904,pid:441900,label:"万江区"},{value:441905,pid:441900,label:"石碣镇"},{value:441906,pid:441900,label:"石龙镇"},{value:441907,pid:441900,label:"茶山镇"},{value:441908,pid:441900,label:"石排镇"},{value:441909,pid:441900,label:"企石镇"},{value:441910,pid:441900,label:"横沥镇"},{value:441911,pid:441900,label:"桥头镇"},{value:441912,pid:441900,label:"谢岗镇"},{value:441913,pid:441900,label:"东坑镇"},{value:441914,pid:441900,label:"常平镇"},{value:441915,pid:441900,label:"寮步镇"},{value:441916,pid:441900,label:"大朗镇"},{value:441917,pid:441900,label:"麻涌镇"},{value:441918,pid:441900,label:"中堂镇"},{value:441919,pid:441900,label:"高埗镇"},{value:441920,pid:441900,label:"樟木头镇"},{value:441921,pid:441900,label:"大岭山镇"},{value:441922,pid:441900,label:"望牛墩镇"},{value:441923,pid:441900,label:"黄江镇"},{value:441924,pid:441900,label:"洪梅镇"},{value:441925,pid:441900,label:"清溪镇"},{value:441926,pid:441900,label:"沙田镇"},{value:441927,pid:441900,label:"道滘镇"},{value:441928,pid:441900,label:"塘厦镇"},{value:441929,pid:441900,label:"虎门镇"},{value:441930,pid:441900,label:"厚街镇"},{value:441931,pid:441900,label:"凤岗镇"},{value:441932,pid:441900,label:"长安镇"},{value:441933,pid:441900,label:"松山湖高新区"}]},{value:442e3,pid:44e4,label:"中山市",children:[{value:442001,pid:442e3,label:"石岐区"},{value:442002,pid:442e3,label:"东区"},{value:442003,pid:442e3,label:"西区"},{value:442004,pid:442e3,label:"南区"},{value:442005,pid:442e3,label:"五桂山区"},{value:442006,pid:442e3,label:"火炬开发区"},{value:442007,pid:442e3,label:"黄圃镇"},{value:442008,pid:442e3,label:"南头镇"},{value:442009,pid:442e3,label:"东凤镇"},{value:442010,pid:442e3,label:"阜沙镇"},{value:442011,pid:442e3,label:"小榄镇"},{value:442012,pid:442e3,label:"东升镇"},{value:442013,pid:442e3,label:"古镇镇"},{value:442014,pid:442e3,label:"横栏镇"},{value:442015,pid:442e3,label:"三角镇"},{value:442016,pid:442e3,label:"民众镇"},{value:442017,pid:442e3,label:"南朗镇"},{value:442018,pid:442e3,label:"港口镇"},{value:442019,pid:442e3,label:"大涌镇"},{value:442020,pid:442e3,label:"沙溪镇"},{value:442021,pid:442e3,label:"三乡镇"},{value:442022,pid:442e3,label:"板芙镇"},{value:442023,pid:442e3,label:"神湾镇"},{value:442024,pid:442e3,label:"坦洲镇"}]},{value:445100,pid:44e4,label:"潮州市",children:[{value:445102,pid:445100,label:"湘桥区"},{value:445103,pid:445100,label:"潮安区"},{value:445122,pid:445100,label:"饶平县"}]},{value:445200,pid:44e4,label:"揭阳市",children:[{value:445202,pid:445200,label:"榕城区"},{value:445203,pid:445200,label:"揭东区"},{value:445222,pid:445200,label:"揭西县"},{value:445224,pid:445200,label:"惠来县"},{value:445281,pid:445200,label:"普宁市"}]},{value:445300,pid:44e4,label:"云浮市",children:[{value:445302,pid:445300,label:"云城区"},{value:445303,pid:445300,label:"云安区"},{value:445321,pid:445300,label:"新兴县"},{value:445322,pid:445300,label:"郁南县"},{value:445381,pid:445300,label:"罗定市"}]}]},{value:45e4,pid:1e5,label:"广西壮族自治区",children:[{value:450100,pid:45e4,label:"南宁市",children:[{value:450102,pid:450100,label:"兴宁区"},{value:450103,pid:450100,label:"青秀区"},{value:450105,pid:450100,label:"江南区"},{value:450107,pid:450100,label:"西乡塘区"},{value:450108,pid:450100,label:"良庆区"},{value:450109,pid:450100,label:"邕宁区"},{value:450110,pid:450100,label:"武鸣区"},{value:450123,pid:450100,label:"隆安县"},{value:450124,pid:450100,label:"马山县"},{value:450125,pid:450100,label:"上林县"},{value:450126,pid:450100,label:"宾阳县"},{value:450127,pid:450100,label:"横县"},{value:450128,pid:450100,label:"埌东新区"}]},{value:450200,pid:45e4,label:"柳州市",children:[{value:450202,pid:450200,label:"城中区"},{value:450203,pid:450200,label:"鱼峰区"},{value:450204,pid:450200,label:"柳南区"},{value:450205,pid:450200,label:"柳北区"},{value:450206,pid:450200,label:"柳江区"},{value:450222,pid:450200,label:"柳城县"},{value:450223,pid:450200,label:"鹿寨县"},{value:450224,pid:450200,label:"融安县"},{value:450225,pid:450200,label:"融水苗族自治县"},{value:450226,pid:450200,label:"三江侗族自治县"},{value:450227,pid:450200,label:"柳东新区"}]},{value:450300,pid:45e4,label:"桂林市",children:[{value:450302,pid:450300,label:"秀峰区"},{value:450303,pid:450300,label:"叠彩区"},{value:450304,pid:450300,label:"象山区"},{value:450305,pid:450300,label:"七星区"},{value:450311,pid:450300,label:"雁山区"},{value:450312,pid:450300,label:"临桂区"},{value:450321,pid:450300,label:"阳朔县"},{value:450323,pid:450300,label:"灵川县"},{value:450324,pid:450300,label:"全州县"},{value:450325,pid:450300,label:"兴安县"},{value:450326,pid:450300,label:"永福县"},{value:450327,pid:450300,label:"灌阳县"},{value:450328,pid:450300,label:"龙胜各族自治县"},{value:450329,pid:450300,label:"资源县"},{value:450330,pid:450300,label:"平乐县"},{value:450332,pid:450300,label:"恭城瑶族自治县"},{value:450381,pid:450300,label:"荔浦市"}]},{value:450400,pid:45e4,label:"梧州市",children:[{value:450403,pid:450400,label:"万秀区"},{value:450405,pid:450400,label:"长洲区"},{value:450406,pid:450400,label:"龙圩区"},{value:450421,pid:450400,label:"苍梧县"},{value:450422,pid:450400,label:"藤县"},{value:450423,pid:450400,label:"蒙山县"},{value:450481,pid:450400,label:"岑溪市"}]},{value:450500,pid:45e4,label:"北海市",children:[{value:450502,pid:450500,label:"海城区"},{value:450503,pid:450500,label:"银海区"},{value:450512,pid:450500,label:"铁山港区"},{value:450521,pid:450500,label:"合浦县"}]},{value:450600,pid:45e4,label:"防城港市",children:[{value:450602,pid:450600,label:"港口区"},{value:450603,pid:450600,label:"防城区"},{value:450621,pid:450600,label:"上思县"},{value:450681,pid:450600,label:"东兴市"}]},{value:450700,pid:45e4,label:"钦州市",children:[{value:450702,pid:450700,label:"钦南区"},{value:450703,pid:450700,label:"钦北区"},{value:450721,pid:450700,label:"灵山县"},{value:450722,pid:450700,label:"浦北县"}]},{value:450800,pid:45e4,label:"贵港市",children:[{value:450802,pid:450800,label:"港北区"},{value:450803,pid:450800,label:"港南区"},{value:450804,pid:450800,label:"覃塘区"},{value:450821,pid:450800,label:"平南县"},{value:450881,pid:450800,label:"桂平市"}]},{value:450900,pid:45e4,label:"玉林市",children:[{value:450902,pid:450900,label:"玉州区"},{value:450903,pid:450900,label:"福绵区"},{value:450921,pid:450900,label:"容县"},{value:450922,pid:450900,label:"陆川县"},{value:450923,pid:450900,label:"博白县"},{value:450924,pid:450900,label:"兴业县"},{value:450981,pid:450900,label:"北流市"},{value:450982,pid:450900,label:"玉东新区"},{value:450983,pid:450900,label:"高新区"}]},{value:451e3,pid:45e4,label:"百色市",children:[{value:451002,pid:451e3,label:"右江区"},{value:451021,pid:451e3,label:"田阳县"},{value:451022,pid:451e3,label:"田东县"},{value:451023,pid:451e3,label:"平果县"},{value:451024,pid:451e3,label:"德保县"},{value:451026,pid:451e3,label:"那坡县"},{value:451027,pid:451e3,label:"凌云县"},{value:451028,pid:451e3,label:"乐业县"},{value:451029,pid:451e3,label:"田林县"},{value:451030,pid:451e3,label:"西林县"},{value:451031,pid:451e3,label:"隆林各族自治县"},{value:451081,pid:451e3,label:"靖西市"}]},{value:451100,pid:45e4,label:"贺州市",children:[{value:451102,pid:451100,label:"八步区"},{value:451103,pid:451100,label:"平桂区"},{value:451121,pid:451100,label:"昭平县"},{value:451122,pid:451100,label:"钟山县"},{value:451123,pid:451100,label:"富川瑶族自治县"}]},{value:451200,pid:45e4,label:"河池市",children:[{value:451202,pid:451200,label:"金城江区"},{value:451203,pid:451200,label:"宜州区"},{value:451221,pid:451200,label:"南丹县"},{value:451222,pid:451200,label:"天峨县"},{value:451223,pid:451200,label:"凤山县"},{value:451224,pid:451200,label:"东兰县"},{value:451225,pid:451200,label:"罗城仫佬族自治县"},{value:451226,pid:451200,label:"环江毛南族自治县"},{value:451227,pid:451200,label:"巴马瑶族自治县"},{value:451228,pid:451200,label:"都安瑶族自治县"},{value:451229,pid:451200,label:"大化瑶族自治县"}]},{value:451300,pid:45e4,label:"来宾市",children:[{value:451302,pid:451300,label:"兴宾区"},{value:451321,pid:451300,label:"忻城县"},{value:451322,pid:451300,label:"象州县"},{value:451323,pid:451300,label:"武宣县"},{value:451324,pid:451300,label:"金秀瑶族自治县"},{value:451381,pid:451300,label:"合山市"}]},{value:451400,pid:45e4,label:"崇左市",children:[{value:451402,pid:451400,label:"江州区"},{value:451421,pid:451400,label:"扶绥县"},{value:451422,pid:451400,label:"宁明县"},{value:451423,pid:451400,label:"龙州县"},{value:451424,pid:451400,label:"大新县"},{value:451425,pid:451400,label:"天等县"},{value:451481,pid:451400,label:"凭祥市"}]}]},{value:46e4,pid:1e5,label:"海南省",children:[{value:460100,pid:46e4,label:"海口市",children:[{value:460105,pid:460100,label:"秀英区"},{value:460106,pid:460100,label:"龙华区"},{value:460107,pid:460100,label:"琼山区"},{value:460108,pid:460100,label:"美兰区"},{value:460109,pid:460100,label:"江东新区"}]},{value:460200,pid:46e4,label:"三亚市",children:[{value:460202,pid:460200,label:"海棠区"},{value:460203,pid:460200,label:"吉阳区"},{value:460204,pid:460200,label:"天涯区"},{value:460205,pid:460200,label:"崖州区"}]},{value:460300,pid:46e4,label:"三沙市",children:[{value:460321,pid:460300,label:"西沙群岛"},{value:460322,pid:460300,label:"南沙群岛"},{value:460323,pid:460300,label:"中沙群岛"}]},{value:460400,pid:46e4,label:"儋州市",children:[{value:460401,pid:460400,label:"洋浦经济开发区"},{value:460402,pid:460400,label:"那大镇"},{value:460403,pid:460400,label:"南丰镇"},{value:460404,pid:460400,label:"雅星镇"},{value:460405,pid:460400,label:"和庆镇"},{value:460406,pid:460400,label:"大成镇"},{value:460407,pid:460400,label:"新州镇"},{value:460408,pid:460400,label:"光村镇"},{value:460409,pid:460400,label:"东成镇"},{value:460410,pid:460400,label:"中和镇"},{value:460411,pid:460400,label:"峨蔓镇"},{value:460412,pid:460400,label:"兰洋镇"},{value:460413,pid:460400,label:"王五镇"},{value:460414,pid:460400,label:"排浦镇"},{value:460415,pid:460400,label:"海头镇"},{value:460416,pid:460400,label:"木棠镇"},{value:460417,pid:460400,label:"白马井镇"},{value:460418,pid:460400,label:"三都镇"},{value:460419,pid:460400,label:"西培农场"},{value:460420,pid:460400,label:"西联农场"},{value:460421,pid:460400,label:"蓝洋农场"},{value:460422,pid:460400,label:"八一农场"},{value:460423,pid:460400,label:"西华农场"},{value:460424,pid:460400,label:"西庆农场"},{value:460425,pid:460400,label:"西流农场"},{value:460426,pid:460400,label:"新盈农场"},{value:460427,pid:460400,label:"龙山农场"},{value:460428,pid:460400,label:"红岭农场"}]},{value:469001,pid:46e4,label:"五指山市",children:[{value:469101,pid:469001,label:"通什镇"},{value:469102,pid:469001,label:"南圣镇"},{value:469103,pid:469001,label:"毛阳镇"},{value:469104,pid:469001,label:"番阳镇"},{value:469105,pid:469001,label:"畅好乡"},{value:469106,pid:469001,label:"毛道乡"},{value:469107,pid:469001,label:"水满乡"}]},{value:469002,pid:46e4,label:"琼海市",children:[{value:469201,pid:469002,label:"嘉积镇"},{value:469202,pid:469002,label:"万泉镇"},{value:469203,pid:469002,label:"石壁镇"},{value:469204,pid:469002,label:"中原镇"},{value:469205,pid:469002,label:"博鳌镇"},{value:469206,pid:469002,label:"阳江镇"},{value:469207,pid:469002,label:"龙江镇"},{value:469208,pid:469002,label:"潭门镇"},{value:469209,pid:469002,label:"塔洋镇"},{value:469210,pid:469002,label:"���坡镇"},{value:469211,pid:469002,label:"大路镇"},{value:469212,pid:469002,label:"会山镇"},{value:469213,pid:469002,label:"东太农场"},{value:469214,pid:469002,label:"东红农场"},{value:469215,pid:469002,label:"东升农场"},{value:469216,pid:469002,label:"南俸农场"},{value:469217,pid:469002,label:"彬村山华侨农场"}]},{value:469005,pid:46e4,label:"文昌市",children:[{value:469501,pid:469005,label:"文城镇"},{value:469502,pid:469005,label:"重兴镇"},{value:469503,pid:469005,label:"蓬莱镇"},{value:469504,pid:469005,label:"会文镇"},{value:469505,pid:469005,label:"东路镇"},{value:469506,pid:469005,label:"潭牛镇"},{value:469507,pid:469005,label:"东阁镇"},{value:469508,pid:469005,label:"文教镇"},{value:469509,pid:469005,label:"东郊镇"},{value:469510,pid:469005,label:"龙楼镇"},{value:469511,pid:469005,label:"昌洒镇"},{value:469512,pid:469005,label:"翁田镇"},{value:469513,pid:469005,label:"抱罗镇"},{value:469514,pid:469005,label:"冯坡镇"},{value:469515,pid:469005,label:"锦山镇"},{value:469516,pid:469005,label:"铺前镇"},{value:469517,pid:469005,label:"公坡镇"},{value:469518,pid:469005,label:"迈号镇"},{value:469519,pid:469005,label:"清谰镇"},{value:469520,pid:469005,label:"南阳镇"},{value:469521,pid:469005,label:"新桥镇"},{value:469522,pid:469005,label:"头苑镇"},{value:469523,pid:469005,label:"宝芳乡"},{value:469524,pid:469005,label:"龙马乡"},{value:469525,pid:469005,label:"湖山乡"},{value:469526,pid:469005,label:"东路农场"},{value:469527,pid:469005,label:"南阳农场"},{value:469528,pid:469005,label:"罗豆农场"}]},{value:469006,pid:46e4,label:"万宁市",children:[{value:469601,pid:469006,label:"万城镇"},{value:469602,pid:469006,label:"龙滚镇"},{value:469603,pid:469006,label:"和乐镇"},{value:469604,pid:469006,label:"后安镇"},{value:469605,pid:469006,label:"大茂镇"},{value:469606,pid:469006,label:"东澳镇"},{value:469607,pid:469006,label:"礼纪镇"},{value:469608,pid:469006,label:"长丰镇"},{value:469609,pid:469006,label:"山根镇"},{value:469610,pid:469006,label:"北大镇"},{value:469611,pid:469006,label:"南桥镇"},{value:469612,pid:469006,label:"三更罗镇"},{value:469613,pid:469006,label:"东岭农场"},{value:469614,pid:469006,label:"南林农场"},{value:469615,pid:469006,label:"东兴农场"},{value:469616,pid:469006,label:"东和农场"},{value:469617,pid:469006,label:"新中农场"},{value:469618,pid:469006,label:"兴隆华侨农场"}]},{value:469007,pid:46e4,label:"东方市",children:[{value:469701,pid:469007,label:"八所镇"},{value:469702,pid:469007,label:"东河镇"},{value:469703,pid:469007,label:"大田镇"},{value:469704,pid:469007,label:"感城镇"},{value:469705,pid:469007,label:"板桥镇"},{value:469706,pid:469007,label:"三家镇"},{value:469707,pid:469007,label:"四更镇"},{value:469708,pid:469007,label:"新龙镇"},{value:469709,pid:469007,label:"天安乡"},{value:469710,pid:469007,label:"江边乡"},{value:469711,pid:469007,label:"广坝农场"},{value:469712,pid:469007,label:"东方华侨农场"}]},{value:469021,pid:46e4,label:"定安县",children:[{value:469801,pid:469021,label:"定城镇"},{value:469802,pid:469021,label:"新竹镇"},{value:469803,pid:469021,label:"龙湖镇"},{value:469804,pid:469021,label:"雷鸣镇"},{value:469805,pid:469021,label:"龙门镇"},{value:469806,pid:469021,label:"龙河镇"},{value:469807,pid:469021,label:"岭口镇"},{value:469808,pid:469021,label:"翰林镇"},{value:469809,pid:469021,label:"富文镇"},{value:469810,pid:469021,label:"黄竹镇"},{value:469811,pid:469021,label:"金鸡岭农场"},{value:469812,pid:469021,label:"中瑞农场"},{value:469813,pid:469021,label:"南海农场"},{value:469814,pid:469021,label:"城区"}]},{value:469022,pid:46e4,label:"屯昌县",children:[{value:469821,pid:469022,label:"屯城镇"},{value:469822,pid:469022,label:"新兴镇"},{value:469823,pid:469022,label:"枫木镇"},{value:469824,pid:469022,label:"乌坡镇"},{value:469825,pid:469022,label:"南吕镇"},{value:469826,pid:469022,label:"南坤镇"},{value:469827,pid:469022,label:"坡心镇"},{value:469828,pid:469022,label:"西昌镇"},{value:469829,pid:469022,label:"中建农场"},{value:469830,pid:469022,label:"中坤农场"},{value:469831,pid:469022,label:"县城内"}]},{value:469023,pid:46e4,label:"澄迈县",children:[{value:469841,pid:469023,label:"金江镇"},{value:469842,pid:469023,label:"老城镇"},{value:469843,pid:469023,label:"瑞溪镇"},{value:469844,pid:469023,label:"永发镇"},{value:469845,pid:469023,label:"加乐镇"},{value:469846,pid:469023,label:"文儒镇"},{value:469847,pid:469023,label:"中兴镇"},{value:469848,pid:469023,label:"仁兴镇"},{value:469849,pid:469023,label:"福山镇"},{value:469850,pid:469023,label:"桥头镇"},{value:469851,pid:469023,label:"大丰镇"},{value:469852,pid:469023,label:"红光农场"},{value:469853,pid:469023,label:"西达农场"},{value:469854,pid:469023,label:"金安农场"},{value:469855,pid:469023,label:"城区"}]},{value:469024,pid:46e4,label:"临高县",children:[{value:469861,pid:469024,label:"临城镇"},{value:469862,pid:469024,label:"波莲镇"},{value:469863,pid:469024,label:"东英镇"},{value:469864,pid:469024,label:"博厚镇"},{value:469865,pid:469024,label:"皇桐镇"},{value:469866,pid:469024,label:"多文镇"},{value:469867,pid:469024,label:"和舍镇"},{value:469868,pid:469024,label:"南宝镇"},{value:469869,pid:469024,label:"新盈镇"},{value:469870,pid:469024,label:"调楼镇"},{value:469871,pid:469024,label:"加来镇"},{value:469872,pid:469024,label:"红华农场"},{value:469873,pid:469024,label:"加来农场"},{value:469874,pid:469024,label:"城区"}]},{value:469025,pid:46e4,label:"白沙黎族自治县",children:[{value:469881,pid:469025,label:"牙叉镇"},{value:469882,pid:469025,label:"七坊镇"},{value:469883,pid:469025,label:"邦溪镇"},{value:469884,pid:469025,label:"打安镇"},{value:469885,pid:469025,label:"细水乡"},{value:469886,pid:469025,label:"元门乡"},{value:469887,pid:469025,label:"南开乡"},{value:469888,pid:469025,label:"阜龙乡"},{value:469889,pid:469025,label:"青松乡"},{value:469890,pid:469025,label:"金波乡"},{value:469891,pid:469025,label:"荣邦乡"},{value:469892,pid:469025,label:"白沙农场"},{value:469893,pid:469025,label:"龙江农场"},{value:469894,pid:469025,label:"邦溪农场"},{value:469895,pid:469025,label:"城区"}]},{value:469026,pid:46e4,label:"昌江黎族自治县",children:[{value:469901,pid:469026,label:"石碌镇"},{value:469902,pid:469026,label:"叉河镇"},{value:469903,pid:469026,label:"十月田镇"},{value:469904,pid:469026,label:"乌烈镇"},{value:469905,pid:469026,label:"海尾镇"},{value:469906,pid:469026,label:"南罗镇"},{value:469907,pid:469026,label:"太坡镇"},{value:469908,pid:469026,label:"昌化镇"},{value:469909,pid:469026,label:"七叉镇"},{value:469910,pid:469026,label:"保平乡"},{value:469911,pid:469026,label:"昌城乡"},{value:469912,pid:469026,label:"王下乡"},{value:469913,pid:469026,label:"霸王岭林场"},{value:469914,pid:469026,label:"红林农场"},{value:469915,pid:469026,label:"城区"}]},{value:469027,pid:46e4,label:"乐东黎族自治县",children:[{value:469920,pid:469027,label:"抱由镇"},{value:469921,pid:469027,label:"万冲镇"},{value:469922,pid:469027,label:"大安镇"},{value:469923,pid:469027,label:"志仲镇"},{value:469924,pid:469027,label:"千家镇"},{value:469925,pid:469027,label:"九所镇"},{value:469926,pid:469027,label:"利国镇"},{value:469927,pid:469027,label:"黄流镇"},{value:469928,pid:469027,label:"佛罗镇"},{value:469929,pid:469027,label:"尖峰镇"},{value:469930,pid:469027,label:"莺歌海镇"},{value:469931,pid:469027,label:"乐中农场"},{value:469932,pid:469027,label:"山荣农场"},{value:469933,pid:469027,label:"乐光农场"},{value:469934,pid:469027,label:"报伦农场"},{value:469935,pid:469027,label:"福报农场"},{value:469936,pid:469027,label:"保国农场"},{value:469937,pid:469027,label:"保显农场"},{value:469938,pid:469027,label:"尖峰岭林业"},{value:469939,pid:469027,label:"莺歌海盐场"},{value:469940,pid:469027,label:"城区"}]},{value:469028,pid:46e4,label:"陵水黎族自治县",children:[{value:469941,pid:469028,label:"椰林镇"},{value:469942,pid:469028,label:"光坡镇"},{value:469943,pid:469028,label:"三才镇"},{value:469944,pid:469028,label:"英州镇"},{value:469945,pid:469028,label:"隆广镇"},{value:469946,pid:469028,label:"文罗镇"},{value:469947,pid:469028,label:"本号镇"},{value:469948,pid:469028,label:"新村镇"},{value:469949,pid:469028,label:"黎安镇"},{value:469950,pid:469028,label:"提蒙乡"},{value:469951,pid:469028,label:"群英乡"},{value:469952,pid:469028,label:"岭门农场"},{value:469953,pid:469028,label:"南平农场"},{value:469954,pid:469028,label:"城区"}]},{value:469029,pid:46e4,label:"保亭黎族苗族自治县",children:[{value:469961,pid:469029,label:"保城镇"},{value:469962,pid:469029,label:"什玲镇"},{value:469963,pid:469029,label:"加茂镇"},{value:469964,pid:469029,label:"响水镇"},{value:469965,pid:469029,label:"新政镇"},{value:469966,pid:469029,label:"三道镇"},{value:469967,pid:469029,label:"六弓乡"},{value:469968,pid:469029,label:"南林乡"},{value:469969,pid:469029,label:"毛感乡"},{value:469970,pid:469029,label:"新星农场"},{value:469971,pid:469029,label:"金江农场"},{value:469972,pid:469029,label:"三道农场"}]},{value:469030,pid:46e4,label:"琼中黎族苗族自治县",children:[{value:469981,pid:469030,label:"营根镇"},{value:469982,pid:469030,label:"湾岭镇"},{value:469983,pid:469030,label:"黎母山镇"},{value:469984,pid:469030,label:"和平镇"},{value:469985,pid:469030,label:"长征镇"},{value:469986,pid:469030,label:"红毛镇"},{value:469987,pid:469030,label:"中平镇"},{value:469988,pid:469030,label:"上安乡"},{value:469989,pid:469030,label:"什运乡"},{value:469990,pid:469030,label:"吊罗山乡"},{value:469991,pid:469030,label:"阳江农场"},{value:469992,pid:469030,label:"乌石农场"},{value:469993,pid:469030,label:"加钗农场"},{value:469994,pid:469030,label:"长征农场"},{value:469995,pid:469030,label:"城区"}]}]},{value:5e5,pid:1e5,label:"重庆",children:[{value:500100,pid:5e5,label:"重庆市",children:[{value:500101,pid:500100,label:"万州区"},{value:500102,pid:500100,label:"涪陵区"},{value:500103,pid:500100,label:"渝中区"},{value:500104,pid:500100,label:"大渡口区"},{value:500105,pid:500100,label:"江北区"},{value:500106,pid:500100,label:"沙坪坝区"},{value:500107,pid:500100,label:"九龙坡区"},{value:500108,pid:500100,label:"南岸区"},{value:500109,pid:500100,label:"北碚区"},{value:500110,pid:500100,label:"綦江区"},{value:500111,pid:500100,label:"大足区"},{value:500112,pid:500100,label:"渝北区"},{value:500113,pid:500100,label:"巴南区"},{value:500114,pid:500100,label:"黔江区"},{value:500115,pid:500100,label:"长寿区"},{value:500116,pid:500100,label:"江津区"},{value:500117,pid:500100,label:"合川区"},{value:500118,pid:500100,label:"永川区"},{value:500119,pid:500100,label:"南川区"},{value:500120,pid:500100,label:"璧山区"},{value:500151,pid:500100,label:"铜梁区"},{value:500152,pid:500100,label:"潼南区"},{value:500153,pid:500100,label:"荣昌区"},{value:500154,pid:500100,label:"开州区"},{value:500155,pid:500100,label:"梁平区"},{value:500156,pid:500100,label:"武隆区"},{value:500229,pid:500100,label:"城口县"},{value:500230,pid:500100,label:"丰都县"},{value:500231,pid:500100,label:"垫江县"},{value:500233,pid:500100,label:"忠县"},{value:500235,pid:500100,label:"云阳县"},{value:500236,pid:500100,label:"奉节县"},{value:500237,pid:500100,label:"巫山县"},{value:500238,pid:500100,label:"巫溪县"},{value:500240,pid:500100,label:"石柱土家族自治县"},{value:500241,pid:500100,label:"秀山土家族苗族自治县"},{value:500242,pid:500100,label:"酉阳土家族苗族自治县"},{value:500243,pid:500100,label:"彭水苗族土家族自治县"},{value:500300,pid:500100,label:"两江新区"},{value:500301,pid:500100,label:"高新区"},{value:500302,pid:500100,label:"璧山高新区"}]}]},{value:51e4,pid:1e5,label:"四川省",children:[{value:510100,pid:51e4,label:"成都市",children:[{value:510104,pid:510100,label:"锦江区"},{value:510105,pid:510100,label:"青羊区"},{value:510106,pid:510100,label:"金牛区"},{value:510107,pid:510100,label:"武侯区"},{value:510108,pid:510100,label:"成华区"},{value:510112,pid:510100,label:"龙泉驿区"},{value:510113,pid:510100,label:"青白江区"},{value:510114,pid:510100,label:"新都区"},{value:510115,pid:510100,label:"温江区"},{value:510116,pid:510100,label:"双流区"},{value:510117,pid:510100,label:"郫都区"},{value:510121,pid:510100,label:"金堂县"},{value:510129,pid:510100,label:"大邑县"},{value:510131,pid:510100,label:"蒲江县"},{value:510132,pid:510100,label:"新津县"},{value:510181,pid:510100,label:"都江堰市"},{value:510182,pid:510100,label:"彭州市"},{value:510183,pid:510100,label:"邛崃市"},{value:510184,pid:510100,label:"崇州市"},{value:510185,pid:510100,label:"简阳市"},{value:510186,pid:510100,label:"天府新区"},{value:510187,pid:510100,label:"高新南区"},{value:510188,pid:510100,label:"高新西区"}]},{value:510300,pid:51e4,label:"自贡市",children:[{value:510302,pid:510300,label:"自流井区"},{value:510303,pid:510300,label:"贡井区"},{value:510304,pid:510300,label:"大安区"},{value:510311,pid:510300,label:"沿滩区"},{value:510321,pid:510300,label:"荣县"},{value:510322,pid:510300,label:"富顺县"},{value:510323,pid:510300,label:"高新区"}]},{value:510400,pid:51e4,label:"攀枝花市",children:[{value:510402,pid:510400,label:"东区"},{value:510403,pid:510400,label:"西区"},{value:510411,pid:510400,label:"仁和区"},{value:510421,pid:510400,label:"米易县"},{value:510422,pid:510400,label:"盐边县"}]},{value:510500,pid:51e4,label:"泸州市",children:[{value:510502,pid:510500,label:"江阳区"},{value:510503,pid:510500,label:"纳溪区"},{value:510504,pid:510500,label:"龙马潭区"},{value:510521,pid:510500,label:"泸县"},{value:510522,pid:510500,label:"合江县"},{value:510524,pid:510500,label:"叙永县"},{value:510525,pid:510500,label:"古蔺县"}]},{value:510600,pid:51e4,label:"德阳市",children:[{value:510603,pid:510600,label:"旌阳区"},{value:510604,pid:510600,label:"罗江区"},{value:510623,pid:510600,label:"中江县"},{value:510681,pid:510600,label:"广汉市"},{value:510682,pid:510600,label:"什邡市"},{value:510683,pid:510600,label:"绵竹市"}]},{value:510700,pid:51e4,label:"绵阳市",children:[{value:510703,pid:510700,label:"涪城区"},{value:510704,pid:510700,label:"游仙区"},{value:510705,pid:510700,label:"安州区"},{value:510722,pid:510700,label:"三台县"},{value:510723,pid:510700,label:"盐亭县"},{value:510725,pid:510700,label:"梓潼县"},{value:510726,pid:510700,label:"北川羌族自治县"},{value:510727,pid:510700,label:"平武县"},{value:510781,pid:510700,label:"江油市"},{value:510782,pid:510700,label:"高新区"},{value:510783,pid:510700,label:"经开区"}]},{value:510800,pid:51e4,label:"广元市",children:[{value:510802,pid:510800,label:"利州区"},{value:510811,pid:510800,label:"昭化区"},{value:510812,pid:510800,label:"朝天区"},{value:510821,pid:510800,label:"旺苍县"},{value:510822,pid:510800,label:"青川县"},{value:510823,pid:510800,label:"剑阁县"},{value:510824,pid:510800,label:"苍溪县"}]},{value:510900,pid:51e4,label:"遂宁市",children:[{value:510903,pid:510900,label:"船山区"},{value:510904,pid:510900,label:"安居区"},{value:510921,pid:510900,label:"蓬溪县"},{value:510922,pid:510900,label:"射洪县"},{value:510923,pid:510900,label:"大英县"},{value:510924,pid:510900,label:"经济技术开发区"}]},{value:511e3,pid:51e4,label:"内江市",children:[{value:511002,pid:511e3,label:"市中区"},{value:511011,pid:511e3,label:"东兴区"},{value:511024,pid:511e3,label:"威远县"},{value:511025,pid:511e3,label:"资中县"},{value:511083,pid:511e3,label:"隆昌市"}]},{value:511100,pid:51e4,label:"乐山市",children:[{value:511102,pid:511100,label:"市中区"},{value:511111,pid:511100,label:"沙湾区"},{value:511112,pid:511100,label:"五通桥区"},{value:511113,pid:511100,label:"金口河区"},{value:511123,pid:511100,label:"犍为县"},{value:511124,pid:511100,label:"井研县"},{value:511126,pid:511100,label:"夹江县"},{value:511129,pid:511100,label:"沐川县"},{value:511132,pid:511100,label:"峨边彝族自治县"},{value:511133,pid:511100,label:"马边彝族自治县"},{value:511181,pid:511100,label:"峨眉山市"}]},{value:511300,pid:51e4,label:"南充市",children:[{value:511302,pid:511300,label:"顺庆区"},{value:511303,pid:511300,label:"高坪区"},{value:511304,pid:511300,label:"嘉陵区"},{value:511321,pid:511300,label:"南部县"},{value:511322,pid:511300,label:"营山县"},{value:511323,pid:511300,label:"蓬安县"},{value:511324,pid:511300,label:"仪陇县"},{value:511325,pid:511300,label:"西充县"},{value:511381,pid:511300,label:"阆中市"}]},{value:511400,pid:51e4,label:"眉山市",children:[{value:511402,pid:511400,label:"东坡区"},{value:511403,pid:511400,label:"彭山区"},{value:511421,pid:511400,label:"仁寿县"},{value:511423,pid:511400,label:"洪雅县"},{value:511424,pid:511400,label:"丹棱县"},{value:511425,pid:511400,label:"青神县"}]},{value:511500,pid:51e4,label:"宜宾市",children:[{value:511502,pid:511500,label:"翠屏区"},{value:511503,pid:511500,label:"南溪区"},{value:511504,pid:511500,label:"叙州区"},{value:511523,pid:511500,label:"江安县"},{value:511524,pid:511500,label:"长宁县"},{value:511525,pid:511500,label:"高县"},{value:511526,pid:511500,label:"珙县"},{value:511527,pid:511500,label:"筠连县"},{value:511528,pid:511500,label:"兴文县"},{value:511529,pid:511500,label:"屏山县"}]},{value:511600,pid:51e4,label:"广安市",children:[{value:511602,pid:511600,label:"广安区"},{value:511603,pid:511600,label:"前锋区"},{value:511621,pid:511600,label:"岳池县"},{value:511622,pid:511600,label:"武胜县"},{value:511623,pid:511600,label:"邻水县"},{value:511681,pid:511600,label:"华蓥市"}]},{value:511700,pid:51e4,label:"达州市",children:[{value:511702,pid:511700,label:"通川区"},{value:511703,pid:511700,label:"达川区"},{value:511722,pid:511700,label:"宣汉县"},{value:511723,pid:511700,label:"开江县"},{value:511724,pid:511700,label:"大竹县"},{value:511725,pid:511700,label:"渠县"},{value:511781,pid:511700,label:"万源市"}]},{value:511800,pid:51e4,label:"雅安市",children:[{value:511802,pid:511800,label:"雨城区"},{value:511803,pid:511800,label:"名山区"},{value:511822,pid:511800,label:"荥经县"},{value:511823,pid:511800,label:"汉源县"},{value:511824,pid:511800,label:"石棉县"},{value:511825,pid:511800,label:"天全县"},{value:511826,pid:511800,label:"芦山县"},{value:511827,pid:511800,label:"宝兴县"}]},{value:511900,pid:51e4,label:"巴中市",children:[{value:511902,pid:511900,label:"巴州区"},{value:511903,pid:511900,label:"恩阳区"},{value:511921,pid:511900,label:"通江县"},{value:511922,pid:511900,label:"南江县"},{value:511923,pid:511900,label:"平昌县"}]},{value:512e3,pid:51e4,label:"资阳市",children:[{value:512002,pid:512e3,label:"雁江区"},{value:512021,pid:512e3,label:"安岳县"},{value:512022,pid:512e3,label:"乐至县"}]},{value:513200,pid:51e4,label:"阿坝藏族羌族自治州",children:[{value:513201,pid:513200,label:"马尔康市"},{value:513221,pid:513200,label:"汶川县"},{value:513222,pid:513200,label:"理县"},{value:513223,pid:513200,label:"茂县"},{value:513224,pid:513200,label:"松潘县"},{value:513225,pid:513200,label:"九寨沟县"},{value:513226,pid:513200,label:"金川县"},{value:513227,pid:513200,label:"小金县"},{value:513228,pid:513200,label:"黑水县"},{value:513230,pid:513200,label:"壤塘县"},{value:513231,pid:513200,label:"阿坝县"},{value:513232,pid:513200,label:"若尔盖县"},{value:513233,pid:513200,label:"红原县"}]},{value:513300,pid:51e4,label:"甘孜藏族自治州",children:[{value:513301,pid:513300,label:"康定市"},{value:513322,pid:513300,label:"泸定县"},{value:513323,pid:513300,label:"丹巴县"},{value:513324,pid:513300,label:"九龙县"},{value:513325,pid:513300,label:"雅江县"},{value:513326,pid:513300,label:"道孚县"},{value:513327,pid:513300,label:"炉霍县"},{value:513328,pid:513300,label:"甘孜县"},{value:513329,pid:513300,label:"新龙县"},{value:513330,pid:513300,label:"德格县"},{value:513331,pid:513300,label:"白玉县"},{value:513332,pid:513300,label:"石渠县"},{value:513333,pid:513300,label:"色达县"},{value:513334,pid:513300,label:"理塘县"},{value:513335,pid:513300,label:"巴塘县"},{value:513336,pid:513300,label:"乡城县"},{value:513337,pid:513300,label:"稻城县"},{value:513338,pid:513300,label:"得荣县"}]},{value:513400,pid:51e4,label:"凉山彝族自治州",children:[{value:513401,pid:513400,label:"西昌市"},{value:513422,pid:513400,label:"木里藏族自治县"},{value:513423,pid:513400,label:"盐源县"},{value:513424,pid:513400,label:"德昌县"},{value:513425,pid:513400,label:"会理县"},{value:513426,pid:513400,label:"会东县"},{value:513427,pid:513400,label:"宁南县"},{value:513428,pid:513400,label:"普格县"},{value:513429,pid:513400,label:"布拖县"},{value:513430,pid:513400,label:"金阳县"},{value:513431,pid:513400,label:"昭觉县"},{value:513432,pid:513400,label:"喜德县"},{value:513433,pid:513400,label:"冕宁县"},{value:513434,pid:513400,label:"越西县"},{value:513435,pid:513400,label:"甘洛县"},{value:513436,pid:513400,label:"美姑县"},{value:513437,pid:513400,label:"雷波县"}]}]},{value:52e4,pid:1e5,label:"贵州省",children:[{value:520100,pid:52e4,label:"贵阳市",children:[{value:520102,pid:520100,label:"南明区"},{value:520103,pid:520100,label:"云岩区"},{value:520111,pid:520100,label:"花溪区"},{value:520112,pid:520100,label:"乌当区"},{value:520113,pid:520100,label:"白云区"},{value:520115,pid:520100,label:"观山湖区"},{value:520121,pid:520100,label:"开阳县"},{value:520122,pid:520100,label:"息烽县"},{value:520123,pid:520100,label:"修文县"},{value:520181,pid:520100,label:"清镇市"},{value:520182,pid:520100,label:"贵安新区"},{value:520183,pid:520100,label:"高新区"}]},{value:520200,pid:52e4,label:"六盘水市",children:[{value:520201,pid:520200,label:"钟山区"},{value:520203,pid:520200,label:"六枝特区"},{value:520221,pid:520200,label:"水城县"},{value:520281,pid:520200,label:"盘州市"}]},{value:520300,pid:52e4,label:"遵义市",children:[{value:520302,pid:520300,label:"红花岗区"},{value:520303,pid:520300,label:"汇川区"},{value:520304,pid:520300,label:"播州区"},{value:520322,pid:520300,label:"桐梓县"},{value:520323,pid:520300,label:"绥阳县"},{value:520324,pid:520300,label:"正安县"},{value:520325,pid:520300,label:"道真仡佬族苗族自治县"},{value:520326,pid:520300,label:"务川仡佬族苗族自治县"},{value:520327,pid:520300,label:"凤冈县"},{value:520328,pid:520300,label:"湄潭县"},{value:520329,pid:520300,label:"余庆县"},{value:520330,pid:520300,label:"习水县"},{value:520381,pid:520300,label:"赤水市"},{value:520382,pid:520300,label:"仁怀市"}]},{value:520400,pid:52e4,label:"安顺市",children:[{value:520402,pid:520400,label:"西秀区"},{value:520403,pid:520400,label:"平坝区"},{value:520422,pid:520400,label:"普定县"},{value:520423,pid:520400,label:"镇宁布依族苗族自治县"},{value:520424,pid:520400,label:"关岭布依族苗族自治县"},{value:520425,pid:520400,label:"紫云苗族布依族自治县"}]},{value:520500,pid:52e4,label:"毕节市",children:[{value:520502,pid:520500,label:"七星关区"},{value:520521,pid:520500,label:"大方县"},{value:520522,pid:520500,label:"黔西县"},{value:520523,pid:520500,label:"金沙县"},{value:520524,pid:520500,label:"织金县"},{value:520525,pid:520500,label:"纳雍县"},{value:520526,pid:520500,label:"威宁彝族回族苗族自治县"},{value:520527,pid:520500,label:"赫章县"}]},{value:520600,pid:52e4,label:"铜仁市",children:[{value:520602,pid:520600,label:"碧江区"},{value:520603,pid:520600,label:"万山区"},{value:520621,pid:520600,label:"江口县"},{value:520622,pid:520600,label:"玉屏侗族自治县"},{value:520623,pid:520600,label:"石阡县"},{value:520624,pid:520600,label:"思南县"},{value:520625,pid:520600,label:"印江土家族苗族自治县"},{value:520626,pid:520600,label:"德江县"},{value:520627,pid:520600,label:"沿河土家族自治县"},{value:520628,pid:520600,label:"松桃苗族自治县"}]},{value:522300,pid:52e4,label:"黔西南布依族苗族自治州",children:[{value:522301,pid:522300,label:"兴义市 "},{value:522302,pid:522300,label:"兴仁市"},{value:522323,pid:522300,label:"普安县"},{value:522324,pid:522300,label:"晴隆县"},{value:522325,pid:522300,label:"贞丰县"},{value:522326,pid:522300,label:"望谟县"},{value:522327,pid:522300,label:"册亨县"},{value:522328,pid:522300,label:"安龙县"}]},{value:522600,pid:52e4,label:"黔东南苗族侗族自治州",children:[{value:522601,pid:522600,label:"凯里市"},{value:522622,pid:522600,label:"黄平县"},{value:522623,pid:522600,label:"施秉县"},{value:522624,pid:522600,label:"三穗县"},{value:522625,pid:522600,label:"镇远县"},{value:522626,pid:522600,label:"岑巩县"},{value:522627,pid:522600,label:"天柱县"},{value:522628,pid:522600,label:"锦屏县"},{value:522629,pid:522600,label:"剑河县"},{value:522630,pid:522600,label:"台江县"},{value:522631,pid:522600,label:"黎平县"},{value:522632,pid:522600,label:"榕江县"},{value:522633,pid:522600,label:"从江县"},{value:522634,pid:522600,label:"雷山县"},{value:522635,pid:522600,label:"麻江县"},{value:522636,pid:522600,label:"丹寨县"}]},{value:522700,pid:52e4,label:"黔南布依族苗族自治州",children:[{value:522701,pid:522700,label:"都匀市"},{value:522702,pid:522700,label:"福泉市"},{value:522722,pid:522700,label:"荔波县"},{value:522723,pid:522700,label:"贵定县"},{value:522725,pid:522700,label:"瓮安县"},{value:522726,pid:522700,label:"独山县"},{value:522727,pid:522700,label:"平塘县"},{value:522728,pid:522700,label:"罗甸县"},{value:522729,pid:522700,label:"长顺县"},{value:522730,pid:522700,label:"龙里县"},{value:522731,pid:522700,label:"惠水县"},{value:522732,pid:522700,label:"三都水族自治县"}]}]},{value:53e4,pid:1e5,label:"云南省",children:[{value:530100,pid:53e4,label:"昆明市",children:[{value:530102,pid:530100,label:"五华区"},{value:530103,pid:530100,label:"盘龙区"},{value:530111,pid:530100,label:"官渡区"},{value:530112,pid:530100,label:"西山区"},{value:530113,pid:530100,label:"东川区"},{value:530114,pid:530100,label:"呈贡区"},{value:530115,pid:530100,label:"晋宁区"},{value:530124,pid:530100,label:"富民县"},{value:530125,pid:530100,label:"宜良县"},{value:530126,pid:530100,label:"石林彝族自治县"},{value:530127,pid:530100,label:"嵩明县"},{value:530128,pid:530100,label:"禄劝彝族苗族自治县"},{value:530129,pid:530100,label:"寻甸回族彝族自治县 "},{value:530181,pid:530100,label:"安宁市"},{value:530182,pid:530100,label:"滇中新区"},{value:530183,pid:530100,label:"高新区"}]},{value:530300,pid:53e4,label:"曲靖市",children:[{value:530302,pid:530300,label:"麒麟区"},{value:530303,pid:530300,label:"沾益区"},{value:530304,pid:530300,label:"马龙区"},{value:530322,pid:530300,label:"陆良县"},{value:530323,pid:530300,label:"师宗县"},{value:530324,pid:530300,label:"罗平县"},{value:530325,pid:530300,label:"富源县"},{value:530326,pid:530300,label:"会泽县"},{value:530381,pid:530300,label:"宣威市"}]},{value:530400,pid:53e4,label:"玉溪市",children:[{value:530402,pid:530400,label:"红塔区"},{value:530403,pid:530400,label:"江川区"},{value:530422,pid:530400,label:"澄江县"},{value:530423,pid:530400,label:"通海县"},{value:530424,pid:530400,label:"华宁县"},{value:530425,pid:530400,label:"易门县"},{value:530426,pid:530400,label:"峨山彝族自治县"},{value:530427,pid:530400,label:"新平彝族傣族自治县"},{value:530428,pid:530400,label:"元江哈尼族彝族傣族自治县"}]},{value:530500,pid:53e4,label:"保山市",children:[{value:530502,pid:530500,label:"隆阳区"},{value:530521,pid:530500,label:"施甸县"},{value:530523,pid:530500,label:"龙陵县"},{value:530524,pid:530500,label:"昌宁县"},{value:530581,pid:530500,label:"腾冲市"}]},{value:530600,pid:53e4,label:"昭通市",children:[{value:530602,pid:530600,label:"昭阳区"},{value:530621,pid:530600,label:"鲁甸县"},{value:530622,pid:530600,label:"巧家县"},{value:530623,pid:530600,label:"盐津县"},{value:530624,pid:530600,label:"大关县"},{value:530625,pid:530600,label:"永善县"},{value:530626,pid:530600,label:"绥江县"},{value:530627,pid:530600,label:"镇雄县"},{value:530628,pid:530600,label:"彝良县"},{value:530629,pid:530600,label:"威信县"},{value:530681,pid:530600,label:"水富市"}]},{value:530700,pid:53e4,label:"丽江市",children:[{value:530702,pid:530700,label:"古城区"},{value:530721,pid:530700,label:"玉龙纳西族自治县"},{value:530722,pid:530700,label:"永胜县"},{value:530723,pid:530700,label:"华坪县"},{value:530724,pid:530700,label:"宁蒗彝族自治县"}]},{value:530800,pid:53e4,label:"普洱市",children:[{value:530802,pid:530800,label:"思茅区"},{value:530821,pid:530800,label:"宁洱哈尼族彝族自治县"},{value:530822,pid:530800,label:"墨江哈尼族自治县"},{value:530823,pid:530800,label:"景东彝族自治县"},{value:530824,pid:530800,label:"景谷傣族彝族自治县"},{value:530825,pid:530800,label:"镇沅彝族哈尼族拉祜族自治县"},{value:530826,pid:530800,label:"江城哈尼族彝族自治县"},{value:530827,pid:530800,label:"孟连傣族拉祜族佤族自治县"},{value:530828,pid:530800,label:"澜沧拉祜族自治县"},{value:530829,pid:530800,label:"西盟佤族自治县"}]},{value:530900,pid:53e4,label:"临沧市",children:[{value:530902,pid:530900,label:"临翔区"},{value:530921,pid:530900,label:"凤庆县"},{value:530922,pid:530900,label:"云县"},{value:530923,pid:530900,label:"永德县"},{value:530924,pid:530900,label:"镇康县"},{value:530925,pid:530900,label:"双江拉祜族佤族布朗族傣族自治县"},{value:530926,pid:530900,label:"耿马傣族佤族自治县"},{value:530927,pid:530900,label:"沧源佤族自治县"}]},{value:532300,pid:53e4,label:"楚雄彝族自治州",children:[{value:532301,pid:532300,label:"楚雄市"},{value:532322,pid:532300,label:"双柏县"},{value:532323,pid:532300,label:"牟定县"},{value:532324,pid:532300,label:"南华县"},{value:532325,pid:532300,label:"姚安县"},{value:532326,pid:532300,label:"大姚县"},{value:532327,pid:532300,label:"永仁县"},{value:532328,pid:532300,label:"元谋县"},{value:532329,pid:532300,label:"武定县"},{value:532331,pid:532300,label:"禄丰县"}]},{value:532500,pid:53e4,label:"红河哈尼族彝族自治州",children:[{value:532501,pid:532500,label:"个旧市"},{value:532502,pid:532500,label:"开远市"},{value:532503,pid:532500,label:"蒙自市"},{value:532504,pid:532500,label:"弥勒市"},{value:532523,pid:532500,label:"屏边苗族自治县"},{value:532524,pid:532500,label:"建水县"},{value:532525,pid:532500,label:"石屏县"},{value:532527,pid:532500,label:"泸西县"},{value:532528,pid:532500,label:"元阳县"},{value:532529,pid:532500,label:"红河县"},{value:532530,pid:532500,label:"金平苗族瑶族傣族自治县"},{value:532531,pid:532500,label:"绿春县"},{value:532532,pid:532500,label:"河口瑶族自治县"}]},{value:532600,pid:53e4,label:"文山壮族苗族自治州",children:[{value:532601,pid:532600,label:"文山市"},{value:532622,pid:532600,label:"砚山县"},{value:532623,pid:532600,label:"西畴县"},{value:532624,pid:532600,label:"麻栗坡县"},{value:532625,pid:532600,label:"马关县"},{value:532626,pid:532600,label:"丘北县"},{value:532627,pid:532600,label:"广南县"},{value:532628,pid:532600,label:"富宁县"}]},{value:532800,pid:53e4,label:"西双版纳傣族自治州",children:[{value:532801,pid:532800,label:"景洪市"},{value:532822,pid:532800,label:"勐海县"},{value:532823,pid:532800,label:"勐腊县"}]},{value:532900,pid:53e4,label:"大理白族自治州",children:[{value:532901,pid:532900,label:"大理市"},{value:532922,pid:532900,label:"漾濞彝族自治县"},{value:532923,pid:532900,label:"祥云县"},{value:532924,pid:532900,label:"宾川县"},{value:532925,pid:532900,label:"弥渡县"},{value:532926,pid:532900,label:"南涧彝族自治县"},{value:532927,pid:532900,label:"巍山彝族回族自治县"},{value:532928,pid:532900,label:"永平县"},{value:532929,pid:532900,label:"云龙县"},{value:532930,pid:532900,label:"洱源县"},{value:532931,pid:532900,label:"剑川县"},{value:532932,pid:532900,label:"鹤庆县"}]},{value:533100,pid:53e4,label:"德宏傣族景颇族自治州",children:[{value:533102,pid:533100,label:"瑞丽市"},{value:533103,pid:533100,label:"芒市"},{value:533122,pid:533100,label:"梁河县"},{value:533123,pid:533100,label:"盈江县"},{value:533124,pid:533100,label:"陇川县"}]},{value:533300,pid:53e4,label:"怒江傈僳族自治州",children:[{value:533301,pid:533300,label:"泸水市"},{value:533323,pid:533300,label:"福贡县"},{value:533324,pid:533300,label:"贡山独龙族怒族自治县"},{value:533325,pid:533300,label:"兰坪白族普米族自治县"}]},{value:533400,pid:53e4,label:"迪庆藏族自治州",children:[{value:533401,pid:533400,label:"香格里拉市"},{value:533422,pid:533400,label:"德钦县"},{value:533423,pid:533400,label:"维西傈僳族自治县"}]}]},{value:54e4,pid:1e5,label:"西藏自治区",children:[{value:540100,pid:54e4,label:"拉萨市",children:[{value:540102,pid:540100,label:"城关区"},{value:540103,pid:540100,label:"堆龙德庆区"},{value:540104,pid:540100,label:"达孜区"},{value:540121,pid:540100,label:"林周县"},{value:540122,pid:540100,label:"当雄县"},{value:540123,pid:540100,label:"尼木县"},{value:540124,pid:540100,label:"曲水县"},{value:540127,pid:540100,label:"墨竹工卡县"},{value:540171,pid:540100,label:"格尔木藏青工业园区"},{value:540173,pid:540100,label:"西藏文化旅游创意园区"},{value:540174,pid:540100,label:"达孜工业园区"}]},{value:540200,pid:54e4,label:"日喀则市",children:[{value:540202,pid:540200,label:"桑珠孜区"},{value:540221,pid:540200,label:"南木林县"},{value:540222,pid:540200,label:"江孜县"},{value:540223,pid:540200,label:"定日县"},{value:540224,pid:540200,label:"萨迦县"},{value:540225,pid:540200,label:"拉孜县"},{value:540226,pid:540200,label:"昂仁县"},{value:540227,pid:540200,label:"谢通门县"},{value:540228,pid:540200,label:"白朗县"},{value:540229,pid:540200,label:"仁布县"},{value:540230,pid:540200,label:"康马县"},{value:540231,pid:540200,label:"定结县"},{value:540232,pid:540200,label:"仲巴县"},{value:540233,pid:540200,label:"亚东县"},{value:540234,pid:540200,label:"吉隆县"},{value:540235,pid:540200,label:"聂拉木县"},{value:540236,pid:540200,label:"萨嘎县"},{value:540237,pid:540200,label:"岗巴县"}]},{value:540300,pid:54e4,label:"昌都市",children:[{value:540302,pid:540300,label:"卡若区"},{value:540321,pid:540300,label:"江达县"},{value:540322,pid:540300,label:"贡觉县"},{value:540323,pid:540300,label:"类乌齐县"},{value:540324,pid:540300,label:"丁青县"},{value:540325,pid:540300,label:"察雅县"},{value:540326,pid:540300,label:"八宿县"},{value:540327,pid:540300,label:"左贡县"},{value:540328,pid:540300,label:"芒康县"},{value:540329,pid:540300,label:"洛隆县"},{value:540330,pid:540300,label:"边坝县"}]},{value:540400,pid:54e4,label:"林芝市",children:[{value:540402,pid:540400,label:"巴宜区"},{value:540421,pid:540400,label:"工布江达县"},{value:540422,pid:540400,label:"米林县"},{value:540423,pid:540400,label:"墨脱县"},{value:540424,pid:540400,label:"波密县"},{value:540425,pid:540400,label:"察隅县"},{value:540426,pid:540400,label:"朗县"}]},{value:540500,pid:54e4,label:"山南市",children:[{value:540502,pid:540500,label:"乃东区"},{value:540521,pid:540500,label:"扎囊县"},{value:540522,pid:540500,label:"贡嘎县"},{value:540523,pid:540500,label:"桑日县"},{value:540524,pid:540500,label:"琼结县"},{value:540525,pid:540500,label:"曲松县"},{value:540526,pid:540500,label:"措美县"},{value:540527,pid:540500,label:"洛扎县"},{value:540528,pid:540500,label:"加查县"},{value:540529,pid:540500,label:"隆子县"},{value:540530,pid:540500,label:"错那县"},{value:540531,pid:540500,label:"浪卡子县"}]},{value:540600,pid:54e4,label:"那曲市",children:[{value:540602,pid:540600,label:"色尼区"},{value:540621,pid:540600,label:"嘉黎县"},{value:540622,pid:540600,label:"比如县"},{value:540623,pid:540600,label:"聂荣县"},{value:540624,pid:540600,label:"安多县"},{value:540625,pid:540600,label:"申扎县"},{value:540626,pid:540600,label:"索县"},{value:540627,pid:540600,label:"班戈县"},{value:540628,pid:540600,label:"巴青县"},{value:540629,pid:540600,label:"尼玛县"},{value:540630,pid:540600,label:"双湖县"}]},{value:542500,pid:54e4,label:"阿里地区",children:[{value:542521,pid:542500,label:"普兰县"},{value:542522,pid:542500,label:"札达县"},{value:542523,pid:542500,label:"噶尔县"},{value:542524,pid:542500,label:"日土县"},{value:542525,pid:542500,label:"革吉县"},{value:542526,pid:542500,label:"改则县"},{value:542527,pid:542500,label:"措勤县"}]}]},{value:61e4,pid:1e5,label:"陕西省",children:[{value:610100,pid:61e4,label:"西安市",children:[{value:610102,pid:610100,label:"新城区"},{value:610103,pid:610100,label:"碑林区"},{value:610104,pid:610100,label:"莲湖区"},{value:610111,pid:610100,label:"灞桥区"},{value:610112,pid:610100,label:"未央区"},{value:610113,pid:610100,label:"雁塔区"},{value:610114,pid:610100,label:"阎良区"},{value:610115,pid:610100,label:"临潼区"},{value:610116,pid:610100,label:"长安区"},{value:610117,pid:610100,label:"高陵区"},{value:610118,pid:610100,label:"鄠邑区"},{value:610122,pid:610100,label:"蓝田县"},{value:610124,pid:610100,label:"周至县"},{value:610125,pid:610100,label:"西咸新区"},{value:610127,pid:610100,label:"曲江新区"},{value:610128,pid:610100,label:"高新区"}]},{value:610200,pid:61e4,label:"铜川市",children:[{value:610202,pid:610200,label:"王益区"},{value:610203,pid:610200,label:"印台区"},{value:610204,pid:610200,label:"耀州区"},{value:610222,pid:610200,label:"宜君县"}]},{value:610300,pid:61e4,label:"宝鸡市",children:[{value:610302,pid:610300,label:"渭滨区"},{value:610303,pid:610300,label:"金台区"},{value:610304,pid:610300,label:"陈仓区"},{value:610322,pid:610300,label:"凤翔县"},{value:610323,pid:610300,label:"岐山县"},{value:610324,pid:610300,label:"扶风县"},{value:610326,pid:610300,label:"眉县"},{value:610327,pid:610300,label:"陇县"},{value:610328,pid:610300,label:"千阳县"},{value:610329,pid:610300,label:"麟游县"},{value:610330,pid:610300,label:"凤县"},{value:610331,pid:610300,label:"太白县"},{value:610332,pid:610300,label:"高新区"}]},{value:610400,pid:61e4,label:"咸阳市",children:[{value:610402,pid:610400,label:"秦都区"},{value:610403,pid:610400,label:"杨陵区"},{value:610404,pid:610400,label:"渭城区"},{value:610422,pid:610400,label:"三原县"},{value:610423,pid:610400,label:"泾阳县"},{value:610424,pid:610400,label:"乾县"},{value:610425,pid:610400,label:"礼泉县"},{value:610426,pid:610400,label:"永寿县"},{value:610428,pid:610400,label:"长武县"},{value:610429,pid:610400,label:"旬邑县"},{value:610430,pid:610400,label:"淳化县"},{value:610431,pid:610400,label:"武功县"},{value:610481,pid:610400,label:"兴平市"},{value:610482,pid:610400,label:"彬州市"},{value:610483,pid:610400,label:"高新区"}]},{value:610500,pid:61e4,label:"渭南市",children:[{value:610502,pid:610500,label:"临渭区"},{value:610503,pid:610500,label:"华州区"},{value:610522,pid:610500,label:"潼关县"},{value:610523,pid:610500,label:"大荔县"},{value:610524,pid:610500,label:"合阳县"},{value:610525,pid:610500,label:"澄城县"},{value:610526,pid:610500,label:"蒲城县"},{value:610527,pid:610500,label:"白水县"},{value:610528,pid:610500,label:"富平县"},{value:610581,pid:610500,label:"韩城市"},{value:610582,pid:610500,label:"华阴市"}]},{value:610600,pid:61e4,label:"延安市",children:[{value:610602,pid:610600,label:"宝塔区"},{value:610603,pid:610600,label:"安塞区"},{value:610621,pid:610600,label:"延长县"},{value:610622,pid:610600,label:"延川县"},{value:610623,pid:610600,label:"子长县"},{value:610625,pid:610600,label:"志丹县"},{value:610626,pid:610600,label:"吴起县"},{value:610627,pid:610600,label:"甘泉县"},{value:610628,pid:610600,label:"富县"},{value:610629,pid:610600,label:"洛川县"},{value:610630,pid:610600,label:"宜川县"},{value:610631,pid:610600,label:"黄龙县"},{value:610632,pid:610600,label:"黄陵县"}]},{value:610700,pid:61e4,label:"汉中市",children:[{value:610702,pid:610700,label:"汉台区"},{value:610703,pid:610700,label:"南郑区"},{value:610722,pid:610700,label:"城固县"},{value:610723,pid:610700,label:"洋县"},{value:610724,pid:610700,label:"西乡县"},{value:610725,pid:610700,label:"勉县"},{value:610726,pid:610700,label:"宁强县"},{value:610727,pid:610700,label:"略阳县"},{value:610728,pid:610700,label:"镇巴县"},{value:610729,pid:610700,label:"留坝县"},{value:610730,pid:610700,label:"佛坪县"}]},{value:610800,pid:61e4,label:"榆林市",children:[{value:610802,pid:610800,label:"榆阳区"},{value:610803,pid:610800,label:"横山区"},{value:610822,pid:610800,label:"府谷县"},{value:610824,pid:610800,label:"靖边县"},{value:610825,pid:610800,label:"定边县"},{value:610826,pid:610800,label:"绥德县"},{value:610827,pid:610800,label:"米脂县"},{value:610828,pid:610800,label:"佳县"},{value:610829,pid:610800,label:"吴堡县"},{value:610830,pid:610800,label:"清涧县"},{value:610831,pid:610800,label:"子洲县"},{value:610881,pid:610800,label:"神木市"}]},{value:610900,pid:61e4,label:"安康市",children:[{value:610902,pid:610900,label:"汉滨区"},{value:610921,pid:610900,label:"汉阴县"},{value:610922,pid:610900,label:"石泉县"},{value:610923,pid:610900,label:"宁陕县"},{value:610924,pid:610900,label:"紫阳县"},{value:610925,pid:610900,label:"岚皋县"},{value:610926,pid:610900,label:"平利县"},{value:610927,pid:610900,label:"镇坪县"},{value:610928,pid:610900,label:"旬阳县"},{value:610929,pid:610900,label:"白河县"}]},{value:611e3,pid:61e4,label:"商洛市",children:[{value:611002,pid:611e3,label:"商州区"},{value:611021,pid:611e3,label:"洛南县"},{value:611022,pid:611e3,label:"丹凤县"},{value:611023,pid:611e3,label:"商南县"},{value:611024,pid:611e3,label:"山阳县"},{value:611025,pid:611e3,label:"镇安县"},{value:611026,pid:611e3,label:"柞水县"}]}]},{value:62e4,pid:1e5,label:"甘肃省",children:[{value:620100,pid:62e4,label:"兰州市",children:[{value:620102,pid:620100,label:"城关区"},{value:620103,pid:620100,label:"七里河区"},{value:620104,pid:620100,label:"西固区"},{value:620105,pid:620100,label:"安宁区"},{value:620111,pid:620100,label:"红古区"},{value:620121,pid:620100,label:"永登县"},{value:620122,pid:620100,label:"皋兰县"},{value:620123,pid:620100,label:"榆中县"},{value:620124,pid:620100,label:"兰州新区"},{value:620125,pid:620100,label:"高新区"},{value:620126,pid:620100,label:"经济开发区"}]},{value:620200,pid:62e4,label:"嘉峪关市",children:[{value:620201,pid:620200,label:"雄关区"},{value:620202,pid:620200,label:"长城区"},{value:620203,pid:620200,label:"镜铁区"}]},{value:620300,pid:62e4,label:"金昌市",children:[{value:620302,pid:620300,label:"金川区"},{value:620321,pid:620300,label:"永昌县"}]},{value:620400,pid:62e4,label:"白银市",children:[{value:620402,pid:620400,label:"白银区"},{value:620403,pid:620400,label:"平川区"},{value:620421,pid:620400,label:"靖远县"},{value:620422,pid:620400,label:"会宁县"},{value:620423,pid:620400,label:"景泰县"}]},{value:620500,pid:62e4,label:"天水市",children:[{value:620502,pid:620500,label:"秦州区"},{value:620503,pid:620500,label:"麦积区"},{value:620521,pid:620500,label:"清水县"},{value:620522,pid:620500,label:"秦安县"},{value:620523,pid:620500,label:"甘谷县"},{value:620524,pid:620500,label:"武山县"},{value:620525,pid:620500,label:"张家川回族自治县"}]},{value:620600,pid:62e4,label:"武威市",children:[{value:620602,pid:620600,label:"凉州区"},{value:620621,pid:620600,label:"民勤县"},{value:620622,pid:620600,label:"古浪县"},{value:620623,pid:620600,label:"天祝藏族自治县"}]},{value:620700,pid:62e4,label:"张掖市",children:[{value:620702,pid:620700,label:"甘州区"},{value:620721,pid:620700,label:"肃南裕固族自治县"},{value:620722,pid:620700,label:"民乐县"},{value:620723,pid:620700,label:"临泽县"},{value:620724,pid:620700,label:"高台县"},{value:620725,pid:620700,label:"山丹县"}]},{value:620800,pid:62e4,label:"平凉市",children:[{value:620802,pid:620800,label:"崆峒区"},{value:620821,pid:620800,label:"泾川县"},{value:620822,pid:620800,label:"灵台县"},{value:620823,pid:620800,label:"崇信县"},{value:620825,pid:620800,label:"庄浪县"},{value:620826,pid:620800,label:"静宁县"},{value:620881,pid:620800,label:"华亭市"}]},{value:620900,pid:62e4,label:"酒泉市",children:[{value:620902,pid:620900,label:"肃州区"},{value:620921,pid:620900,label:"金塔县"},{value:620922,pid:620900,label:"瓜州县"},{value:620923,pid:620900,label:"肃北蒙古族自治县"},{value:620924,pid:620900,label:"阿克塞哈萨克族自治县"},{value:620981,pid:620900,label:"玉门市"},{value:620982,pid:620900,label:"敦煌市"}]},{value:621e3,pid:62e4,label:"庆阳市",children:[{value:621002,pid:621e3,label:"西峰区"},{value:621021,pid:621e3,label:"庆城县"},{value:621022,pid:621e3,label:"环县"},{value:621023,pid:621e3,label:"华池县"},{value:621024,pid:621e3,label:"合水县"},{value:621025,pid:621e3,label:"正宁县"},{value:621026,pid:621e3,label:"宁县"},{value:621027,pid:621e3,label:"镇原县"}]},{value:621100,pid:62e4,label:"定西市",children:[{value:621102,pid:621100,label:"安定区"},{value:621121,pid:621100,label:"通渭县"},{value:621122,pid:621100,label:"陇西县"},{value:621123,pid:621100,label:"渭源县"},{value:621124,pid:621100,label:"临洮县"},{value:621125,pid:621100,label:"漳县"},{value:621126,pid:621100,label:"岷县"}]},{value:621200,pid:62e4,label:"陇南市",children:[{value:621202,pid:621200,label:"武都区"},{value:621221,pid:621200,label:"成县"},{value:621222,pid:621200,label:"文县"},{value:621223,pid:621200,label:"宕昌县"},{value:621224,pid:621200,label:"康县"},{value:621225,pid:621200,label:"西和县"},{value:621226,pid:621200,label:"礼县"},{value:621227,pid:621200,label:"徽县"},{value:621228,pid:621200,label:"两当县"}]},{value:622900,pid:62e4,label:"临夏回族自治州",children:[{value:622901,pid:622900,label:"临夏市"},{value:622921,pid:622900,label:"临夏县"},{value:622922,pid:622900,label:"康乐县"},{value:622923,pid:622900,label:"永靖县"},{value:622924,pid:622900,label:"广河县"},{value:622925,pid:622900,label:"和政县"},{value:622926,pid:622900,label:"东乡族自治县"},{value:622927,pid:622900,label:"积石山保安族东乡族撒拉族自治县"}]},{value:623e3,pid:62e4,label:"甘南藏族自治州",children:[{value:623001,pid:623e3,label:"合作市"},{value:623021,pid:623e3,label:"临潭县"},{value:623022,pid:623e3,label:"卓尼县"},{value:623023,pid:623e3,label:"舟曲县"},{value:623024,pid:623e3,label:"迭部县"},{value:623025,pid:623e3,label:"玛曲县"},{value:623026,pid:623e3,label:"碌曲县"},{value:623027,pid:623e3,label:"夏河县"}]}]},{value:63e4,pid:1e5,label:"青海省",children:[{value:630100,pid:63e4,label:"西宁市",children:[{value:630102,pid:630100,label:"城东区"},{value:630103,pid:630100,label:"城中区"},{value:630104,pid:630100,label:"城西区"},{value:630105,pid:630100,label:"城北区"},{value:630121,pid:630100,label:"大通回族土族自治县"},{value:630122,pid:630100,label:"湟中县"},{value:630123,pid:630100,label:"湟源县"}]},{value:630200,pid:63e4,label:"海东市",children:[{value:630202,pid:630200,label:"乐都区"},{value:630203,pid:630200,label:"平安区"},{value:630222,pid:630200,label:"民和回族土族自治县"},{value:630223,pid:630200,label:"互助土族自治县"},{value:630224,pid:630200,label:"化隆回族自治县"},{value:630225,pid:630200,label:"循化撒拉族自治县"}]},{value:632200,pid:63e4,label:"海北藏族自治州",children:[{value:632221,pid:632200,label:"门源回族自治县"},{value:632222,pid:632200,label:"祁连县"},{value:632223,pid:632200,label:"海晏县"},{value:632224,pid:632200,label:"刚察县"}]},{value:632300,pid:63e4,label:"黄南藏族自治州",children:[{value:632321,pid:632300,label:"同仁县"},{value:632322,pid:632300,label:"尖扎县"},{value:632323,pid:632300,label:"泽库县"},{value:632324,pid:632300,label:"河南蒙古族自治县"}]},{value:632500,pid:63e4,label:"海南藏族自治州",children:[{value:632521,pid:632500,label:"共和县"},{value:632522,pid:632500,label:"同德县"},{value:632523,pid:632500,label:"贵德县"},{value:632524,pid:632500,label:"兴海县"},{value:632525,pid:632500,label:"贵南县"}]},{value:632600,pid:63e4,label:"果洛藏族自治州",children:[{value:632621,pid:632600,label:"玛沁县"},{value:632622,pid:632600,label:"班玛县"},{value:632623,pid:632600,label:"甘德县"},{value:632624,pid:632600,label:"达日县"},{value:632625,pid:632600,label:"久治县"},{value:632626,pid:632600,label:"玛多县"}]},{value:632700,pid:63e4,label:"玉树藏族自治州",children:[{value:632701,pid:632700,label:"玉树市"},{value:632722,pid:632700,label:"杂多县"},{value:632723,pid:632700,label:"称多县"},{value:632724,pid:632700,label:"治多县"},{value:632725,pid:632700,label:"囊谦县"},{value:632726,pid:632700,label:"曲麻莱县"}]},{value:632800,pid:63e4,label:"海西蒙古族藏族自治州",children:[{value:632801,pid:632800,label:"格尔木市"},{value:632802,pid:632800,label:"德令哈市"},{value:632803,pid:632800,label:"茫崖市"},{value:632821,pid:632800,label:"乌兰县"},{value:632822,pid:632800,label:"都兰县"},{value:632823,pid:632800,label:"天峻县"}]}]},{value:64e4,pid:1e5,label:"宁夏回族自治区",children:[{value:640100,pid:64e4,label:"银川市",children:[{value:640104,pid:640100,label:"兴庆区"},{value:640105,pid:640100,label:"西夏区"},{value:640106,pid:640100,label:"金凤区"},{value:640121,pid:640100,label:"永宁县"},{value:640122,pid:640100,label:"贺兰县"},{value:640181,pid:640100,label:"灵武市"},{value:640182,pid:640100,label:"经济开发区"}]},{value:640200,pid:64e4,label:"石嘴山市",children:[{value:640202,pid:640200,label:"大武口区"},{value:640205,pid:640200,label:"惠农区"},{value:640221,pid:640200,label:"平罗县"},{value:640222,pid:640200,label:"经济开发区"}]},{value:640300,pid:64e4,label:"吴忠市",children:[{value:640302,pid:640300,label:"利通区"},{value:640303,pid:640300,label:"红寺堡区"},{value:640323,pid:640300,label:"盐池县"},{value:640324,pid:640300,label:"同心县"},{value:640381,pid:640300,label:"青铜峡市"}]},{value:640400,pid:64e4,label:"固原市",children:[{value:640402,pid:640400,label:"原州区"},{value:640422,pid:640400,label:"西吉县"},{value:640423,pid:640400,label:"隆德县"},{value:640424,pid:640400,label:"泾源县"},{value:640425,pid:640400,label:"彭阳县"}]},{value:640500,pid:64e4,label:"中卫市",children:[{value:640502,pid:640500,label:"沙坡头区"},{value:640521,pid:640500,label:"中宁县"},{value:640522,pid:640500,label:"海原县"}]}]},{value:65e4,pid:1e5,label:"新疆维吾尔自治区",children:[{value:650100,pid:65e4,label:"乌鲁木齐市",children:[{value:650102,pid:650100,label:"天山区"},{value:650103,pid:650100,label:"沙依巴克区"},{value:650104,pid:650100,label:"新市区"},{value:650105,pid:650100,label:"水磨沟区"},{value:650106,pid:650100,label:"头屯河区"},{value:650107,pid:650100,label:"达坂城区"},{value:650109,pid:650100,label:"米东区"},{value:650121,pid:650100,label:"乌鲁木齐县"},{value:650171,pid:650100,label:"经济技术开发区"},{value:650172,pid:650100,label:"高新区"}]},{value:650200,pid:65e4,label:"克拉玛依市",children:[{value:650202,pid:650200,label:"独山子区"},{value:650203,pid:650200,label:"克拉玛依区"},{value:650204,pid:650200,label:"白碱滩区"},{value:650205,pid:650200,label:"乌尔禾区"}]},{value:650400,pid:65e4,label:"吐鲁番市",children:[{value:650402,pid:650400,label:"高昌区"},{value:650421,pid:650400,label:"鄯善县"},{value:650422,pid:650400,label:"托克逊县"}]},{value:650500,pid:65e4,label:"哈密市",children:[{value:650502,pid:650500,label:"伊州区"},{value:650521,pid:650500,label:"巴里坤哈萨克自治县"},{value:650522,pid:650500,label:"伊吾县"}]},{value:652300,pid:65e4,label:"昌吉回族自治州",children:[{value:652301,pid:652300,label:"昌吉市"},{value:652302,pid:652300,label:"阜康市"},{value:652323,pid:652300,label:"呼图壁县"},{value:652324,pid:652300,label:"玛纳斯县"},{value:652325,pid:652300,label:"奇台县"},{value:652327,pid:652300,label:"吉木萨尔县"},{value:652328,pid:652300,label:"木垒哈萨克自治县"}]},{value:652700,pid:65e4,label:"博尔塔拉蒙古自治州",children:[{value:652701,pid:652700,label:"博乐市"},{value:652702,pid:652700,label:"阿拉山口市"},{value:652722,pid:652700,label:"精河县"},{value:652723,pid:652700,label:"温泉县"}]},{value:652800,pid:65e4,label:"巴音郭楞蒙古自治州",children:[{value:652801,pid:652800,label:"库尔勒市"},{value:652822,pid:652800,label:"轮台县"},{value:652823,pid:652800,label:"尉犁县"},{value:652824,pid:652800,label:"若羌县"},{value:652825,pid:652800,label:"且末县"},{value:652826,pid:652800,label:"焉耆回族自治县"},{value:652827,pid:652800,label:"和静县"},{value:652828,pid:652800,label:"和硕县"},{value:652829,pid:652800,label:"博湖县"},{value:652871,pid:652800,label:"库尔勒开发区"}]},{value:652900,pid:65e4,label:"阿克苏地区",children:[{value:652901,pid:652900,label:"阿克苏市"},{value:652922,pid:652900,label:"温宿县"},{value:652923,pid:652900,label:"库车县"},{value:652924,pid:652900,label:"沙雅县"},{value:652925,pid:652900,label:"新和县"},{value:652926,pid:652900,label:"拜城县"},{value:652927,pid:652900,label:"乌什县"},{value:652928,pid:652900,label:"阿瓦提县"},{value:652929,pid:652900,label:"柯坪县"}]},{value:653e3,pid:65e4,label:"克孜勒苏柯尔克孜自治州",children:[{value:653001,pid:653e3,label:"阿图什市"},{value:653022,pid:653e3,label:"阿克陶县"},{value:653023,pid:653e3,label:"阿合奇县"},{value:653024,pid:653e3,label:"乌恰县"}]},{value:653100,pid:65e4,label:"喀什地区",children:[{value:653101,pid:653100,label:"喀什市"},{value:653121,pid:653100,label:"疏附县"},{value:653122,pid:653100,label:"疏勒县"},{value:653123,pid:653100,label:"英吉沙县"},{value:653124,pid:653100,label:"泽普县"},{value:653125,pid:653100,label:"莎车县"},{value:653126,pid:653100,label:"叶城县"},{value:653127,pid:653100,label:"麦盖提县"},{value:653128,pid:653100,label:"岳普湖县"},{value:653129,pid:653100,label:"伽师县"},{value:653130,pid:653100,label:"巴楚县"},{value:653131,pid:653100,label:"塔什库尔干塔吉克自治县"}]},{value:653200,pid:65e4,label:"和田地区",children:[{value:653201,pid:653200,label:"和田市"},{value:653221,pid:653200,label:"和田县"},{value:653222,pid:653200,label:"墨玉县"},{value:653223,pid:653200,label:"皮山县"},{value:653224,pid:653200,label:"洛浦县"},{value:653225,pid:653200,label:"策勒县"},{value:653226,pid:653200,label:"于田县"},{value:653227,pid:653200,label:"民丰县"}]},{value:654e3,pid:65e4,label:"伊犁哈萨克自治州",children:[{value:654002,pid:654e3,label:"伊宁市"},{value:654003,pid:654e3,label:"奎屯市"},{value:654004,pid:654e3,label:"霍尔果斯市"},{value:654021,pid:654e3,label:"伊宁县"},{value:654022,pid:654e3,label:"察布查尔锡伯自治县"},{value:654023,pid:654e3,label:"霍城县"},{value:654024,pid:654e3,label:"巩留县"},{value:654025,pid:654e3,label:"新源县"},{value:654026,pid:654e3,label:"昭苏县"},{value:654027,pid:654e3,label:"特克斯县"},{value:654028,pid:654e3,label:"尼勒克县"}]},{value:654200,pid:65e4,label:"塔城地区",children:[{value:654201,pid:654200,label:"塔城市"},{value:654202,pid:654200,label:"乌苏市"},{value:654221,pid:654200,label:"额敏县"},{value:654223,pid:654200,label:"沙湾县"},{value:654224,pid:654200,label:"托里县"},{value:654225,pid:654200,label:"裕民县"},{value:654226,pid:654200,label:"和布克赛尔蒙古自治县"}]},{value:654300,pid:65e4,label:"阿勒泰地区",children:[{value:654301,pid:654300,label:"阿勒泰市"},{value:654321,pid:654300,label:"布尔津县"},{value:654322,pid:654300,label:"富蕴县"},{value:654323,pid:654300,label:"福海县"},{value:654324,pid:654300,label:"哈巴河县"},{value:654325,pid:654300,label:"青河县"},{value:654326,pid:654300,label:"吉木乃县"}]},{value:659001,pid:65e4,label:"石河子市",children:[{value:659101,pid:659001,label:"新城街道"},{value:659102,pid:659001,label:"向阳街道"},{value:659103,pid:659001,label:"红山街道"},{value:659104,pid:659001,label:"老街街道"},{value:659105,pid:659001,label:"东城街道"},{value:659106,pid:659001,label:"北泉镇"},{value:659107,pid:659001,label:"石河子乡"},{value:659108,pid:659001,label:"一五二团"}]},{value:659002,pid:65e4,label:"阿拉尔市",children:[{value:659201,pid:659002,label:"幸福路街道"},{value:659202,pid:659002,label:"金银川路街道"},{value:659203,pid:659002,label:"青松路街道"},{value:659204,pid:659002,label:"南口街道"},{value:659205,pid:659002,label:"托喀依乡"},{value:659206,pid:659002,label:"金银川镇"}]},{value:659003,pid:65e4,label:"图木舒克市",children:[{value:659301,pid:659003,label:"图木舒克市区"},{value:659302,pid:659003,label:"兵团四十四团"},{value:659303,pid:659003,label:"兵团四十九团"},{value:659304,pid:659003,label:"兵团五十团"},{value:659305,pid:659003,label:"兵团五十一团"},{value:659306,pid:659003,label:"兵团五十二团"},{value:659307,pid:659003,label:"兵团五十三团"},{value:659308,pid:659003,label:"喀拉拜勒镇"},{value:659309,pid:659003,label:"永安坝"}]},{value:659004,pid:65e4,label:"五家渠市",children:[{value:659401,pid:659004,label:"城区"},{value:659402,pid:659004,label:"一零一团"},{value:659403,pid:659004,label:"一零二团"},{value:659404,pid:659004,label:"一零三团"}]},{value:659005,pid:65e4,label:"北屯市",children:[{value:659501,pid:659005,label:"新城区"},{value:659502,pid:659005,label:"老城区"},{value:659503,pid:659005,label:"工业园区"},{value:659504,pid:659005,label:"海川镇"},{value:659505,pid:659005,label:"丰庆镇"},{value:659506,pid:659005,label:"锡伯渡镇"}]},{value:659006,pid:65e4,label:"铁门关市",children:[{value:659601,pid:659006,label:"二十九团场"},{value:659602,pid:659006,label:"库西经济工业园"},{value:659603,pid:659006,label:"博古其镇"},{value:659604,pid:659006,label:"双丰镇"}]},{value:659007,pid:65e4,label:"双河市",children:[{value:659701,pid:659007,label:"八十一团"},{value:659702,pid:659007,label:"八十四团"},{value:659703,pid:659007,label:"八十五团"},{value:659704,pid:659007,label:"八十六团"},{value:659705,pid:659007,label:"八十九团"},{value:659706,pid:659007,label:"九十团"}]},{value:659008,pid:65e4,label:"可克达拉市",children:[{value:659801,pid:659008,label:"63团"},{value:659802,pid:659008,label:"64团"},{value:659803,pid:659008,label:"66团"},{value:659804,pid:659008,label:"67团"},{value:659805,pid:659008,label:"68团"}]},{value:659009,pid:65e4,label:"昆玉市",children:[{value:659901,pid:659009,label:"皮山农场"},{value:659902,pid:659009,label:"二二四团"},{value:659903,pid:659009,label:"四十七团"},{value:659904,pid:659009,label:"一牧场"}]}]},{value:71e4,pid:1e5,label:"台湾",children:[{value:710100,pid:71e4,label:"台北市",children:[{value:710101,pid:710100,label:"松山区"},{value:710102,pid:710100,label:"信义区"},{value:710103,pid:710100,label:"大安区"},{value:710104,pid:710100,label:"中山区"},{value:710105,pid:710100,label:"中正区"},{value:710106,pid:710100,label:"大同区"},{value:710107,pid:710100,label:"万华区"},{value:710108,pid:710100,label:"文山区"},{value:710109,pid:710100,label:"南港区"},{value:710110,pid:710100,label:"内湖区"},{value:710111,pid:710100,label:"士林区"},{value:710112,pid:710100,label:"北投区"}]},{value:710200,pid:71e4,label:"高雄市",children:[{value:710201,pid:710200,label:"盐埕区"},{value:710202,pid:710200,label:"鼓山区"},{value:710203,pid:710200,label:"左营区"},{value:710204,pid:710200,label:"楠梓区"},{value:710205,pid:710200,label:"三民区"},{value:710206,pid:710200,label:"新兴区"},{value:710207,pid:710200,label:"前金区"},{value:710208,pid:710200,label:"苓雅区"},{value:710209,pid:710200,label:"前镇区"},{value:710210,pid:710200,label:"旗津区"},{value:710211,pid:710200,label:"小港区"},{value:710212,pid:710200,label:"凤山区"},{value:710213,pid:710200,label:"林园区"},{value:710214,pid:710200,label:"大寮区"},{value:710215,pid:710200,label:"大树区"},{value:710216,pid:710200,label:"大社区"},{value:710217,pid:710200,label:"仁武区"},{value:710218,pid:710200,label:"鸟松区"},{value:710219,pid:710200,label:"冈山区"},{value:710220,pid:710200,label:"桥头区"},{value:710221,pid:710200,label:"燕巢区"},{value:710222,pid:710200,label:"田寮区"},{value:710223,pid:710200,label:"阿莲区"},{value:710224,pid:710200,label:"路竹区"},{value:710225,pid:710200,label:"湖内区"},{value:710226,pid:710200,label:"茄萣区"},{value:710227,pid:710200,label:"永安区"},{value:710228,pid:710200,label:"弥陀区"},{value:710229,pid:710200,label:"梓官区"},{value:710230,pid:710200,label:"旗山区"},{value:710231,pid:710200,label:"美浓区"},{value:710232,pid:710200,label:"六龟区"},{value:710233,pid:710200,label:"甲仙区"},{value:710234,pid:710200,label:"杉林区"},{value:710235,pid:710200,label:"内门区"},{value:710236,pid:710200,label:"茂林区"},{value:710237,pid:710200,label:"桃源区"},{value:710238,pid:710200,label:"那玛夏区"}]},{value:710300,pid:71e4,label:"基隆市",children:[{value:710301,pid:710300,label:"中正区"},{value:710302,pid:710300,label:"七堵区"},{value:710303,pid:710300,label:"暖暖区"},{value:710304,pid:710300,label:"仁爱区"},{value:710305,pid:710300,label:"中山区"},{value:710306,pid:710300,label:"安乐区"},{value:710307,pid:710300,label:"信义区"}]},{value:710400,pid:71e4,label:"台中市",children:[{value:710401,pid:710400,label:"中区"},{value:710402,pid:710400,label:"东区"},{value:710403,pid:710400,label:"南区"},{value:710404,pid:710400,label:"西区"},{value:710405,pid:710400,label:"北区"},{value:710406,pid:710400,label:"西屯区"},{value:710407,pid:710400,label:"南屯区"},{value:710408,pid:710400,label:"北屯区"},{value:710409,pid:710400,label:"丰原区"},{value:710410,pid:710400,label:"东势区"},{value:710411,pid:710400,label:"大甲区"},{value:710412,pid:710400,label:"清水区"},{value:710413,pid:710400,label:"沙鹿区"},{value:710414,pid:710400,label:"梧栖区"},{value:710415,pid:710400,label:"后里区"},{value:710416,pid:710400,label:"神冈区"},{value:710417,pid:710400,label:"潭子区"},{value:710418,pid:710400,label:"大雅区"},{value:710419,pid:710400,label:"新社区"},{value:710420,pid:710400,label:"石冈区"},{value:710421,pid:710400,label:"外埔区"},{value:710422,pid:710400,label:"大安区"},{value:710423,pid:710400,label:"乌日区"},{value:710424,pid:710400,label:"大肚区"},{value:710425,pid:710400,label:"龙井区"},{value:710426,pid:710400,label:"雾峰区"},{value:710427,pid:710400,label:"太平区"},{value:710428,pid:710400,label:"大里区"},{value:710429,pid:710400,label:"和平区"}]},{value:710500,pid:71e4,label:"台南市",children:[{value:710501,pid:710500,label:"东区"},{value:710502,pid:710500,label:"南区"},{value:710504,pid:710500,label:"北区"},{value:710506,pid:710500,label:"安南区"},{value:710507,pid:710500,label:"安平区"},{value:710508,pid:710500,label:"中西区"},{value:710509,pid:710500,label:"新营区"},{value:710510,pid:710500,label:"盐水区"},{value:710511,pid:710500,label:"白河区"},{value:710512,pid:710500,label:"柳营区"},{value:710513,pid:710500,label:"后壁区"},{value:710514,pid:710500,label:"东山区"},{value:710515,pid:710500,label:"麻豆区"},{value:710516,pid:710500,label:"下营区"},{value:710517,pid:710500,label:"六甲区"},{value:710518,pid:710500,label:"官田区"},{value:710519,pid:710500,label:"大内区"},{value:710520,pid:710500,label:"佳里区"},{value:710521,pid:710500,label:"学甲区"},{value:710522,pid:710500,label:"西港区"},{value:710523,pid:710500,label:"七股区"},{value:710524,pid:710500,label:"将军区"},{value:710525,pid:710500,label:"北门区"},{value:710526,pid:710500,label:"新化区"},{value:710527,pid:710500,label:"善化区"},{value:710528,pid:710500,label:"新市区"},{value:710529,pid:710500,label:"安定区"},{value:710530,pid:710500,label:"山上区"},{value:710531,pid:710500,label:"玉井区"},{value:710532,pid:710500,label:"楠西区"},{value:710533,pid:710500,label:"南化区"},{value:710534,pid:710500,label:"左镇区"},{value:710535,pid:710500,label:"仁德区"},{value:710536,pid:710500,label:"归仁区"},{value:710537,pid:710500,label:"关庙区"},{value:710538,pid:710500,label:"龙崎区"},{value:710539,pid:710500,label:"永康区"}]},{value:710600,pid:71e4,label:"新竹市",children:[{value:710601,pid:710600,label:"东区"},{value:710602,pid:710600,label:"北区"},{value:710603,pid:710600,label:"香山区"}]},{value:710700,pid:71e4,label:"嘉义市",children:[{value:710701,pid:710700,label:"东区"},{value:710702,pid:710700,label:"西区"}]},{value:710800,pid:71e4,label:"新北市",children:[{value:710801,pid:710800,label:"板桥区"},{value:710802,pid:710800,label:"三重区"},{value:710803,pid:710800,label:"中和区"},{value:710804,pid:710800,label:"永和区"},{value:710805,pid:710800,label:"新庄区"},{value:710806,pid:710800,label:"新店区"},{value:710807,pid:710800,label:"树林区"},{value:710808,pid:710800,label:"莺歌区"},{value:710809,pid:710800,label:"三峡区"},{value:710810,pid:710800,label:"淡水区"},{value:710811,pid:710800,label:"汐止区"},{value:710812,pid:710800,label:"瑞芳区"},{value:710813,pid:710800,label:"土城区"},{value:710814,pid:710800,label:"芦洲区"},{value:710815,pid:710800,label:"五股区"},{value:710816,pid:710800,label:"泰山区"},{value:710817,pid:710800,label:"林口区"},{value:710818,pid:710800,label:"深坑区"},{value:710819,pid:710800,label:"石碇区"},{value:710820,pid:710800,label:"坪林区"},{value:710821,pid:710800,label:"三芝区"},{value:710822,pid:710800,label:"石门区"},{value:710823,pid:710800,label:"八里区"},{value:710824,pid:710800,label:"平溪区"},{value:710825,pid:710800,label:"双溪区"},{value:710826,pid:710800,label:"贡寮区"},{value:710827,pid:710800,label:"金山区"},{value:710828,pid:710800,label:"万里区"},{value:710829,pid:710800,label:"乌来区"}]},{value:712200,pid:71e4,label:"宜兰县",children:[{value:712201,pid:712200,label:"宜兰市"},{value:712221,pid:712200,label:"罗东镇"},{value:712222,pid:712200,label:"苏澳镇"},{value:712223,pid:712200,label:"头城镇"},{value:712224,pid:712200,label:"礁溪乡"},{value:712225,pid:712200,label:"壮围乡"},{value:712226,pid:712200,label:"员山乡"},{value:712227,pid:712200,label:"冬山乡"},{value:712228,pid:712200,label:"五结乡"},{value:712229,pid:712200,label:"三星乡"},{value:712230,pid:712200,label:"大同乡"},{value:712231,pid:712200,label:"南澳乡"}]},{value:712300,pid:71e4,label:"桃园市",children:[{value:712301,pid:712300,label:"桃园市"},{value:712302,pid:712300,label:"中坜市"},{value:712303,pid:712300,label:"平镇市"},{value:712304,pid:712300,label:"八德市"},{value:712305,pid:712300,label:"杨梅市"},{value:712306,pid:712300,label:"芦竹市"},{value:712321,pid:712300,label:"大溪镇"},{value:712324,pid:712300,label:"大园乡"},{value:712325,pid:712300,label:"龟山乡"},{value:712327,pid:712300,label:"龙潭乡"},{value:712329,pid:712300,label:"新屋乡"},{value:712330,pid:712300,label:"观音乡"},{value:712331,pid:712300,label:"复兴乡"}]},{value:712400,pid:71e4,label:"新竹县",children:[{value:712401,pid:712400,label:"竹北市"},{value:712421,pid:712400,label:"竹东镇"},{value:712422,pid:712400,label:"新埔镇"},{value:712423,pid:712400,label:"关西镇"},{value:712424,pid:712400,label:"湖口乡"},{value:712425,pid:712400,label:"新丰乡"},{value:712426,pid:712400,label:"芎林乡"},{value:712427,pid:712400,label:"横山乡"},{value:712428,pid:712400,label:"北埔乡"},{value:712429,pid:712400,label:"宝山乡"},{value:712430,pid:712400,label:"峨眉乡"},{value:712431,pid:712400,label:"尖石乡"},{value:712432,pid:712400,label:"五峰乡"}]},{value:712500,pid:71e4,label:"苗栗县",children:[{value:712501,pid:712500,label:"苗栗市"},{value:712521,pid:712500,label:"苑里镇"},{value:712522,pid:712500,label:"通霄镇"},{value:712523,pid:712500,label:"竹南镇"},{value:712524,pid:712500,label:"头份市"},{value:712525,pid:712500,label:"后龙镇"},{value:712526,pid:712500,label:"卓兰镇"},{value:712527,pid:712500,label:"大湖乡"},{value:712528,pid:712500,label:"公馆乡"},{value:712529,pid:712500,label:"铜锣乡"},{value:712530,pid:712500,label:"南庄乡"},{value:712531,pid:712500,label:"头屋乡"},{value:712532,pid:712500,label:"三义乡"},{value:712533,pid:712500,label:"西湖乡"},{value:712534,pid:712500,label:"造桥乡"},{value:712535,pid:712500,label:"三湾乡"},{value:712536,pid:712500,label:"狮潭乡"},{value:712537,pid:712500,label:"泰安乡"}]},{value:712700,pid:71e4,label:"彰化县",children:[{value:712701,pid:712700,label:"彰化市"},{value:712721,pid:712700,label:"鹿港镇"},{value:712722,pid:712700,label:"和美镇"},{value:712723,pid:712700,label:"线西乡"},{value:712724,pid:712700,label:"伸港乡"},{value:712725,pid:712700,label:"福兴乡"},{value:712726,pid:712700,label:"秀水乡"},{value:712727,pid:712700,label:"花坛乡"},{value:712728,pid:712700,label:"芬园乡"},{value:712729,pid:712700,label:"员林市"},{value:712730,pid:712700,label:"溪湖镇"},{value:712731,pid:712700,label:"田中镇"},{value:712732,pid:712700,label:"大村乡"},{value:712733,pid:712700,label:"埔盐乡"},{value:712734,pid:712700,label:"埔心乡"},{value:712735,pid:712700,label:"永靖乡"},{value:712736,pid:712700,label:"社头乡"},{value:712737,pid:712700,label:"二水乡"},{value:712738,pid:712700,label:"北斗镇"},{value:712739,pid:712700,label:"二林镇"},{value:712740,pid:712700,label:"田尾乡"},{value:712741,pid:712700,label:"埤头乡"},{value:712742,pid:712700,label:"芳苑乡"},{value:712743,pid:712700,label:"大城乡"},{value:712744,pid:712700,label:"竹塘乡"},{value:712745,pid:712700,label:"溪州乡"}]},{value:712800,pid:71e4,label:"南投县",children:[{value:712801,pid:712800,label:"南投市"},{value:712821,pid:712800,label:"埔里镇"},{value:712822,pid:712800,label:"草屯镇"},{value:712823,pid:712800,label:"竹山镇"},{value:712824,pid:712800,label:"集集镇"},{value:712825,pid:712800,label:"名间乡"},{value:712826,pid:712800,label:"鹿谷乡"},{value:712827,pid:712800,label:"中寮乡"},{value:712828,pid:712800,label:"鱼池乡"},{value:712829,pid:712800,label:"国姓乡"},{value:712830,pid:712800,label:"水里乡"},{value:712831,pid:712800,label:"信义乡"},{value:712832,pid:712800,label:"仁爱乡"}]},{value:712900,pid:71e4,label:"云林县",children:[{value:712901,pid:712900,label:"斗六市"},{value:712921,pid:712900,label:"斗南镇"},{value:712922,pid:712900,label:"虎尾镇"},{value:712923,pid:712900,label:"西螺镇"},{value:712924,pid:712900,label:"土库镇"},{value:712925,pid:712900,label:"北港镇"},{value:712926,pid:712900,label:"古坑乡"},{value:712927,pid:712900,label:"大埤乡"},{value:712928,pid:712900,label:"莿桐乡"},{value:712929,pid:712900,label:"林内乡"},{value:712930,pid:712900,label:"二仑乡"},{value:712931,pid:712900,label:"仑背乡"},{value:712932,pid:712900,label:"麦寮乡"},{value:712933,pid:712900,label:"东势乡"},{value:712934,pid:712900,label:"褒忠乡"},{value:712935,pid:712900,label:"台西乡"},{value:712936,pid:712900,label:"元长乡"},{value:712937,pid:712900,label:"四湖乡"},{value:712938,pid:712900,label:"口湖乡"},{value:712939,pid:712900,label:"水林乡"}]},{value:713e3,pid:71e4,label:"嘉义县",children:[{value:713001,pid:713e3,label:"太保市"},{value:713002,pid:713e3,label:"朴子市"},{value:713023,pid:713e3,label:"布袋镇"},{value:713024,pid:713e3,label:"大林镇"},{value:713025,pid:713e3,label:"民雄乡"},{value:713026,pid:713e3,label:"溪口乡"},{value:713027,pid:713e3,label:"新港乡"},{value:713028,pid:713e3,label:"六脚乡"},{value:713029,pid:713e3,label:"东石乡"},{value:713030,pid:713e3,label:"义竹乡"},{value:713031,pid:713e3,label:"鹿草乡"},{value:713032,pid:713e3,label:"水上乡"},{value:713033,pid:713e3,label:"中埔乡"},{value:713034,pid:713e3,label:"竹崎乡"},{value:713035,pid:713e3,label:"梅山乡"},{value:713036,pid:713e3,label:"番路乡"},{value:713037,pid:713e3,label:"大埔乡"},{value:713038,pid:713e3,label:"阿里山乡"}]},{value:713300,pid:71e4,label:"屏东县",children:[{value:713301,pid:713300,label:"屏东市"},{value:713321,pid:713300,label:"潮州镇"},{value:713322,pid:713300,label:"东港镇"},{value:713323,pid:713300,label:"恒春镇"},{value:713324,pid:713300,label:"万丹乡"},{value:713325,pid:713300,label:"长治乡"},{value:713326,pid:713300,label:"麟洛乡"},{value:713327,pid:713300,label:"九如乡"},{value:713328,pid:713300,label:"里港乡"},{value:713329,pid:713300,label:"盐埔乡"},{value:713330,pid:713300,label:"高树乡"},{value:713331,pid:713300,label:"万峦乡"},{value:713332,pid:713300,label:"内埔乡"},{value:713333,pid:713300,label:"竹田乡"},{value:713334,pid:713300,label:"新埤乡"},{value:713335,pid:713300,label:"枋寮乡"},{value:713336,pid:713300,label:"新园乡"},{value:713337,pid:713300,label:"崁顶乡"},{value:713338,pid:713300,label:"林边乡"},{value:713339,pid:713300,label:"南州乡"},{value:713340,pid:713300,label:"佳冬乡"},{value:713341,pid:713300,label:"琉球乡"},{value:713342,pid:713300,label:"车城乡"},{value:713343,pid:713300,label:"满州乡"},{value:713344,pid:713300,label:"枋山乡"},{value:713345,pid:713300,label:"三地门乡"},{value:713346,pid:713300,label:"雾台乡"},{value:713347,pid:713300,label:"玛家乡"},{value:713348,pid:713300,label:"泰武乡"},{value:713349,pid:713300,label:"来义乡"},{value:713350,pid:713300,label:"春日乡"},{value:713351,pid:713300,label:"狮子乡"},{value:713352,pid:713300,label:"牡丹乡"}]},{value:713400,pid:71e4,label:"台东县",children:[{value:713401,pid:713400,label:"台东市"},{value:713421,pid:713400,label:"成功镇"},{value:713422,pid:713400,label:"关山镇"},{value:713423,pid:713400,label:"卑南乡"},{value:713424,pid:713400,label:"鹿野乡"},{value:713425,pid:713400,label:"池上乡"},{value:713426,pid:713400,label:"东河乡"},{value:713427,pid:713400,label:"长滨乡"},{value:713428,pid:713400,label:"太麻里乡"},{value:713429,pid:713400,label:"大武乡"},{value:713430,pid:713400,label:"绿岛乡"},{value:713431,pid:713400,label:"海端乡"},{value:713432,pid:713400,label:"延平乡"},{value:713433,pid:713400,label:"金峰乡"},{value:713434,pid:713400,label:"达仁乡"},{value:713435,pid:713400,label:"兰屿乡"}]},{value:713500,pid:71e4,label:"花莲县",children:[{value:713501,pid:713500,label:"花莲市"},{value:713521,pid:713500,label:"凤林镇"},{value:713522,pid:713500,label:"玉里镇"},{value:713523,pid:713500,label:"新城乡"},{value:713524,pid:713500,label:"吉安乡"},{value:713525,pid:713500,label:"寿丰乡"},{value:713526,pid:713500,label:"光复乡"},{value:713527,pid:713500,label:"丰滨乡"},{value:713528,pid:713500,label:"瑞穗乡"},{value:713529,pid:713500,label:"富里乡"},{value:713530,pid:713500,label:"秀林乡"},{value:713531,pid:713500,label:"万荣乡"},{value:713532,pid:713500,label:"卓溪乡"}]},{value:713600,pid:71e4,label:"澎湖县",children:[{value:713601,pid:713600,label:"马公市"},{value:713621,pid:713600,label:"湖西乡"},{value:713622,pid:713600,label:"白沙乡"},{value:713623,pid:713600,label:"西屿乡"},{value:713624,pid:713600,label:"望安乡"},{value:713625,pid:713600,label:"七美乡"}]},{value:713700,pid:71e4,label:"金门县",children:[{value:713701,pid:713700,label:"金城镇"},{value:713702,pid:713700,label:"金湖镇"},{value:713703,pid:713700,label:"金沙镇"},{value:713704,pid:713700,label:"金宁乡"},{value:713705,pid:713700,label:"烈屿乡"},{value:713706,pid:713700,label:"乌丘乡"}]},{value:713800,pid:71e4,label:"连江县",children:[{value:713801,pid:713800,label:"南竿乡"},{value:713802,pid:713800,label:"北竿乡"},{value:713803,pid:713800,label:"莒光乡"},{value:713804,pid:713800,label:"东引乡"}]}]}],Lp=(t,e="px")=>Object.is(Number(t),NaN)?t:`${t}${e}`,Sx=t=>t==null&&typeof t>"u",L$e=(t,e={children:"children"})=>{t=el.cloneDeep(t);const{children:a}=e,n=[],r=[];for(t.forEach(i=>r.push(i));r.length;){const i=r.shift();i[a]&&(i[a].forEach(o=>r.push(o)),delete i[a]),n.push(i)}return n},P$e=(t,e={id:"id",parentId:"pid",children:"children"})=>{t=el.cloneDeep(t);const{id:a,parentId:n,children:r}=e,i=[],o=new Map;return t.forEach(l=>{o.set(l[a],l);const s=o.get(l[n]);s?(s[r]=s[r]??[],s[r].push(l)):i.push(l)}),i};function L7e(t){if(t.length===0||!t||t=="undefined")return t;const e=t.replace("//","/"),a=e.length;return e[a-1]==="/"?e.slice(0,a-1):e}function P7e(t){let e="";for(const a of Object.keys(t)){const n=t[a],r=encodeURIComponent(a)+"=";if(!Sx(n))if(Bt(n)){for(const i of Object.keys(n))if(!Sx(n[i])){const o=a+"["+i+"]",l=encodeURIComponent(o)+"=";e+=l+encodeURIComponent(n[i])+"&"}}else e+=r+encodeURIComponent(n)+"&"}return e.slice(0,-1)}const k$e=(t=8)=>{let e=Date.now().toString(36);return e+=Math.random().toString(36).substring(3,t),e},B$e=(t,e)=>{e=Math.min(1,Math.max(0,e));const a=/^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$/,n=/^rgb\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*\)$/,r=/^rgba\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*,\s*[0-9.]+\s*\)$/;let i=0,o=0,l=0;if(a.test(t)){const s=t.slice(1),c=s.length===3?s.split("").map(u=>u+u).join(""):s;i=parseInt(c.substring(0,2),16),o=parseInt(c.substring(2,4),16),l=parseInt(c.substring(4,6),16)}else if(n.test(t)){const s=t.match(/\d+/g);s&&(i=parseInt(s[0]),o=parseInt(s[1]),l=parseInt(s[2]))}else if(r.test(t)){const s=t.match(/\d+(\.\d+)?/g);s&&(i=parseInt(s[0]),o=parseInt(s[1]),l=parseInt(s[2]))}else throw new Error("Unsupported color format");return`rgba(${i}, ${o}, ${l}, ${e})`},F$e=(t,e)=>new Promise((a,n)=>{const r=t.indexOf("?")===-1?"?":"&",i=`jsonpCB_${Date.now()}`;if(t+=`${r}callback=${i}`,e)for(const l in e)t+=`&${l}=${e[l]}`;const o=document.createElement("script");o.src=t,window[i]=l=>{l?a(l):n("没有返回数据"),delete window[i],document.body.removeChild(o)},o.addEventListener("error",()=>{n("接口返回数据失败"),delete window[i],document.body.removeChild(o)},!1),document.body.appendChild(o)}),z$e=t=>{t=="北京市"&&(t="北京"),t=="天津市"&&(t="天津"),t=="上海市"&&(t="上海"),t=="重庆市"&&(t="重庆");const e=d9.find(a=>a.label==t);return!e||t==="中国区域"?!1:e.value},U$e=(t,e)=>{const a=d9.find(r=>r.value==t),n=a==null?void 0:a.children.find(r=>r.label==e);return n?n.value:As.msgError("市信息错误")},V$e=(t,e,a)=>{const n=d9.find(c=>c.value==t),r=n==null?void 0:n.label,i=n==null?void 0:n.children.find(c=>c.value==e),o=i==null?void 0:i.label,l=i==null?void 0:i.children.find(c=>c.value==a),s=l==null?void 0:l.label;return!r||!o||!s?As.msgError("获取省市区名称失败"):{province:r,city:o,district:s}},k7e=U({props:{name:{type:String,required:!0},size:{type:[Number,String],default:16},color:{type:String,default:"inherit"}},setup(t){const e=X(()=>`#${t.name}`),a=X(()=>({width:Lp(t.size),height:Lp(t.size),color:t.color}));return{symbolId:e,styles:a}}}),Io=(t,e)=>{const a=t.__vccOpts||t;for(const[n,r]of e)a[n]=r;return a},B7e=["xlink:href"];function F7e(t,e,a,n,r,i){return L(),G("svg",{"aria-hidden":"true",style:na(t.styles)},[D("use",{"xlink:href":t.symbolId,fill:"currentColor"},null,8,B7e)],4)}const z7e=Io(k7e,[["render",F7e]]),Ks=U({name:"Icon",props:{name:{type:String,required:!0},size:{type:[String,Number],default:"14px"},color:{type:String,default:"inherit"}},setup(t){return()=>t.name.indexOf(my)===0?pe(Mt,{size:t.size,color:t.color},{default:()=>pe(ma(t.name.replace(my,"")))}):t.name.indexOf(D7e)===0?fa("i",{class:["local-icon"]},pe(z7e,{...t})):null}}),U7e="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALcAAACHCAYAAABUFMgyAAAABHNCSVQICAgIfAhkiAAACbtJREFUeF7tm39olVUYx++92wo0ZiL0V2v/SKMcVMzUtMTyjzL/KUpwWCpuzbZVxpikIWQLBIMUnLiMSWXYJhSYsiA1dNaQCSqkadGGOQdj/dpubM79uPf2nts9l7Oz8/66976/nvsdXO6v957zPM/53A/Pe967cAh/qADRCoSJ5oW0UIEQ4AYEZCsAuMkuLRJzC2635sGKBqcCCadDzRV0uRrH6XwxfnAqkDX8uYLSaJxczRGcZUGkVitgBLCncMvQGj0H4FaXO3+OE+GVQTZ7bqlKdqFTHc9fE9/Te2wpKByUNxXQA9wO+LrFyhZu9nkRbhXobHK78+TN6uZxonp2Zq/z9+R7Vi7L7Yod6GRwZaiToLe0fP5wJBJu/HsounhqcrLQjcV7fNFj/65YvmTYjbkwR+YVCIfDKjAnx8fHu3p6er6oqKi4lYKXA64HuSXArcCtajG4sdOA72s+dPK7k+eW37jRZ2XMzCuk+GR93YZQXe2GnI6JwdyvQDweH79z587h2bNnvyHZW4TcqGWZFrQVEFXGTsPd2npkSdf5S6e6uy/d5X45/p+xrnZ9qL5uo1fTY94cVyAWiw329vY+W1ZWdl0yOW9LVO3KjCjM4DYCO3LgwGdfHWk7tnpoKGo2To7Tnz4c4Ha0vJ4Mnkgk4iMjI7uLi4vfTwEeN7C5MkYzKJV9tTZSRLuFN25qiF64cNkzY/OMALcn/Dk+6dTU1F9FRUUlEtx6/XhW5magJ6Fm93v2Hvyh9VD7QscztDAB4LZQpIAeMjY2dnTWrFms5+Tm1jN4RnCLJ48c8Miq1a+O3rzZb2Z+V0oKuF0psyeTaO3JRCQSuTcFNwdbtLfuzokZnCLYaWvv39+6qOXgl2e1ic0+70pBALcrZfZqksTFixcXan/XFPY2PLE0glNpbNaStHx8+JPm/Z+u8ypbeV7A7ZeVcCaO4eHhprlz5+4W7C0bnE08w+B6cMsnkmlrM7ibPth7vf3o8QecScX+qIDbfs2C9Amt7/5R67ufk+AWAc8Y7mlgp+C+BriDhEewY9WBm/fdDPKs4GaAp2+auX8G3MEGJkjRp+B+Xos5pmhNbMEtX26fBrY2eIEG91XAHSQ8gh2rADcDWQSc2ZvDPcPeqp5bfE1uSQpSbQngDjYvgYr+9u3bXdrvTVYJ1uaAZww33y0RAWdwa+beo8F9gl058sUfTih9sQyOBZGCW2xLGNwcbNVPZJOxGJlbhFtsTQC3Y8uIgVUVUMDNWhG9K5bpITKBu3Db9l1dx0+cWuCXpYC5/bISzsSRgnt1qt9W9dzKizl24U62JW+9vePk6dNdi5xJxf6ogNt+zYL0CVfhrq3f1tHZ2b3MLwUC3H5ZCWfikOAWd0zEvptNPu0qZUbmBtzOLCJGVVcAcOM/cch+NwA34AbcaEvIMkA2MZgb5gbcFM29uWZdaHPNK2QXN98TGx0dbZ83b97rqX3u/Notqa5aG6quqsx3BsjmPzQ09GFpaekuwE12ifM3McANc5OlH3ADbsBN8YQSPTdZrpOJwdwwN1nCATfgBtxoS8gyQDYxmBvmBtwwN1kGyCYGc8PcgBvmJssA2cRgbpgbcMPcZBkgmxjMDXMDbpibLANkE4O5YW7ADXOTZYBsYjA3zA24YW6yDJBNDOaGuQE3zE2WAbKJwdwwN+CGuckyQDYxmBvmBtwwN1kGyCYGc8PcgBvmJssA2cRgbpgbcMPcZBkgmxjMDXMDbpibLANkE4O5YW7ADXOTZYBsYjA3zA24YW6yDJBNDOaGuQE3zE2WAbKJwdwwN+CGuckyQDYxmBvmBtwwN1kGyCYGc8PcgBvmJssA2cRgbpgbcMPcZBkgmxjMDXMDbpibLANkE4O5YW7ADXOTZYBsYjA3zA24YW6yDJBNDOaGuQE3zE2WAbKJwdwwN+CGuckyQDYxmBvmBtwwN1kGyCYGc8PcgBvmJssA2cRgbpgbcMPcZBkgmxjMDXMDbpibLANkE4O5YW7ADXOTZYBsYjA3zA24YW6yDJBNDOaGuQE3zE2WAbKJwdwwN+CGuckyQDYxmBvmzhe4Y1qi8dQtIdyz/Nnz9F9YURH+Grtnt4h0K6yt39bR2dm9zC/VrK5aG6oG3H5ZjpzHIZnbUbgLNLi/Bdw5X0MMqFOBaDS6u6SkZJf2tgg2s3dOzM0NXqANWLD1naatHR1ndvhlNWBuv6yEM3H09fW9XF5efkqAm0Eugs3bEcttCYuUtSRia5KEu66uofzsuctdzqRif1TAbb9mQfpEe3t7WU1NzYAWM++1ucEZzPzGUrIFt9xzM7iTPfjSJ1/4Z3g4yh57/ge4PV8CxwJIJBJ/zJkz50EF2GJbwuc3hZsdKJ5UivZOmpvBXf/mu1+fOXN+pWNZ2RgYcNsoVsAO1U4mm0pLS/ek4GbGlq3NIJ9hbRFiOWU9uPnOSUFxcXHhiqdfutnT+/s9XtcLcHu9As7MPz4+3jl//vwXtRNKEWpxG5D33RnDzVsTufeObNmy/anz3Ve+GRkZ9bQ9AdzOwOXlqPF4fLi1tfWJxsZGsdfmYMuAZwW3ar87afH1mzY/NDEWOfbTlV/u86oYgNuryjsz79jY2PctLS11O3fu/FNoQ/TAVu6UGLUlct+tsne6RWE9ekPDex9dvfZbZX//wN3OpKw/6mvVlaGqTWvdnhbz5bgCk5OTvw4MDOzTtv2OpnpsBrTYY1vaAuRhqa5QiiHzq5TivXzFctp24Zo1G+/XNtwrJyZji2OxWBEfLBFKmM2VcakefWRB/8pnlt7KeAB80NUKhMPh9K6G9nhicHDwSltb24Xm5uaoFgjvo2VTy62IvA04Iwcz4DjU3OTyvjd/LrYt4heBf85sHleLi8l8UQF5f1qEVf7tiNFvSaZt/8lmNspU/p2J+HsTsVWRH8tfCsDtC558FYQZ3Px9+TK74YWbTOAWDSwDrnouG1uEG6D7ijFXgxEtK54Iyo850LLNVa1IxuZWnViqQBfNDbBd5SVwk2UDOEtW93K7XAkrFpWtK7cqcj8ufiGMHgduVRBwTiqggptDy++5uVUw633e9gmlqoUR4VZZXAYagOeECRKDmIEtwqwytO6etqo6Vsyt16PrQW4GN4lVQhJZV8AIdBliy7bWg9VKtPKXQQYcYFupIo7hFZBPBlVm1jvGtIp2zc0H1INcBbfea6bB4QDSFVDtcui1Hbo7IkYVyhRueUyjcXI1B+mVzuPk9MDNCOhs2hK9NQDAeUynQ6n7Bm6z/AC/WYXy7/2s4TUrGaAzqxDeD2wFAHdglw6Bm1UAcJtVCO8HtgKAO7BLh8DNKvAfR+rWAIVxGVEAAAAASUVORK5CYII=",V7e="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALcAAACHCAYAAABUFMgyAAAABHNCSVQICAgIfAhkiAAACbZJREFUeF7t201oXFUUB/DMRyJNpE0JuJqYTWtQs2pLqxSzcWGiK8FNceOqiLiMOxe1i0IFXdhFIXSli6agoJS6aBEM2o2QlbXFfkBNhRBNbRIyTTOTzHjv8O5wc3Pf55x578y7/0LI1+S8c8/95eTMfdNCH/6hAjmtQCGn68KyUIE+4AaC3FYAuHO7tVhYWrjTug52tHcq0Ox2qlToqOJ0e72I3zsV6Bg/FcqgOFTX6J1tQaZRKxAEOFPcJtqgzwE86na78zgdrwk57PNIVYqLzvZ49TX9e34fR0oKD3KmAn7A48D3LVanuOXP67ht0OXF417Hmd11eKF+3Vl+XX3PfC/LFXlciYPOhGuibkG/d+/eK5VKZWZgYOBEs9ksp7F5Ozs7641GYzWNa+EayStQKBRsMOtbW1s379+//83Ro0cfeXgVcD/kkYBHwW0bMVTHbgOv1WrXy+XypFhAlJjJK4SfzG0FRIPaevbs2ddDQ0MfG91bRx40suyqTRSIto7dxr24uPia6NQ3hOmB3FYdC0u1AuIv8fKDBw/eGh8fv2N0cjWW2MaVPTmG4Q6CXRR/Tr4V48c7mKlT3XsnLiZG2sbGxsb5/fv3f+YBbwR0c2tN4uDWR5GiBC3+jKyhYzthLZNFbm9vr/T3948auP3m8Y46t8TdQi3f1+v1X8SMfSyTVeOizlRgc3PzyuDg4Adiwapz+3XwRLj1jq2AF8WfjSrGEWeMZbZQ4axWLBaHPdwKtt69fU9OoowlCne7a9+9e/f44cOHfwbuzPbcpQs3FxYWjol/ty3dO/CJZRBua8eWI8nTp09n9+3b975LFcZas6vA6urq2YMHD57XurfZwWVyezq4H27zBk27a0vcYtC/UyqVXsxuubiySxUQc/evYu6eMnDrwBPj3gXbw30buF3ile1afXCruVsi7wi3BN5+E537D+DOdsNdurqH+22x5h3LaBILt3m7fRdsEbwkcN8Cbpd4ZbtWDbeErAOX3Vvh3tO9bTO3/jVzJCl5YwlwZ7vfTl1dHGDcFK83mda6tgKeGPeeI0DZteWbeJHULe/OkVNFxmKzqYCHWx9LJG4F2/YS2VaiQZ1bx62PJsCdzR47e1ULbjmK+N2xbNcpCe6yfP2teMHUq85WGwtPtQIebvkCPdmxbTO39WZOXNytsURc7Lq4iXM81RXiYs5WIFXc1Wr1mjhUP+lstbHwVCtg4NZPTPS5O9ZpiW3mbnVu4E51b52/GHA7TyC/BQDu/O6t8ysDbucJ5LcAwJ3fvXV+ZU7jFv9buk+83sV5BHktgDjAmBsZGflQO+M2b7/TnXNzOy0RLwfoEzeW8rq3zq/ryZMnn4+NjZ0Dbucp5K8AwI3OnT/V3oqAG7iB2/h/lIleW4KZO7eOWC4MnRudmyVMiqSAG7gpHLGMAdzAzRImRVLADdwUjljGAG7gZgmTIingBm4KRyxjADdws4RJkRRwAzeFI5YxgBu4WcKkSAq4gZvCEcsYwA3cLGFSJAXcwE3hiGUM4AZuljApkgJu4KZwxDIGcAM3S5gUSQE3cFM4YhkDuIGbJUyKpIAbuCkcsYwB3MDNEiZFUsAN3BSOWMYAbuBmCZMiKeAGbgpHLGMAN3CzhEmRFHADN4UjljGAG7hZwqRICriBm8IRyxjADdwsYVIkBdzATeGIZQzgBm6WMCmSAm7gpnDEMgZwAzdLmBRJATdwUzhiGQO4gZslTIqkgBu4KRyxjAHcwM0SJkVSwA3cFI5YxgBu4GYJkyIp4AZuCkcsYwA3cLOESZEUcAM3hSOWMYAbuFnCpEgKuIGbwhHLGMAN3CxhUiQF3MBN4YhlDOAGbpYwKZICbuCmcMQyBnADN0uYFEkBN3BTOGIZA7iBmyVMiqSAG7gpHLGMAdzAzRImRVLADdwUjljGAG7gZgmTIingBm4KRyxjADdws4RJkRRwAzeFI5YxgBu4WcKkSAq4gZvCEcsYwA3cLGFSJAXcwE3hiGUM4AZuljApkgJu4KZwxDIGcAM3S5gUSQE3cFM4YhkDuIGbJUyKpIAbuCkcsYwB3MDNEiZFUsAN3BSOWMYwcO+IJBveW1N7L3OXn7f/FSyrUV+T7+Vb0XgrV6vVa4ODgye5VKJWq/VtATeX7SDPI03cJYH7R+Am30ME9KnA2tra+dHR0XPi23rXlt2bpHOrDl4SAUsrKyufjIyMfMplN9C5uexEd/JYXFx8b2Ji4oaGWyLXYatxJPJYIjOVI4k+mrRwz8/PT0xOTt7szlLiRwXu+DXrpZ+Ym5sbP3369JLIWc3aqoNLzOpNLikWbnPmlrhbM3ij0fivUCjIjzP/B9yZb0HXEmg2m/8cOHDgJQtsfSxR1w/FLR+oP6nUu3erc0vcGxsb3w0NDb3ZtVXFCAzcMYrVYw8VTybPjo2Nfenhlh3b7NoS+Z6urSM2l+yHW52clCqVSvnhw4d/lUql57OuF3BnvQPdub44AZs/dOjQu+IJpY5aPwZUc3di3Go0MWfv4sLCwhtHjhz5wRtVurPCCFGBO0KReuwhYuxdvXTp0uszMzP6rK1gm8A7wm0772518atXr748NTX1fblcfiGr+gF3VpXvznU3Nzd/unjx4kdnzpz5VxtD/GBbT0qCxhJz7rZ17/aIImf0x48ffzE8PHyqWCw+150l+0cF7rQr3p3r1ev1P5eWlr4Sx35XvBlbgtZn7EhHgCo72x1KPXN1l1J/b96x3HVcODs7W5menj4loJ8QgfpVMPGsN+xaiSsmftP/Xl9ff5Q4AH4w1QqIU7b2qYb4uLa8vPz75cuXf7tw4cKaSETN0WanNkcR8xhwzxrCwCnUqpOb597qc31s0X8R1M+FXSfV4uJiLCpgnk/rWM3XjgS9lmTX8Z/ZmYNWar7ORH+9iT6qmB+bvxTAzcITqyTCcKvvm7fZA2/cJMGtd2ATuO1zs2PruAGdlbFUk9G7rP5E0PxYgTa7uW0USdy5bU8sbdD1zg3YqXrpuYt1Alwu1vd2u1mJKF3U7LrmqGLO4/ovRNDHPbcrSJikAjbcCq16rzq3DbPfz8d+QmkbYXTcti5uggZwEhO5CBIGW8ds69C+Z9q26kTp3H4zuh/yMNy52CUsouMKBEE3EUfu1n5Yo2Rr/jKYwAE7ShXxGFUB88mgrTP7PSa0inE7twroh9yG2+9rocnhAbmugO2Uw2/s8D0RCapQUtxmzKA4VNfI9U47vDg/uIlAdzKW+O0BADuss0tLZ4M7bH3AH1Yh977fMd6wkgFdWIXw/Z6tAHD37NYh8bAKAHdYhfD9nq0AcPfs1iHxsAr8D7xvfQ8bZ0PpAAAAAElFTkSuQmCC",H7e={class:"setting-drawer"},G7e={class:"setting-item mb-5"},Y7e={class:"flex mt-4 cursor-pointer"},q7e=["onClick"],$7e=["src"],W7e={class:"setting-item mb-5 flex justify-between items-center"},K7e={class:"setting-item mb-5 flex justify-between items-center"},Q7e={class:"setting-item mb-5 flex justify-between items-center"},X7e={class:"setting-item mb-5 flex justify-between items-center"},Z7e={class:"setting-item mb-5 flex justify-between items-center"},j7e={class:"setting-item mb-5 flex justify-between items-center"},J7e={class:"setting-item mb-5 flex justify-between items-center"},eTe={class:"setting-item mb-5 flex justify-between items-center"},tTe=U({__name:"drawer",setup(t){const e=Ws(),a=ce(["#409EFF","#28C76F","#EA5455","#FF9F43","#01CFE8","#4A5DFF"]),n=[{type:"dark",image:U7e},{type:"light",image:V7e}],r=X({get(){return e.sideTheme},set(m){e.setSetting({key:"sideTheme",value:m})}}),i=X({get(){return e.openMultipleTabs},set(m){e.setSetting({key:"openMultipleTabs",value:m})}}),o=X({get(){return e.isUniqueOpened},set(m){e.setSetting({key:"isUniqueOpened",value:m})}}),l=X({get(){return e.sideWidth},set(m){e.setSetting({key:"sideWidth",value:m})}}),s=X({get(){return e.showDrawer},set(m){e.setSetting({key:"showDrawer",value:m})}}),c=X({get(){return e.theme},set(m){e.setSetting({key:"theme",value:m}),_()}}),u=X({get(){return e.showLogo},set(m){e.setSetting({key:"showLogo",value:m})}}),d=X({get(){return e.showCrumb},set(m){e.setSetting({key:"showCrumb",value:m})}}),p=MY(),_=()=>{e.setTheme(p.value)},f=()=>{xye(p)(),_()},h=()=>{p.value=!1,e.resetTheme(),_()};return(m,g)=>{const E=Ks,S=S8e,y=fSe,T=UEe,C=_d,w=aY;return L(),G("div",H7e,[pe(w,{modelValue:N(s),"onUpdate:modelValue":g[6]||(g[6]=A=>ea(s)?s.value=A:null),"append-to-body":"",direction:"rtl",size:"250px",title:"主题设置"},{default:Oe(()=>[D("div",G7e,[g[7]||(g[7]=D("span",{class:"text-tx-secondary"},"风格设置",-1)),D("div",Y7e,[(L(),G(Vt,null,Iu(n,A=>D("div",{class:"mr-4 flex relative text-primary",key:A.type,onClick:O=>r.value=A.type},[D("img",{src:A.image,width:"52",height:"36"},null,8,$7e),N(r)==A.type?(L(),Ue(E,{key:0,class:"icon-select",name:"el-icon-Select"})):$e("",!0)],8,q7e)),64))])]),D("div",W7e,[g[8]||(g[8]=D("span",{class:"text-tx-secondary"},"主题颜色",-1)),D("div",null,[pe(S,{modelValue:N(c),"onUpdate:modelValue":g[0]||(g[0]=A=>ea(c)?c.value=A:null),predefine:N(a)},null,8,["modelValue","predefine"])])]),D("div",K7e,[g[9]||(g[9]=D("span",{class:"text-tx-secondary"},"开启黑暗模式",-1)),D("div",null,[pe(y,{"model-value":N(p),onChange:f},null,8,["model-value"])])]),D("div",Q7e,[g[10]||(g[10]=D("span",{class:"text-tx-secondary"},"开启多页签栏",-1)),D("div",null,[pe(y,{modelValue:N(i),"onUpdate:modelValue":g[1]||(g[1]=A=>ea(i)?i.value=A:null),"active-value":!0,"inactive-value":!1},null,8,["modelValue"])])]),D("div",X7e,[g[11]||(g[11]=D("span",{class:"text-tx-secondary"},"只展开一个一级菜单",-1)),D("div",null,[pe(y,{modelValue:N(o),"onUpdate:modelValue":g[2]||(g[2]=A=>ea(o)?o.value=A:null),"active-value":!0,"inactive-value":!1},null,8,["modelValue"])])]),D("div",Z7e,[g[12]||(g[12]=D("div",{class:"text-tx-secondary flex-none mr-3"},"菜单栏宽度",-1)),D("div",null,[pe(T,{modelValue:N(l),"onUpdate:modelValue":g[3]||(g[3]=A=>ea(l)?l.value=A:null),min:180,max:250},null,8,["modelValue"])])]),D("div",j7e,[g[13]||(g[13]=D("div",{class:"text-tx-secondary flex-none mr-3"},"显示LOGO",-1)),D("div",null,[pe(y,{modelValue:N(u),"onUpdate:modelValue":g[4]||(g[4]=A=>ea(u)?u.value=A:null),"active-value":!0,"inactive-value":!1},null,8,["modelValue"])])]),D("div",J7e,[g[14]||(g[14]=D("div",{class:"text-tx-secondary flex-none mr-3"},"显示面包屑",-1)),D("div",null,[pe(y,{modelValue:N(d),"onUpdate:modelValue":g[5]||(g[5]=A=>ea(d)?d.value=A:null),"active-value":!0,"inactive-value":!1},null,8,["modelValue"])])]),D("div",eTe,[pe(C,{onClick:h},{default:Oe(()=>g[15]||(g[15]=[Dn("重置主题")])),_:1})])]),_:1},8,["modelValue"])])}}}),aTe=Io(tTe,[["__scopeId","data-v-72aa4c30"]]),nTe=U({__name:"index",setup(t){const e=Ws(),a=()=>{e.setSetting({key:"showDrawer",value:!0})};return(n,r)=>{const i=Ks;return L(),G("div",{class:"setting flex cursor-pointer h-full items-center px-2",onClick:a},[pe(i,{size:16,name:"el-icon-Setting"}),pe(aTe)])}}});function XY(t){const e=Yh();return qe(e,()=>{t(e)},{immediate:!0}),{route:e}}const rTe=U({__name:"breadcrumb",setup(t){const e=ce([]),a=n=>{const r=n.matched.filter(i=>i.meta&&i.meta.title);e.value=r};return XY(n=>{a(n)}),(n,r)=>{const i=E5e,o=b5e;return L(),Ue(o,{class:"app-breadcrumb"},{default:Oe(()=>[(L(!0),G(Vt,null,Iu(N(e),l=>(L(),Ue(i,{key:l.path},{default:Oe(()=>[Dn(ha(l.meta.title),1)]),_:2},1024))),128))]),_:1})}}}),iTe=U({__name:"fold",setup(t){const e=Cl(),a=X(()=>e.isCollapsed),n=()=>{e.toggleCollapsed()};return(r,i)=>{const o=Ks;return L(),G("div",{class:"fold h-full cursor-pointer flex items-center px-2",onClick:n},[pe(o,{name:`local-icon-${N(a)?"expand":"collapse"}`,size:18},null,8,["name"])])}}}),oTe=U({__name:"full-screen",setup(t){const{toggle:e,isFullscreen:a}=DY();return(n,r)=>{const i=Ks;return L(),G("div",{class:"full-screen h-full cursor-pointer flex items-center px-2",onClick:r[0]||(r[0]=(...o)=>N(e)&&N(e)(...o))},[pe(i,{size:16,name:`local-icon-${N(a)?"fullscreen-exit":"fullscreen"}`},null,8,["name"])])}}});function lTe(){const t=Gh(),e=Yh(),a=K2(),n=Ws(),r=X(()=>a.getTabList),i=X(()=>e.fullPath);return{tabsLists:r,currentTab:i,addTab:()=>{n.openMultipleTabs&&a.addTab(t)},removeTab:u=>{n.openMultipleTabs&&(u=u??e.fullPath,a.removeTab(u,t))},removeOtherTab:()=>{n.openMultipleTabs&&a.removeOtherTab(e)},removeAllTab:()=>{n.openMultipleTabs&&a.removeAllTab(t)}}}const sTe={class:"app-tabs pl-4 flex bg-body"},cTe={class:"flex-1 min-w-0"},uTe={class:"flex items-center px-3"},dTe=U({__name:"multiple-tabs",setup(t){const e=Gh(),a=K2(),{removeOtherTab:n,addTab:r,removeAllTab:i,removeTab:o,tabsLists:l,currentTab:s}=lTe();XY(()=>{r()});const c=d=>{const p=a.tasMap[d];e.push(OH(p))},u=d=>{switch(d){case"closeCurrent":o();break;case"closeOther":n();break;case"closeAll":i();break}};return(d,p)=>{const _=ISe,f=OSe,h=Ks,m=pY,g=_Y,E=dY;return L(),G("div",sTe,[D("div",cTe,[pe(f,{"model-value":N(s),closable:N(l).length>1,onTabChange:c,onTabRemove:p[0]||(p[0]=S=>N(o)(S))},{default:Oe(()=>[(L(!0),G(Vt,null,Iu(N(l),S=>(L(),Ue(_,{key:S.fullPath,label:S.title,name:S.fullPath},null,8,["label","name"]))),128))]),_:1},8,["model-value","closable"])]),pe(E,{onCommand:u},{dropdown:Oe(()=>[pe(g,null,{default:Oe(()=>[pe(m,{command:"closeCurrent"},{default:Oe(()=>p[1]||(p[1]=[Dn(" 关闭当前 ")])),_:1}),pe(m,{command:"closeOther"},{default:Oe(()=>p[2]||(p[2]=[Dn(" 关闭其他 ")])),_:1}),pe(m,{command:"closeAll"},{default:Oe(()=>p[3]||(p[3]=[Dn(" 关闭全部 ")])),_:1})]),_:1})]),default:Oe(()=>[D("span",uTe,[pe(h,{size:16,name:"el-icon-arrow-down"})])]),_:1})])}}}),pTe=Io(dTe,[["__scopeId","data-v-93e75782"]]),_Te=U({__name:"refresh",setup(t){const e=Cl(),a=()=>{e.refreshView()};return(n,r)=>{const i=Ks;return L(),G("div",{class:"refresh cursor-pointer h-full flex items-center px-2",onClick:a},[pe(i,{name:"el-icon-RefreshRight",size:18})])}}});function H$e(){return Oa.get({url:"/setting.system.system/info"})}function G$e(t){return Oa.get({url:"/setting.system.log/lists",params:t})}function fTe(){return Oa.post({url:"/setting.system.cache/clear"})}const Y$e=()=>Oa.get({url:"/crontab.crontab/lists"}),q$e=t=>Oa.post({url:"/crontab.crontab/add",params:t}),$$e=t=>Oa.get({url:"/crontab.crontab/detail",params:t}),W$e=t=>Oa.post({url:"/crontab.crontab/edit",params:t}),K$e=t=>Oa.post({url:"/crontab.crontab/delete",params:t}),Q$e=t=>Oa.get({url:"/crontab.crontab/expression",params:t}),X$e=t=>Oa.get({url:"/setting.system.upgrade/lists",params:t}),Z$e=t=>Oa.post({url:"/setting.system.upgrade/downloadPkg",params:t}),j$e=t=>Oa.post({url:"/setting.system.upgrade/upgrade",params:t}),vTe={class:"flex items-center"},hTe={class:"ml-3 mr-1"},mTe=U({__name:"user-drop-down",setup(t){const e=Vd(),a=X(()=>e.userInfo),n=async r=>{switch(r){case"logout":await As.confirm("确定退出登录吗?"),e.logout();break;case"cache":await fTe(),window.location.reload();break}};return(r,i)=>{const o=o5e,l=Ks,s=pY,c=ma("router-link"),u=_Y,d=dY;return L(),Ue(d,{class:"px-2",onCommand:n},{dropdown:Oe(()=>[pe(u,null,{default:Oe(()=>[pe(c,{to:"/user/setting"},{default:Oe(()=>[pe(s,null,{default:Oe(()=>i[0]||(i[0]=[Dn("个人设置")])),_:1})]),_:1}),pe(s,{command:"cache"},{default:Oe(()=>i[1]||(i[1]=[Dn("清除缓存")])),_:1}),pe(s,{command:"logout"},{default:Oe(()=>i[2]||(i[2]=[Dn("退出登录")])),_:1})]),_:1})]),default:Oe(()=>[D("div",vTe,[pe(o,{size:34,src:N(a).avatar},null,8,["src"]),D("div",hTe,ha(N(a).name),1),pe(l,{name:"el-icon-ArrowDown"})])]),_:1})}}}),gTe={class:"header"},bTe={class:"navbar"},ETe={class:"flex-1 flex"},STe={class:"navbar-item"},yTe={class:"navbar-item"},TTe={key:0,class:"flex items-center px-2"},CTe={class:"flex"},RTe={key:0,class:"navbar-item"},ATe={class:"navbar-item"},wTe={class:"navbar-item"},OTe=U({__name:"index",setup(t){const e=Cl(),a=X(()=>e.isMobile),n=X(()=>e.isCollapsed),r=Ws(),{isFullscreen:i}=DY();return(o,l)=>{const s=zd;return L(),G("header",gTe,[D("div",bTe,[D("div",ETe,[D("div",STe,[pe(s,{class:"box-item",effect:"dark",content:N(n)?"展开菜单":"收起菜单",placement:"bottom"},{default:Oe(()=>[pe(iTe)]),_:1},8,["content"])]),D("div",yTe,[pe(s,{class:"box-item",effect:"dark",content:"刷新",placement:"bottom"},{default:Oe(()=>[pe(_Te)]),_:1})]),!N(a)&&N(r).showCrumb?(L(),G("div",TTe,[pe(rTe)])):$e("",!0)]),D("div",CTe,[N(a)?$e("",!0):(L(),G("div",RTe,[pe(s,{class:"box-item",effect:"dark",content:N(i)?"退出全屏":"全屏模式",placement:"bottom"},{default:Oe(()=>[pe(oTe)]),_:1},8,["content"])])),D("div",ATe,[pe(mTe)]),D("div",wTe,[pe(s,{class:"box-item",effect:"dark",content:"主题设置",placement:"bottom"},{default:Oe(()=>[pe(nTe)]),_:1})])])]),N(r).openMultipleTabs?(L(),Ue(pTe,{key:0})):$e("",!0)])}}}),ITe={class:"main-wrap h-full bg-page"},xTe={class:"p-4"},NTe=U({__name:"main",setup(t){const e=Yh(),a=X(()=>e.path+Math.random()),n=Cl(),r=K2(),i=Ws(),o=X(()=>n.isRouteShow),l=X(()=>i.openMultipleTabs?r.getCacheTabList:[]);return(s,c)=>{const u=ma("router-view"),d=WT;return L(),G("main",ITe,[pe(d,null,{default:Oe(()=>[D("div",xTe,[N(o)?(L(),Ue(u,{key:N(a)},{default:Oe(({Component:p,route:_})=>[pe(Vr,{name:"slide-fade",mode:"out-in"},{default:Oe(()=>[(L(),Ue(eie,{include:N(l),max:20},[(L(),Ue(Aa(p),{key:_.fullPath}))],1032,["include"]))]),_:2},1024)]),_:1})):$e("",!0)])]),_:1})])}}}),MTe=Io(NTe,[["__scopeId","data-v-375b0d12"]]),DTe=U({__name:"index",props:{...pd,teleported:{type:Boolean,default:!1},placement:{type:String,default:"top"},overfloType:{type:String,default:"ellipsis"}},setup(t){const e=t,a=vr(),n=ce(!1);return md(a,"mouseenter",()=>{var r,i;((r=a.value)==null?void 0:r.scrollWidth)>((i=a.value)==null?void 0:i.offsetWidth)?n.value=!1:n.value=!0}),(r,i)=>{const o=zd;return L(),G("div",null,[pe(o,La(e,{disabled:N(n)}),{default:Oe(()=>[D("div",{ref_key:"textRef",ref:a,class:"overflow-text truncate",style:na({textOverflow:t.overfloType})},ha(r.content),5)]),_:1},16,["disabled"])])}}}),LTe=U({__name:"index",props:{width:{type:[String,Number],default:"auto"},height:{type:[String,Number],default:"auto"},radius:{type:[String,Number],default:0},...fY},setup(t){const e=t,a=X(()=>({width:Lp(e.width),height:Lp(e.height),borderRadius:Lp(e.radius)}));return(n,r)=>{const i=LEe;return L(),Ue(i,La({style:a.value},e),null,16,["style"])}}}),PTe=Io(LTe,[["__scopeId","data-v-548a4c36"]]),kTe=U({__name:"logo",props:{szie:{type:Number,default:34},title:{type:String},theme:{type:String},showTitle:{type:Boolean,default:!0}},setup(t){const e=Cl(),a=X(()=>e.config),n=Gh(),r=()=>{n.push("/")};return(i,o)=>{const l=PTe,s=DTe;return L(),G("div",{class:"logo",onClick:r},[pe(l,{width:t.szie,height:t.szie,src:N(a).web_logo},null,8,["width","height","src"]),pe(Vr,{name:"title-width"},{default:Oe(()=>[Da(D("div",{class:Se(["logo-title overflow-hidden whitespace-nowrap",{"text-white":t.theme==N(jV).DARK}]),style:na({left:`${t.szie+16}px`})},[pe(s,{content:t.title||N(a).web_name,teleported:!0,placement:"bottom","overflo-type":"unset"},null,8,["content"])],6),[[rn,t.showTitle]])]),_:1})])}}}),BTe=Io(kTe,[["__scopeId","data-v-c7305beb"]]),FTe=U({__name:"index",props:{to:{},replace:{type:Boolean}},setup(t){const e=t,a=X(()=>typeof e.to!="object"&&Dd(e.to)),n=X(()=>a.value?(alert("外部垃圾"),"a"):"router-link"),r=X(()=>a.value?{href:e.to,target:"_blank"}:e);return(i,o)=>(L(),Ue(Aa(N(n)),oU(cT(N(r))),{default:Oe(()=>[rt(i.$slots,"default")]),_:3},16))}}),zTe=U({__name:"menu-item",props:{route:{},routePath:{},popperClass:{}},setup(t){const e=t,a=X(()=>!!(e.route.children??[]).filter(l=>{var s;return!((s=l.meta)!=null&&s.hidden)}).length),n=X(()=>e.route.meta),r=o=>Dd(o)?o:L7e(`${e.routePath}/${o}`),i=X(()=>{var l;const o=(l=e.route.meta)==null?void 0:l.query;try{const s=JSON.parse(o);return P7e(s)}catch{return o}});return(o,l)=>{var _;const s=Ks,c=lSe,u=FTe,d=ma("menu-item",!0),p=sSe;return(_=o.route.meta)!=null&&_.hidden?$e("",!0):(L(),G(Vt,{key:0},[N(a)?(L(),Ue(p,{key:1,index:o.routePath,"popper-class":o.popperClass},{title:Oe(()=>{var f,h,m;return[(f=N(n))!=null&&f.icon?(L(),Ue(s,{key:0,class:"menu-item-icon",size:16,name:(h=N(n))==null?void 0:h.icon},null,8,["name"])):$e("",!0),D("span",null,ha((m=N(n))==null?void 0:m.title),1)]}),default:Oe(()=>{var f;return[(L(!0),G(Vt,null,Iu((f=o.route)==null?void 0:f.children,h=>(L(),Ue(d,{key:r(h.path),route:h,"route-path":r(h.path),"popper-class":o.popperClass},null,8,["route","route-path","popper-class"]))),128))]}),_:1},8,["index","popper-class"])):(L(),Ue(u,{key:0,to:`${o.routePath}?${N(i)}`},{default:Oe(()=>[pe(c,{index:o.routePath},{title:Oe(()=>{var f;return[D("span",null,ha((f=N(n))==null?void 0:f.title),1)]}),default:Oe(()=>{var f,h;return[(f=N(n))!=null&&f.icon?(L(),Ue(s,{key:0,class:"menu-item-icon",size:16,name:(h=N(n))==null?void 0:h.icon},null,8,["name"])):$e("",!0)]}),_:1},8,["index"])]),_:1},8,["to"]))],64))}}}),UTe=Io(zTe,[["__scopeId","data-v-78e8d91a"]]),VTe=U({__name:"menu",props:{routes:{type:Object},config:{type:Object},uniqueOpened:{type:Boolean,default:!1},isCollapsed:{type:Boolean,default:!1},theme:{type:String},width:{type:Number,default:200}},emits:["select"],setup(t){const e=t,a=Yh(),n=X(()=>{var i;return((i=a.meta)==null?void 0:i.activeMenu)||a.path}),r=X(()=>`theme-${e.theme}`);return(i,o)=>{const l=oSe,s=WT;return L(),G("div",{class:Se(["menu flex-1 min-h-0",N(r)]),style:na(t.isCollapsed?"":`--aside-width: ${t.width}px`)},[pe(s,null,{default:Oe(()=>[pe(l,La(t.config,{"default-active":N(n),collapse:t.isCollapsed,mode:"vertical","unique-opened":t.uniqueOpened,onSelect:o[0]||(o[0]=c=>i.$emit("select"))}),{default:Oe(()=>[(L(!0),G(Vt,null,Iu(t.routes,c=>(L(),Ue(UTe,{key:c.path,route:c,"route-path":c.path,"popper-class":N(r)},null,8,["route","route-path","popper-class"]))),128))]),_:1},16,["default-active","collapse","unique-opened"])]),_:1})],6)}}}),HTe=Io(VTe,[["__scopeId","data-v-9e48e026"]]),GTe=U({__name:"side",setup(t){const e=Cl(),a=X(()=>e.isMobile?!1:e.isCollapsed),n=Ws(),r=X(()=>n.sideTheme),i=Vd(),o=X(()=>i.routes),l=X(()=>r.value=="dark"?{"--side-dark-color":n.sideDarkColor}:""),s=X(()=>({backgroundColor:r.value=="dark"?n.sideDarkColor:"",textColor:r.value=="dark"?"var(--el-color-white)":"",activeTextColor:r.value=="dark"?"var(--el-color-white)":""})),c=()=>{e.isMobile&&e.toggleCollapsed(!0)};return(u,d)=>(L(),G("div",{class:"side",style:na(N(l))},[N(n).showLogo?(L(),Ue(BTe,{key:0,"show-title":!N(a),theme:N(r)},null,8,["show-title","theme"])):$e("",!0),pe(HTe,{routes:N(o),"is-collapsed":N(a),width:N(n).sideWidth,"unique-opened":N(n).isUniqueOpened,config:N(s),theme:N(r),onSelect:c},null,8,["routes","is-collapsed","width","unique-opened","config","theme"])],4))}}),yx=Io(GTe,[["__scopeId","data-v-a571d29a"]]),YTe={class:"sidebar h-full"},qTe=U({__name:"index",setup(t){const e=Cl(),a=Ws(),n=X(()=>e.isMobile),r=X({get(){return!e.isCollapsed&&n.value},set(o){e.toggleCollapsed(!o)}}),i=X(()=>`${a.sideWidth+1}px`);return(o,l)=>{const s=aY;return L(),G("aside",YTe,[pe(s,{modelValue:N(r),"onUpdate:modelValue":l[0]||(l[0]=c=>ea(r)?r.value=c:null),direction:"ltr",size:N(i),title:"主题设置","with-header":!1},{default:Oe(()=>[pe(yx)]),_:1},8,["modelValue","size"]),Da(pe(yx,null,null,512),[[rn,!N(n)]])])}}}),$Te=Io(qTe,[["__scopeId","data-v-ceedff60"]]),WTe={class:"layout-default flex h-screen w-full"},KTe={class:"app-aside"},QTe={class:"flex-1 flex flex-col min-w-0"},XTe={class:"app-header"},ZTe={class:"app-main flex-1 min-h-0"},jTe=U({__name:"index",setup(t){return(e,a)=>(L(),G("div",WTe,[D("div",KTe,[pe($Te)]),D("div",QTe,[D("div",XTe,[pe(OTe)]),D("div",ZTe,[pe(MTe)])])]))}}),P3=()=>Promise.resolve(jTe),p9=Symbol(),JTe=[{path:"/:pathMatch(.*)*",component:()=>J(()=>import("./404-D8X_iIAi.js"),__vite__mapDeps([0,1,2]))},{path:Sr.ERROR_403,component:()=>J(()=>import("./403-DE9gZwKO.js"),__vite__mapDeps([3,1,2]))},{path:Sr.LOGIN,component:()=>J(()=>import("./login-CU5WaGHl.js"),__vite__mapDeps([4,5,6,7,8,9,10,11,12,13]))},{path:"/user",component:P3,children:[{path:"setting",component:()=>J(()=>import("./setting-g_f7q9aQ.js"),__vite__mapDeps([14,15,16,17,18,9,10,7,11,19,20,21,22,23,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,13])),name:Symbol(),meta:{title:"个人设置"}}]},{path:"/decoration/pc_details",component:()=>J(()=>import("./pc_details-BmEDw7mz.js"),__vite__mapDeps([53,17,18,54,55,56,57,58,5,6,7,8,59,60,9,10,11,61,62,63,13,64,65,66,67,68,69,70,36,37,71,20,21,22,72,73,24,25,26,27,28,29,30,31,32,33,34,35,74,46,75,76,77,39,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150]))},{path:"/setting",component:P3,children:[{path:"system/task/edit",component:()=>J(()=>import("./edit-ti9U-IJU.js"),__vite__mapDeps([151,33,29,7,6,5,8,11,34,35,9,10,17,18,152,153,154,15,16,63,13,32,65])),meta:{title:"新增任务",activeMenu:"/setting/system/task"}}]}],Tx={path:Sr.INDEX,component:P3,name:p9},gy=Object.assign({"/src/views/account/login.vue":()=>J(()=>import("./login-CU5WaGHl.js"),__vite__mapDeps([4,5,6,7,8,9,10,11,12,13])),"/src/views/application/recharge/index.vue":()=>J(()=>import("./index-Cvs_oYZH.js"),__vite__mapDeps([155,17,18,9,10,7,11,156,15,16,63,157,13,64,65])),"/src/views/application/service/index.vue":()=>J(()=>import("./index-f8RUtf9o.js"),__vite__mapDeps([158,17,18,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,156,15,16,63,159,13,64,65])),"/src/views/business/apply/list.vue":()=>J(()=>import("./list-Cf2e46g6.js"),__vite__mapDeps([160,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,161,162,163,77,164,9,10,165,46,166,13])),"/src/views/business/bond/components/pop.vue":()=>J(()=>import("./pop-C_s_pGHF.js"),__vite__mapDeps([167,168,9,10,7,11,20,21,22,13])),"/src/views/business/bond/list.vue":()=>J(()=>import("./list-DFhdHe2O.js"),__vite__mapDeps([169,17,18,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,168,9,10,20,21,22,13,46])),"/src/views/business/examine/components/rejectPop.vue":()=>J(()=>import("./rejectPop-B2xoOdhL.js"),__vite__mapDeps([170,171,20,21,22])),"/src/views/business/examine/edit.vue":()=>J(()=>import("./edit-ByN3atoq.js"),__vite__mapDeps([172,25,26,27,6,7,28,29,30,9,10,11,17,18,152,153,165,173,174,75,15,16,100,36,37,51,20,21,22,33,5,8,34,35,74,24,31,32,46,39,101,13,175,176,76,63,77,78,65,171,177,64])),"/src/views/business/improve_info/list.vue":()=>J(()=>import("./list-DpzJ8iyc.js"),__vite__mapDeps([178,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,161,162,163,77,164,9,10,173,46,166,13])),"/src/views/business/list/components/deposit-adjust.vue":()=>J(()=>import("./deposit-adjust-CzE4V1Se.js"),__vite__mapDeps([179,180,9,10,7,11,165,20,21,22,63,13,64,65])),"/src/views/business/list/components/money-adjust.vue":()=>J(()=>import("./money-adjust-BYF7Dzto.js"),__vite__mapDeps([181,182,9,10,7,11,165,20,21,22,63,13,64,65])),"/src/views/business/list/edit.vue":()=>J(()=>import("./edit-B_pt7xoG.js"),__vite__mapDeps([183,25,26,27,6,7,28,29,30,19,20,21,22,23,24,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,17,18,152,153,165,75,15,16,100,74,101,13,180,63,64,65,182,176,76,77,78,175,184])),"/src/views/business/list/index.vue":()=>J(()=>import("./index-VI2pj-se.js"),__vite__mapDeps([185,33,29,7,6,5,8,11,34,35,17,18,161,162,163,77,164,25,26,27,28,30,9,10,165,24,31,32,46,48,186,49,13])),"/src/views/business/project/component/base-setup.vue":()=>J(()=>import("./base-setup-CD1N3iby.js"),__vite__mapDeps([187,188,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,174,75,63,76,77,78,65,64])),"/src/views/business/project/component/goods-detail.vue":()=>J(()=>import("./goods-detail-DQ_VTx41.js"),__vite__mapDeps([189,9,10,7,11,190,19,20,21,22,23,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,191,192])),"/src/views/business/project/component/price-stock.vue":()=>J(()=>import("./price-stock-CMenQFem.js"),__vite__mapDeps([193,194,9,10,7,11])),"/src/views/business/project/component/rejectPop.vue":()=>J(()=>import("./rejectPop-DhMDFNJH.js"),__vite__mapDeps([195,196,20,21,22])),"/src/views/business/project/component/sales-setup.vue":()=>J(()=>import("./sales-setup-D4BbeA0P.js"),__vite__mapDeps([197,198,9,10,7,11,63,64,65])),"/src/views/business/project/component/specifications.vue":()=>J(()=>import("./specifications-JVnoqA_z.js"),__vite__mapDeps([199,33,29,7,6,5,8,11,34,35,41,25,26,27,28,30,42,43,32,19,20,21,22,23,24,31,36,37,38,39,10,40,44,45,46,47,48,49,50,51,52,9,200])),"/src/views/business/project/examine.vue":()=>J(()=>import("./examine-M1PTdKe8.js"),__vite__mapDeps([201,15,16,17,18,152,153,202,188,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,174,75,63,76,77,78,65,64,189,190,191,192,194,196,198,13])),"/src/views/business/project/index.vue":()=>J(()=>import("./index-C43Zue12.js"),__vite__mapDeps([203,33,29,7,6,5,8,11,34,35,17,18,161,162,163,77,164,9,10,202,75,24,25,26,27,28,30,31,32,154,46,76,63,39,48,204,49,13,78,65,22])),"/src/views/business/skill/components/pop.vue":()=>J(()=>import("./pop-CzMTRE-7.js"),__vite__mapDeps([205,206,9,10,7,11,207,20,21,22,13])),"/src/views/business/skill/list.vue":()=>J(()=>import("./list-HS1OJ4Ha.js"),__vite__mapDeps([208,17,18,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,207,46,206,9,10,20,21,22,13])),"/src/views/channel/h5.vue":()=>J(()=>import("./h5-C6dtopK0.js"),__vite__mapDeps([209,15,16,9,10,7,11,17,18,114,115,63,13,64,65])),"/src/views/channel/open_setting.vue":()=>J(()=>import("./open_setting-TvQtNPpL.js"),__vite__mapDeps([210,15,16,9,10,7,11,17,18,114,115,13])),"/src/views/channel/weapp.vue":()=>J(()=>import("./weapp-BJrkUa6v.js"),__vite__mapDeps([211,15,16,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,17,18,114,115,212,13])),"/src/views/channel/wx_oa/config.vue":()=>J(()=>import("./config-D6YkxL4o.js"),__vite__mapDeps([213,15,16,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,17,18,114,115,214,63,13,64,65])),"/src/views/channel/wx_oa/menu.vue":()=>J(()=>import("./menu-CfmfCs6A.js"),__vite__mapDeps([215,15,16,17,18,114,115,216,36,37,20,21,22,217,9,10,7,11,218,214,63,13,64,65,219,220,221])),"/src/views/channel/wx_oa/menu_com/oa-attr.vue":()=>J(()=>import("./oa-attr-SUaRSQ-a.js"),__vite__mapDeps([216,36,37,20,21,22,217,9,10,7,11,218,214,63,13,64,65,219])),"/src/views/channel/wx_oa/menu_com/oa-menu-form-edit.vue":()=>J(()=>import("./oa-menu-form-edit-KlLH5dTG.js"),__vite__mapDeps([222,219,20,21,22,217,9,10,7,11,218,214,63,13,64,65])),"/src/views/channel/wx_oa/menu_com/oa-menu-form.vue":()=>J(()=>import("./oa-menu-form-CtR41_Oj.js"),__vite__mapDeps([223,217,9,10,7,11,218,214,63,13,64,65])),"/src/views/channel/wx_oa/menu_com/oa-phone.vue":()=>J(()=>import("./oa-phone-vrgTmiYE.js"),__vite__mapDeps([220,218,214,221])),"/src/views/channel/wx_oa/reply/default_reply.vue":()=>J(()=>import("./default_reply-DXupoZh8.js"),__vite__mapDeps([224,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,114,115,214,46,225,9,10,20,21,22,63,13,64,65])),"/src/views/channel/wx_oa/reply/edit.vue":()=>J(()=>import("./edit-DyUEE5gG.js"),__vite__mapDeps([226,225,9,10,7,11,214,20,21,22,63,13,64,65])),"/src/views/channel/wx_oa/reply/follow_reply.vue":()=>J(()=>import("./follow_reply-RKF7htkQ.js"),__vite__mapDeps([227,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,114,115,214,46,225,9,10,20,21,22,63,13,64,65])),"/src/views/channel/wx_oa/reply/keyword_reply.vue":()=>J(()=>import("./keyword_reply-B6DuIb-q.js"),__vite__mapDeps([228,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,114,115,214,46,225,9,10,20,21,22,63,13,64,65])),"/src/views/consumer/components/account-adjust.vue":()=>J(()=>import("./account-adjust-D-SNE1Z5.js"),__vite__mapDeps([229,230,9,10,7,11,20,21,22,63,13,64,65])),"/src/views/consumer/components/popover-user.vue":()=>J(()=>import("./popover-user-ygZrruEM.js"),__vite__mapDeps([231,25,26,27,6,7,28,29,30,42,43,32])),"/src/views/consumer/lists/detail.vue":()=>J(()=>import("./detail-DK5bVqoM.js"),__vite__mapDeps([232,9,10,7,11,17,18,152,153,41,25,26,27,6,28,29,30,42,43,32,231,230,20,21,22,63,13,64,65,233])),"/src/views/consumer/lists/index.vue":()=>J(()=>import("./index--KwqfF5d.js"),__vite__mapDeps([234,33,29,7,6,5,8,11,34,35,17,18,25,26,27,28,30,161,162,163,77,164,9,10,24,31,32,46,48,186,49,13])),"/src/views/decorate/component/add-nav.vue":()=>J(()=>import("./add-nav-DVA6bqLL.js"),__vite__mapDeps([235,95,36,37,9,10,7,11,71,20,21,22,72,73,63,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,74,46,75,76,77,39,64,65,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52])),"/src/views/decorate/component/attritube-tabs.vue":()=>J(()=>import("./attritube-tabs-VsQmWPWs.js"),__vite__mapDeps([61,62])),"/src/views/decorate/component/decoration-img.vue":()=>J(()=>import("./decoration-img-VBrsWzRG.js"),__vite__mapDeps([81,82,67,83])),"/src/views/decorate/component/pages/attr-setting.vue":()=>J(()=>import("./attr-setting-6-JS1qzZ.js"),__vite__mapDeps([236,237,56,57,58,5,6,7,8,17,18,59,60,9,10,11,61,62,63,13,64,65,66,67,68,69,70,36,37,71,20,21,22,72,73,24,25,26,27,28,29,30,31,32,33,34,35,74,46,75,76,77,39,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148])),"/src/views/decorate/component/pages/menu.vue":()=>J(()=>import("./menu-CJHY-1h5.js"),__vite__mapDeps([238,239])),"/src/views/decorate/component/pages/preview-pc.vue":()=>J(()=>import("./preview-pc-Dy7roTYH.js"),__vite__mapDeps([55,56,57,58,5,6,7,8,17,18,59,60,9,10,11,61,62,63,13,64,65,66,67,68,69,70,36,37,71,20,21,22,72,73,24,25,26,27,28,29,30,31,32,33,34,35,74,46,75,76,77,39,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149])),"/src/views/decorate/component/pages/preview.vue":()=>J(()=>import("./preview-N5BZpYUk.js"),__vite__mapDeps([240,56,57,58,5,6,7,8,17,18,59,60,9,10,11,61,62,63,13,64,65,66,67,68,69,70,36,37,71,20,21,22,72,73,24,25,26,27,28,29,30,31,32,33,34,35,74,46,75,76,77,39,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,241])),"/src/views/decorate/component/tabbar/mobile/attr.vue":()=>J(()=>import("./attr-BrWGTLCn.js"),__vite__mapDeps([242,243,17,18,58,36,37,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78,9,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,13])),"/src/views/decorate/component/tabbar/mobile/content.vue":()=>J(()=>import("./content-ByQ6Mn--.js"),__vite__mapDeps([244,81,82,67,83,245])),"/src/views/decorate/component/tabbar/pc/attr.vue":()=>J(()=>import("./attr-1q8JWS5d.js"),__vite__mapDeps([246,247,36,37,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78,9,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,13])),"/src/views/decorate/component/tabbar/pc/content.vue":()=>J(()=>import("./content-De1fGliN.js"),__vite__mapDeps([248,81,82,67,83,249])),"/src/views/decorate/component/tabbar/pc/menu-set.vue":()=>J(()=>import("./menu-set-B3bz_oRM.js"),__vite__mapDeps([250,247,36,37,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78,9,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52])),"/src/views/decorate/component/widgets/area-goods/attr.vue":()=>J(()=>import("./attr-CoZFcu_8.js"),__vite__mapDeps([251,57,58,5,6,7,8,17,18,59,60,9,10,11,61,62,63,13,64,65])),"/src/views/decorate/component/widgets/area-goods/content.vue":()=>J(()=>import("./content-DLscAVQh.js"),__vite__mapDeps([66,67,68,69])),"/src/views/decorate/component/widgets/banner/attr.vue":()=>J(()=>import("./attr-C-hsD6jA.js"),__vite__mapDeps([70,59,60,58,36,37,9,10,7,11,71,20,21,22,72,73,63,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,74,46,75,76,77,39,64,65,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,17,18,61,62,79,13])),"/src/views/decorate/component/widgets/banner/content.vue":()=>J(()=>import("./content-CDV4avI5.js"),__vite__mapDeps([252,80,81,82,67,83,68,84,85])),"/src/views/decorate/component/widgets/banner/indicator.vue":()=>J(()=>import("./indicator-C4LgzwPB.js"),__vite__mapDeps([84,85])),"/src/views/decorate/component/widgets/coach-home/attr.vue":()=>J(()=>import("./attr-wSIllUQF.js"),[]),"/src/views/decorate/component/widgets/coach-home/content.vue":()=>J(()=>import("./content-ZYsm9JA1.js"),__vite__mapDeps([253,87,82,67,83])),"/src/views/decorate/component/widgets/coach-user-banner/attr.vue":()=>J(()=>import("./attr-DRSQm-wq.js"),__vite__mapDeps([254,88,17,18,36,37,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78,9,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,61,62,13])),"/src/views/decorate/component/widgets/coach-user-banner/content.vue":()=>J(()=>import("./content-Da0vdG-l.js"),__vite__mapDeps([255,89,81,82,67,83])),"/src/views/decorate/component/widgets/coach-user-info/attr.vue":()=>J(()=>import("./attr-BkpT1m2z.js"),__vite__mapDeps([256,90,17,18,5,6,7,8,9,10,11,61,62,63,13,91,64,65])),"/src/views/decorate/component/widgets/coach-user-info/content.vue":()=>J(()=>import("./content-CoUVnK0G.js"),__vite__mapDeps([92,93])),"/src/views/decorate/component/widgets/coach-user-service/attr.vue":()=>J(()=>import("./attr-TnX2OxLU.js"),__vite__mapDeps([257,94,17,18,9,10,7,11,95,36,37,71,20,21,22,72,73,63,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,74,46,75,76,77,39,64,65,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,61,62,13])),"/src/views/decorate/component/widgets/coach-user-service/content.vue":()=>J(()=>import("./content-lKU-2zb0.js"),__vite__mapDeps([258,96,81,82,67,83])),"/src/views/decorate/component/widgets/goods-comment/attr.vue":()=>J(()=>import("./attr-CeuJJ75c.js"),__vite__mapDeps([259,97,17,18,9,10,7,11,59,60,61,62,13])),"/src/views/decorate/component/widgets/goods-comment/content.vue":()=>J(()=>import("./content-dB6TvpqC.js"),[]),"/src/views/decorate/component/widgets/goods-group/attr.vue":()=>J(()=>import("./attr-EssbS9kW.js"),__vite__mapDeps([260,99,58,5,6,7,8,17,18,59,60,36,37,20,21,22,33,29,11,34,35,9,10,74,24,25,26,27,28,30,31,32,46,39,72,73,44,45,51,100,101,13,63,102,64,65,78,49,40,50,43,52])),"/src/views/decorate/component/widgets/goods-group/content.vue":()=>J(()=>import("./content-B8O7lGcQ.js"),__vite__mapDeps([103,67,104])),"/src/views/decorate/component/widgets/goods-info/attr.vue":()=>J(()=>import("./attr-CoOqUH4Z.js"),[]),"/src/views/decorate/component/widgets/goods-info/content.vue":()=>J(()=>import("./content-CKHG49Xg.js"),[]),"/src/views/decorate/component/widgets/middle-banner/attr.vue":()=>J(()=>import("./attr-DPYsRgsi.js"),__vite__mapDeps([261,107,17,18,36,37,9,10,7,11,71,20,21,22,72,73,63,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,74,46,75,76,77,39,64,65,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,13])),"/src/views/decorate/component/widgets/middle-banner/content.vue":()=>J(()=>import("./content-Cd6tqA0-.js"),__vite__mapDeps([262,108,81,82,67,83])),"/src/views/decorate/component/widgets/nav/attr.vue":()=>J(()=>import("./attr-KTYpR6hJ.js"),__vite__mapDeps([263,109,59,60,58,9,10,7,11,25,26,27,6,28,29,30,17,18,95,36,37,71,20,21,22,72,73,63,24,31,32,33,5,8,34,35,74,46,75,76,77,39,64,65,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,61,62,13])),"/src/views/decorate/component/widgets/nav/content.vue":()=>J(()=>import("./content-DC_SlPmm.js"),__vite__mapDeps([264,110,81,82,67,83,68])),"/src/views/decorate/component/widgets/page-meta/attr.vue":()=>J(()=>import("./attr-5wHMxJXA.js"),__vite__mapDeps([265,111,17,18,58,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,63,13,64,65])),"/src/views/decorate/component/widgets/page-meta/content.vue":()=>J(()=>import("./content-BIRQZF3t.js"),[]),"/src/views/decorate/component/widgets/pc-banner/content.vue":()=>J(()=>import("./content-BtuCQc05.js"),__vite__mapDeps([266,113,36,37,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,114,115])),"/src/views/decorate/component/widgets/rubik/attr.vue":()=>J(()=>import("./attr-DB1wuOIG.js"),__vite__mapDeps([116,59,60,9,10,7,11,58,71,20,21,22,72,73,63,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,74,46,75,76,77,39,64,65,78,19,23,36,37,38,40,41,42,43,44,45,47,48,49,50,51,52,17,18,117,118,119,120,61,62,121,13])),"/src/views/decorate/component/widgets/rubik/content.vue":()=>J(()=>import("./content-BBTIIy68.js"),__vite__mapDeps([122,68,123])),"/src/views/decorate/component/widgets/rubik/cube-layout.vue":()=>J(()=>import("./cube-layout-DinwQA0P.js"),__vite__mapDeps([119,120])),"/src/views/decorate/component/widgets/rubik/style-chose.vue":()=>J(()=>import("./style-chose-_X6kCvaJ.js"),__vite__mapDeps([117,118])),"/src/views/decorate/component/widgets/search/attr.vue":()=>J(()=>import("./attr-r-u9Lo-K.js"),__vite__mapDeps([267,124,59,60,58,9,10,7,11,17,18,61,62,63,13,64,65])),"/src/views/decorate/component/widgets/search/content.vue":()=>J(()=>import("./content-Bi3sFd_N.js"),__vite__mapDeps([125,68,126])),"/src/views/decorate/component/widgets/shop-home/attr.vue":()=>J(()=>import("./attr-CUuBvUSz.js"),[]),"/src/views/decorate/component/widgets/shop-home/content.vue":()=>J(()=>import("./content-BsGSKveW.js"),__vite__mapDeps([268,128,82,67,83])),"/src/views/decorate/component/widgets/shop-user-banner/attr.vue":()=>J(()=>import("./attr-COKbGC4D.js"),__vite__mapDeps([269,129,17,18,36,37,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78,9,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,61,62,13])),"/src/views/decorate/component/widgets/shop-user-banner/content.vue":()=>J(()=>import("./content-CW5ZRoun.js"),__vite__mapDeps([270,130,81,82,67,83])),"/src/views/decorate/component/widgets/shop-user-info/attr.vue":()=>J(()=>import("./attr-SzERYtIg.js"),__vite__mapDeps([271,131,17,18,5,6,7,8,9,10,11,61,62,63,13,91,64,65])),"/src/views/decorate/component/widgets/shop-user-info/content.vue":()=>J(()=>import("./content-BCJsUuZV.js"),__vite__mapDeps([132,133])),"/src/views/decorate/component/widgets/shop-user-service/attr.vue":()=>J(()=>import("./attr-fiegnA1e.js"),__vite__mapDeps([272,134,17,18,9,10,7,11,95,36,37,71,20,21,22,72,73,63,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,74,46,75,76,77,39,64,65,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,61,62,13])),"/src/views/decorate/component/widgets/shop-user-service/content.vue":()=>J(()=>import("./content-CUyFq-gp.js"),__vite__mapDeps([273,135,81,82,67,83])),"/src/views/decorate/component/widgets/title-bar/attr.vue":()=>J(()=>import("./attr-DcSON7Po.js"),__vite__mapDeps([274,136,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78,17,18,59,60,58,9,44,45,51,61,62,13,37,49,40,50,43,52])),"/src/views/decorate/component/widgets/title-bar/content.vue":()=>J(()=>import("./content-CoUSiEx7.js"),__vite__mapDeps([137,68,138])),"/src/views/decorate/component/widgets/user-banner/attr.vue":()=>J(()=>import("./attr-DxMkGV2p.js"),__vite__mapDeps([275,139,17,18,36,37,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78,9,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,61,62,13])),"/src/views/decorate/component/widgets/user-banner/content.vue":()=>J(()=>import("./content-_LtuYlb3.js"),__vite__mapDeps([276,140,81,82,67,83])),"/src/views/decorate/component/widgets/user-info/attr.vue":()=>J(()=>import("./attr-BEgkZsma.js"),__vite__mapDeps([277,141,17,18,5,6,7,8,9,10,11,61,62,63,13,91,64,65])),"/src/views/decorate/component/widgets/user-info/content.vue":()=>J(()=>import("./content-0IjQ7RNK.js"),__vite__mapDeps([142,143])),"/src/views/decorate/component/widgets/user-order/attr.vue":()=>J(()=>import("./attr-DluzDdCO.js"),__vite__mapDeps([278,144,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,17,18,9,72,73,61,62,13,64,65,78])),"/src/views/decorate/component/widgets/user-order/content.vue":()=>J(()=>import("./content-CltzE-i8.js"),__vite__mapDeps([145,81,82,67,83,146])),"/src/views/decorate/component/widgets/user-service/attr.vue":()=>J(()=>import("./attr-IZPjs8Ls.js"),__vite__mapDeps([279,147,17,18,9,10,7,11,95,36,37,71,20,21,22,72,73,63,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,74,46,75,76,77,39,64,65,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,61,62,13])),"/src/views/decorate/component/widgets/user-service/content.vue":()=>J(()=>import("./content-Db372W71.js"),__vite__mapDeps([280,148,81,82,67,83])),"/src/views/decorate/component/widgets/widget-root.vue":()=>J(()=>import("./widget-root-gXYgGgsy.js"),__vite__mapDeps([281,68])),"/src/views/decorate/pages/coach.vue":()=>J(()=>import("./coach-DjAsOpo3.js"),__vite__mapDeps([282,15,16,17,18,54,237,56,57,58,5,6,7,8,59,60,9,10,11,61,62,63,13,64,65,66,67,68,69,70,36,37,71,20,21,22,72,73,24,25,26,27,28,29,30,31,32,33,34,35,74,46,75,76,77,39,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,238,239,240,241,283])),"/src/views/decorate/pages/shop.vue":()=>J(()=>import("./shop-mRepUiE7.js"),__vite__mapDeps([284,15,16,17,18,54,237,56,57,58,5,6,7,8,59,60,9,10,11,61,62,63,13,64,65,66,67,68,69,70,36,37,71,20,21,22,72,73,24,25,26,27,28,29,30,31,32,33,34,35,74,46,75,76,77,39,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,238,239,240,241,285])),"/src/views/decorate/pages/user.vue":()=>J(()=>import("./user-HTVL8ymQ.js"),__vite__mapDeps([286,15,16,17,18,54,237,56,57,58,5,6,7,8,59,60,9,10,11,61,62,63,13,64,65,66,67,68,69,70,36,37,71,20,21,22,72,73,24,25,26,27,28,29,30,31,32,33,34,35,74,46,75,76,77,39,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,238,239,240,241,287])),"/src/views/decorate/pc_details.vue":()=>J(()=>import("./pc_details-BmEDw7mz.js"),__vite__mapDeps([53,17,18,54,55,56,57,58,5,6,7,8,59,60,9,10,11,61,62,63,13,64,65,66,67,68,69,70,36,37,71,20,21,22,72,73,24,25,26,27,28,29,30,31,32,33,34,35,74,46,75,76,77,39,78,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150])),"/src/views/decorate/style/components/mobile-style.vue":()=>J(()=>import("./mobile-style-oV9ZpaJJ.js"),__vite__mapDeps([288,289,9,10,7,11,290,291,13])),"/src/views/decorate/style/components/theme-picker.vue":()=>J(()=>import("./theme-picker-DZE-fkWX.js"),__vite__mapDeps([290,291])),"/src/views/decorate/style/style.vue":()=>J(()=>import("./style-BxajMt3E.js"),__vite__mapDeps([292,15,16,17,18,289,9,10,7,11,290,291,13])),"/src/views/decorate/tabbar.vue":()=>J(()=>import("./tabbar-B0lIw0Eh.js"),__vite__mapDeps([293,15,16,17,18,54,238,239,243,58,36,37,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78,9,19,23,38,40,41,42,43,44,45,47,48,49,50,51,52,13,244,81,82,67,83,245,294])),"/src/views/dev_tools/code/edit.vue":()=>J(()=>import("./edit-Bk52RWuG.js"),__vite__mapDeps([295,15,16,25,26,27,6,7,28,29,30,5,8,296,47,297,33,11,34,35,9,10,17,18,152,153,298,299,300,63,13,32,50,64,65])),"/src/views/dev_tools/code/index.vue":()=>J(()=>import("./index-iwBRmtXl.js"),__vite__mapDeps([301,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,9,10,298,46,302,20,21,22,13,303])),"/src/views/dev_tools/components/code-preview.vue":()=>J(()=>import("./code-preview-P776duBT.js"),__vite__mapDeps([304,303,21])),"/src/views/dev_tools/components/data-table.vue":()=>J(()=>import("./data-table-BdL4wRtX.js"),__vite__mapDeps([305,302,33,29,7,6,5,8,11,34,35,9,10,20,21,22,24,25,26,27,28,30,31,32,46,298,13])),"/src/views/error/403.vue":()=>J(()=>import("./403-DE9gZwKO.js"),__vite__mapDeps([3,1,2])),"/src/views/error/404.vue":()=>J(()=>import("./404-D8X_iIAi.js"),__vite__mapDeps([0,1,2])),"/src/views/error/components/error.vue":()=>J(()=>import("./error-Dd7G-K3f.js"),__vite__mapDeps([1,2])),"/src/views/finance/balance/index.vue":()=>J(()=>import("./index-yfN46-ko.js"),__vite__mapDeps([306,33,29,7,6,5,8,11,34,35,17,18,161,162,163,77,164,25,26,27,28,30,9,10,114,115,24,31,32,46,307,13])),"/src/views/finance/center/index.vue":()=>J(()=>import("./index-CJuEDAtm.js"),__vite__mapDeps([308,17,18,309,310])),"/src/views/finance/master_worker/bond.vue":()=>J(()=>import("./bond-CSxsai-3.js"),__vite__mapDeps([311,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,161,162,163,77,164,9,10,312,46,13])),"/src/views/finance/master_worker/cash_out/components/log-form.vue":()=>J(()=>import("./log-form-DxhQQ5BI.js"),__vite__mapDeps([313,33,29,7,6,5,8,11,34,35,314,20,21,22,48,26,315,32,49])),"/src/views/finance/master_worker/cash_out/components/transfer.vue":()=>J(()=>import("./transfer-CTrEtZLm.js"),__vite__mapDeps([316,317,20,21,22,309])),"/src/views/finance/master_worker/cash_out/components/verify.vue":()=>J(()=>import("./verify-DBIlrWqj.js"),__vite__mapDeps([318,319,20,21,22,309])),"/src/views/finance/master_worker/cash_out/index.vue":()=>J(()=>import("./index-D2QH3FQR.js"),__vite__mapDeps([320,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,321,322,17,18,161,162,163,77,164,9,10,114,115,309,46,48,49,13])),"/src/views/finance/master_worker/cash_out/out_detail.vue":()=>J(()=>import("./out_detail-D8O_w5cT.js"),__vite__mapDeps([323,9,10,7,11,17,18,152,153,309,15,16,19,20,21,22,23,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,319,317,324,13])),"/src/views/finance/master_worker/commission.vue":()=>J(()=>import("./commission-VJyEXwkC.js"),__vite__mapDeps([325,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,161,162,163,77,164,9,10,312,46,13])),"/src/views/finance/recharge/index.vue":()=>J(()=>import("./index-JJgq7g-X.js"),__vite__mapDeps([326,33,29,7,6,5,8,11,34,35,17,18,161,162,163,77,164,25,26,27,28,30,9,10,114,115,24,31,32,46,327,13])),"/src/views/finance/record/components/log-form.vue":()=>J(()=>import("./log-form-TXOrJYrP.js"),__vite__mapDeps([328,33,29,7,6,5,8,11,34,35,314,20,21,22,48,26,329,32,49])),"/src/views/finance/record/index.vue":()=>J(()=>import("./index-BNhHdypZ.js"),__vite__mapDeps([330,33,29,7,6,5,8,11,34,35,20,21,22,161,162,163,77,164,25,26,27,28,30,9,10,17,18,314,24,31,32,46,328,48,329,49,331,13])),"/src/views/finance/shop/bond.vue":()=>J(()=>import("./bond-PLgGpRZ7.js"),__vite__mapDeps([332,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,161,162,163,77,164,9,10,333,46,13])),"/src/views/finance/shop/cash_out/components/log-form.vue":()=>J(()=>import("./log-form-DtSUR7mE.js"),__vite__mapDeps([334,33,29,7,6,5,8,11,34,35,314,20,21,22,48,26,335,32,49])),"/src/views/finance/shop/cash_out/components/transfer.vue":()=>J(()=>import("./transfer-Dwox2Y0n.js"),__vite__mapDeps([336,337,20,21,22,309])),"/src/views/finance/shop/cash_out/components/verify.vue":()=>J(()=>import("./verify-BSxR8ZGz.js"),__vite__mapDeps([338,339,20,21,22,309])),"/src/views/finance/shop/cash_out/index.vue":()=>J(()=>import("./index-CcbnTCeK.js"),__vite__mapDeps([340,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,321,322,17,18,161,162,163,77,164,9,10,114,115,309,46,48,49,13])),"/src/views/finance/shop/cash_out/shop_out_detail.vue":()=>J(()=>import("./shop_out_detail-DmTWFd8f.js"),__vite__mapDeps([341,9,10,7,11,17,18,152,153,309,15,16,19,20,21,22,23,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,339,337,342,13])),"/src/views/finance/shop/commission.vue":()=>J(()=>import("./commission-_AuOHpwa.js"),__vite__mapDeps([343,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,161,162,163,77,164,9,10,333,46,13])),"/src/views/master_worker/apply/list.vue":()=>J(()=>import("./list-CWHsDEws.js"),__vite__mapDeps([344,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,161,162,163,77,164,9,10,345,46,166,13])),"/src/views/master_worker/bond/components/pop.vue":()=>J(()=>import("./pop-DtssHcrh.js"),__vite__mapDeps([346,347,9,10,7,11,20,21,22,13])),"/src/views/master_worker/bond/list.vue":()=>J(()=>import("./list-BTIciABu.js"),__vite__mapDeps([348,17,18,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,347,9,10,20,21,22,13,46])),"/src/views/master_worker/examine/components/rejectPop.vue":()=>J(()=>import("./rejectPop-D5kjKtbe.js"),__vite__mapDeps([349,350,20,21,22])),"/src/views/master_worker/examine/edit.vue":()=>J(()=>import("./edit-CZiECoc_.js"),__vite__mapDeps([351,25,26,27,6,7,28,29,30,9,10,11,17,18,152,153,174,345,352,353,176,5,8,76,63,77,39,78,32,65,15,16,100,36,37,51,20,21,22,33,34,35,74,24,31,46,101,13,350,354,64])),"/src/views/master_worker/improve_info/list.vue":()=>J(()=>import("./list-Dm04DOpQ.js"),__vite__mapDeps([355,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,161,162,163,77,164,9,10,352,46,166,13])),"/src/views/master_worker/list/components/deposit-adjust.vue":()=>J(()=>import("./deposit-adjust-DHm8zryi.js"),__vite__mapDeps([356,357,9,10,7,11,174,20,21,22,63,13,64,65])),"/src/views/master_worker/list/components/money-adjust.vue":()=>J(()=>import("./money-adjust-Cs97sBgT.js"),__vite__mapDeps([358,359,9,10,7,11,174,20,21,22,63,13,64,65])),"/src/views/master_worker/list/edit.vue":()=>J(()=>import("./edit-D2QoCQMR.js"),__vite__mapDeps([360,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,17,18,152,153,174,353,176,76,63,77,78,65,15,16,100,74,101,13,357,64,359,175,361])),"/src/views/master_worker/list/index.vue":()=>J(()=>import("./index-CUZknKuo.js"),__vite__mapDeps([362,33,29,7,6,5,8,11,34,35,17,18,161,162,163,77,164,25,26,27,28,30,9,10,174,24,31,32,46,76,63,39,48,186,49,13,78,65])),"/src/views/master_worker/skill/components/pop.vue":()=>J(()=>import("./pop-DwGchuTu.js"),__vite__mapDeps([363,364,9,10,7,11,207,20,21,22,13])),"/src/views/master_worker/skill/list.vue":()=>J(()=>import("./list-DclbeJMv.js"),__vite__mapDeps([365,17,18,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,207,46,364,9,10,20,21,22,13])),"/src/views/material/index.vue":()=>J(()=>import("./index-1prtTkH0.js"),__vite__mapDeps([366,17,18,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,20,21,22,38,39,10,40,41,42,43,44,45,46,47,48,49,50,367])),"/src/views/message/notice/edit.vue":()=>J(()=>import("./edit-D4F_Q7H6.js"),__vite__mapDeps([368,15,16,33,29,7,6,5,8,11,34,35,114,115,9,10,17,18,152,153,369,63,370,13,32,64,65])),"/src/views/message/notice/index.vue":()=>J(()=>import("./index-C3btdddN.js"),__vite__mapDeps([371,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,114,115,369,46,372])),"/src/views/message/short_letter/edit.vue":()=>J(()=>import("./edit-B-E_RfrH.js"),__vite__mapDeps([373,374,9,10,7,11,20,21,22,63,13,64,65])),"/src/views/message/short_letter/index.vue":()=>J(()=>import("./index-DPCf6kCE.js"),__vite__mapDeps([375,17,18,33,29,7,6,5,8,11,34,35,374,9,10,20,21,22,63,13,64,65,26,32])),"/src/views/order/lists/components/assign-coach.vue":()=>J(()=>import("./assign-coach-OTcmunbm.js"),__vite__mapDeps([376,377,9,10,7,11,25,26,27,6,28,29,30,378,20,21,22,13,32])),"/src/views/order/lists/components/operation.vue":()=>J(()=>import("./operation-BpVEOXJ2.js"),__vite__mapDeps([379,9,10,7,11,378,20,21,22,48,13,49,380])),"/src/views/order/lists/components/refund.vue":()=>J(()=>import("./refund-D4Gu5eUW.js"),__vite__mapDeps([381,382,9,10,7,11,20,21,22,378,63,13,64,65])),"/src/views/order/lists/components/refund_lists.vue":()=>J(()=>import("./refund_lists-BnrffvHi.js"),__vite__mapDeps([383,384,33,29,7,6,5,8,11,34,35,20,21,22,378,382,9,10,63,13,64,65,48,49,32])),"/src/views/order/lists/components/remark.vue":()=>J(()=>import("./remark-Dwfg-78L.js"),__vite__mapDeps([385,386,9,10,7,11,378,20,21,22,13])),"/src/views/order/lists/detail.vue":()=>J(()=>import("./detail-B3S0AgCH.js"),__vite__mapDeps([387,33,29,7,6,5,8,11,34,35,9,10,17,18,152,153,378,377,25,26,27,28,30,20,21,22,13,32,386,384,382,63,64,65,48,49,42,388,43,380])),"/src/views/order/lists/index.vue":()=>J(()=>import("./index-CefUH7xD.js"),__vite__mapDeps([389,33,29,7,6,5,8,11,34,35,17,18,161,162,163,77,164,25,26,27,28,30,9,10,378,24,31,32,154,46,377,20,21,22,13,386,384,382,63,64,65,48,49,42,390,43,380])),"/src/views/order/subscribe/components/subscribe-form.vue":()=>J(()=>import("./subscribe-form-BiCBGhyB.js"),__vite__mapDeps([391,392,9,10,7,11,20,21,22,48,162,163,6,34,28,393,13,49])),"/src/views/order/subscribe/index.vue":()=>J(()=>import("./index-Daz0fkEH.js"),__vite__mapDeps([394,17,18,33,29,7,6,5,8,11,34,35,9,10,392,20,21,22,48,162,163,28,393,13,49,15,16,46,41,25,26,27,30,42,43,32,395])),"/src/views/organization/department/edit.vue":()=>J(()=>import("./edit-DIyDQk84.js"),__vite__mapDeps([396,397,9,10,7,11,25,26,27,6,28,29,30,5,8,296,47,297,398,20,21,22,13,32,50])),"/src/views/organization/department/index.vue":()=>J(()=>import("./index-Cw-CTZ6c.js"),__vite__mapDeps([399,33,29,7,6,5,8,11,34,35,17,18,25,26,27,28,30,9,10,397,296,47,297,398,20,21,22,13,32,50,400])),"/src/views/organization/post/edit.vue":()=>J(()=>import("./edit-CYTbMI1w.js"),__vite__mapDeps([401,402,9,10,7,11,403,20,21,22,13])),"/src/views/organization/post/index.vue":()=>J(()=>import("./index-02wkV5xJ.js"),__vite__mapDeps([404,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,9,10,403,46,402,20,21,22,13,405])),"/src/views/permission/admin/edit.vue":()=>J(()=>import("./edit-CZDXMSq9.js"),__vite__mapDeps([406,407,25,26,27,6,7,28,29,30,5,8,296,47,297,19,20,21,22,23,24,31,32,33,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,48,49,50,51,52,9,408,398,403,13])),"/src/views/permission/admin/index.vue":()=>J(()=>import("./index-C3bOnuKF.js"),__vite__mapDeps([409,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,9,10,407,296,47,297,19,20,21,22,23,36,37,38,39,40,41,42,43,44,45,46,48,49,50,51,52,408,398,403,13])),"/src/views/permission/menu/edit.vue":()=>J(()=>import("./edit-Coy272vf.js"),__vite__mapDeps([410,411,412,42,43,25,26,27,6,7,28,29,30,5,8,296,47,297,9,10,11,300,20,21,22,63,413,13,32,50,64,65])),"/src/views/permission/menu/index.vue":()=>J(()=>import("./index-bEfPI447.js"),__vite__mapDeps([414,17,18,33,29,7,6,5,8,11,34,35,300,46,411,412,42,43,25,26,27,28,30,296,47,297,9,10,20,21,22,63,413,13,32,50,64,65])),"/src/views/permission/role/auth.vue":()=>J(()=>import("./auth-HnI9RZkY.js"),__vite__mapDeps([415,416,9,10,7,11,5,6,8,408,300,20,21,22,47,27,13,50])),"/src/views/permission/role/edit.vue":()=>J(()=>import("./edit-BI9HonG0.js"),__vite__mapDeps([417,418,9,10,7,11,408,20,21,22,13])),"/src/views/permission/role/index.vue":()=>J(()=>import("./index-lT0gmLhr.js"),__vite__mapDeps([419,17,18,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,408,46,418,9,10,20,21,22,13,416,300,47,50])),"/src/views/service/category/components/category-form.vue":()=>J(()=>import("./category-form-VRg64n-1.js"),__vite__mapDeps([420,5,6,7,8,9,10,11,75,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,63,76,77,421,13,78,65])),"/src/views/service/category/edit.vue":()=>J(()=>import("./edit-Clt11Cah.js"),__vite__mapDeps([422,5,6,7,8,9,10,11,17,18,152,153,75,15,16,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,63,76,77,423,13,78,65])),"/src/views/service/category/index.vue":()=>J(()=>import("./index-BjZE68EJ.js"),__vite__mapDeps([424,33,29,7,6,5,8,11,34,35,17,18,25,26,27,28,30,9,10,75,420,19,20,21,22,23,24,31,32,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,63,76,77,421,13,78,65,425])),"/src/views/service/evaluate/components/evaluate-form.vue":()=>J(()=>import("./evaluate-form-BT1UO_kq.js").then(t=>t.c),__vite__mapDeps([426,9,10,7,11,20,21,22,48,427,13,49])),"/src/views/service/evaluate/index.vue":()=>J(()=>import("./index-DYGutRUE.js"),__vite__mapDeps([428,33,29,7,6,5,8,11,34,35,17,18,161,162,163,77,164,25,26,27,28,30,9,10,426,20,21,22,48,427,13,49,24,31,32,46,42,429,43])),"/src/views/service/lists/component/base-setup.vue":()=>J(()=>import("./base-setup-CxvDmbie.js"),__vite__mapDeps([430,431,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,174,75,63,76,77,78,65,64])),"/src/views/service/lists/component/goods-detail.vue":()=>J(()=>import("./goods-detail-BZxjf3Rs.js"),__vite__mapDeps([432,9,10,7,11,190,19,20,21,22,23,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,191,433])),"/src/views/service/lists/component/price-stock.vue":()=>J(()=>import("./price-stock-DxIJirIc.js"),__vite__mapDeps([434,435,9,10,7,11])),"/src/views/service/lists/component/sales-setup.vue":()=>J(()=>import("./sales-setup-C7ehptTT.js"),__vite__mapDeps([436,437,9,10,7,11,63,64,65])),"/src/views/service/lists/component/specifications.vue":()=>J(()=>import("./specifications-DUM6EH9g.js"),__vite__mapDeps([438,33,29,7,6,5,8,11,34,35,41,25,26,27,28,30,42,43,32,19,20,21,22,23,24,31,36,37,38,39,10,40,44,45,46,47,48,49,50,51,52,9,200])),"/src/views/service/lists/edit.vue":()=>J(()=>import("./edit-SZ0CRtcY.js"),__vite__mapDeps([439,15,16,17,18,152,153,74,431,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,174,75,63,76,77,78,65,64,432,190,191,433,435,437,13])),"/src/views/service/lists/index.vue":()=>J(()=>import("./index-BJhbtOiZ.js"),__vite__mapDeps([440,33,29,7,6,5,8,11,34,35,17,18,25,26,27,28,30,9,10,174,75,74,24,31,32,154,46,76,63,77,39,48,441,49,13,78,65,22])),"/src/views/service/unit/components/unit-form.vue":()=>J(()=>import("./unit-form-B4FVb9Q7.js"),__vite__mapDeps([442,443,9,10,7,11,20,21,22,48,444,13,49])),"/src/views/service/unit/index.vue":()=>J(()=>import("./index-B3rCPCnG.js"),__vite__mapDeps([445,17,18,33,29,7,6,5,8,11,34,35,443,9,10,20,21,22,48,444,13,49,24,25,26,27,28,30,31,32,46])),"/src/views/setting/dict/data/edit.vue":()=>J(()=>import("./edit-Dtnzeg-W.js"),__vite__mapDeps([446,447,9,10,7,11,299,20,21,22,63,13,64,65])),"/src/views/setting/dict/data/index.vue":()=>J(()=>import("./index-UoyTAld4.js"),__vite__mapDeps([448,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,9,10,152,153,299,46,447,20,21,22,63,13,64,65])),"/src/views/setting/dict/type/edit.vue":()=>J(()=>import("./edit-B41pD29s.js"),__vite__mapDeps([449,450,9,10,7,11,299,20,21,22,63,13,64,65])),"/src/views/setting/dict/type/index.vue":()=>J(()=>import("./index-DmHTGpP3.js"),__vite__mapDeps([451,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,9,10,299,46,450,20,21,22,63,13,64,65])),"/src/views/setting/map/map_config/index.vue":()=>J(()=>import("./index-CvucGk6x.js"),__vite__mapDeps([452,15,16,17,18,9,10,7,11,13])),"/src/views/setting/message/notice/edit.vue":()=>J(()=>import("./edit-B2Vwt7wh.js"),__vite__mapDeps([453,15,16,9,10,7,11,17,18,152,153,369,63,454,13,64,65])),"/src/views/setting/message/notice/index.vue":()=>J(()=>import("./index-BRAnl8FJ.js"),__vite__mapDeps([455,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,114,115,369,46,456])),"/src/views/setting/message/short_letter/edit.vue":()=>J(()=>import("./edit-vuyqa9S4.js"),__vite__mapDeps([457,458,9,10,7,11,369,20,21,22,63,13,64,65])),"/src/views/setting/message/short_letter/index.vue":()=>J(()=>import("./index-mVNEQQke.js"),__vite__mapDeps([459,17,18,33,29,7,6,5,8,11,34,35,369,458,9,10,20,21,22,63,13,64,65,26,32])),"/src/views/setting/open_city/components/cityPop.vue":()=>J(()=>import("./cityPop-CGRw5Yf-.js"),__vite__mapDeps([460,461,20,21,22,25,26,27,6,7,28,29,30,9,10,11,5,8,76,63,77,39,162,462,13,32,78,65])),"/src/views/setting/open_city/index.vue":()=>J(()=>import("./index-B0TmkAX2.js"),__vite__mapDeps([463,17,18,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,461,20,21,22,9,10,76,63,77,39,162,462,13,78,65,46])),"/src/views/setting/payment/payment_config/component/config-form.vue":()=>J(()=>import("./config-form-B6secRq1.js"),__vite__mapDeps([464,9,10,7,11,465,19,20,21,22,23,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,63,466,13,64,65])),"/src/views/setting/payment/payment_config/index.vue":()=>J(()=>import("./index-hcpYlWfd.js"),__vite__mapDeps([467,33,29,7,6,5,8,11,34,35,17,18,114,115,465,464,9,10,19,20,21,22,23,24,25,26,27,28,30,31,32,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,63,466,13,64,65,468])),"/src/views/setting/payment/payment_way/edit.vue":()=>J(()=>import("./edit-DTDAnUzB.js"),__vite__mapDeps([469,33,29,7,6,5,8,11,34,35,17,18,152,153,465,15,16,63,470,65,32])),"/src/views/setting/payment/payment_way/index.vue":()=>J(()=>import("./index-DAaINtTH.js"),__vite__mapDeps([471,17,18,33,29,7,6,5,8,11,34,35,465,26,472,32])),"/src/views/setting/search/index.vue":()=>J(()=>import("./index-BbXoUkFk.js"),__vite__mapDeps([473,15,16,33,29,7,6,5,8,11,34,35,17,18,9,10,63,474,32,13,64,65])),"/src/views/setting/storage/edit.vue":()=>J(()=>import("./edit-2f0Hjde6.js"),__vite__mapDeps([475,476,9,10,7,11,20,21,22,63,13,64,65])),"/src/views/setting/storage/index.vue":()=>J(()=>import("./index-B_-kr0JE.js"),__vite__mapDeps([477,33,29,7,6,5,8,11,34,35,17,18,114,115,476,9,10,20,21,22,63,13,64,65,26,32])),"/src/views/setting/system/cache.vue":()=>J(()=>import("./cache-Be5K9lWL.js"),__vite__mapDeps([478,33,29,7,6,5,8,11,34,35,17,18,114,115,32])),"/src/views/setting/system/environment.vue":()=>J(()=>import("./environment-DkCkm3L9.js"),__vite__mapDeps([479,17,18,33,29,7,6,5,8,11,34,35,32])),"/src/views/setting/system/journal.vue":()=>J(()=>import("./journal-Cu-N0Nqh.js"),__vite__mapDeps([480,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,9,10,46,13])),"/src/views/setting/system/task/edit.vue":()=>J(()=>import("./edit-ti9U-IJU.js"),__vite__mapDeps([151,33,29,7,6,5,8,11,34,35,9,10,17,18,152,153,154,15,16,63,13,32,65])),"/src/views/setting/system/task/index.vue":()=>J(()=>import("./index-B7TwU6Ac.js"),__vite__mapDeps([481,17,18,33,29,7,6,5,8,11,34,35,24,25,26,27,28,30,31,32,154,20,21,22,46])),"/src/views/setting/system/updata.vue":()=>J(()=>import("./updata-Dc5wRvyT.js"),__vite__mapDeps([482,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,17,18,114,115,46,21,483])),"/src/views/setting/transaction_settings/index.vue":()=>J(()=>import("./index-EyZ_Ay5n.js"),__vite__mapDeps([484,25,26,27,6,7,28,29,30,17,18,9,10,11,15,16,63,13,32,64,65])),"/src/views/setting/user/cash_out.vue":()=>J(()=>import("./cash_out-DSM9iFZt.js"),__vite__mapDeps([485,15,16,25,26,27,6,7,28,29,30,17,18,9,10,11,5,8,486,13,32,91])),"/src/views/setting/user/login_register.vue":()=>J(()=>import("./login_register-CEGdIwqX.js"),__vite__mapDeps([487,15,16,17,18,9,10,7,11,5,6,8,486,13,91])),"/src/views/setting/user/setup.vue":()=>J(()=>import("./setup-B4iUQvle.js"),__vite__mapDeps([488,15,16,17,18,9,10,7,11,19,20,21,22,23,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,486,13])),"/src/views/setting/website/base/components/business.vue":()=>J(()=>import("./business-DplBXME8.js"),__vite__mapDeps([489,490,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9])),"/src/views/setting/website/base/components/platform.vue":()=>J(()=>import("./platform-D0b0eeS4.js"),__vite__mapDeps([491,492,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,63,64,65])),"/src/views/setting/website/base/components/technician.vue":()=>J(()=>import("./technician-D0ZNYyip.js"),__vite__mapDeps([493,494,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9])),"/src/views/setting/website/base/components/user.vue":()=>J(()=>import("./user-BFZ_wIxp.js"),__vite__mapDeps([495,496,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9])),"/src/views/setting/website/base/index.vue":()=>J(()=>import("./index-D5d-nFPC.js"),__vite__mapDeps([497,15,16,17,18,490,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,492,63,64,65,494,496,498,13])),"/src/views/setting/website/filing.vue":()=>J(()=>import("./filing-BIcHDWIH.js"),__vite__mapDeps([499,15,16,17,18,36,37,9,10,7,11,498,13])),"/src/views/setting/website/information.vue":()=>J(()=>import("./information-Bynjo-nM.js"),__vite__mapDeps([500,15,16,17,18,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,9,498,13])),"/src/views/setting/website/map_key/components/edit-form.vue":()=>J(()=>import("./edit-form-DnB_Vy8b.js").then(t=>t.c),__vite__mapDeps([501,25,26,27,6,7,28,29,30,9,10,11,20,21,22,48,502,13,32,49])),"/src/views/setting/website/map_key/index.vue":()=>J(()=>import("./index-BFa9vgoc.js"),__vite__mapDeps([503,17,18,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,501,9,10,20,21,22,48,502,13,49,46,425])),"/src/views/setting/website/protocol.vue":()=>J(()=>import("./protocol-BHiZKhPM.js"),__vite__mapDeps([504,15,16,17,18,190,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,191,9,498,13])),"/src/views/setting/website/text_list/components/pop.vue":()=>J(()=>import("./pop-DSHihGNq.js"),__vite__mapDeps([505,506,20,21,22,190,19,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,191,9,13])),"/src/views/setting/website/text_list/index.vue":()=>J(()=>import("./index-DA3IX5vH.js"),__vite__mapDeps([507,17,18,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,506,20,21,22,190,19,23,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,191,9,13])),"/src/views/template/component/file.vue":()=>J(()=>import("./file-MYo5IFUI.js"),__vite__mapDeps([508,17,18,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52])),"/src/views/template/component/icon.vue":()=>J(()=>import("./icon-DdoXzaac.js"),__vite__mapDeps([509,412,42,43,17,18])),"/src/views/template/component/link.vue":()=>J(()=>import("./link-CgP5mF2M.js"),__vite__mapDeps([510,17,18,71,20,21,22,72,73,63,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,74,46,75,76,77,39,10,64,65,78])),"/src/views/template/component/overflow.vue":()=>J(()=>import("./overflow-BRp_t0wQ.js"),__vite__mapDeps([511,17,18])),"/src/views/template/component/popover_input.vue":()=>J(()=>import("./popover_input-DSJiPESw.js"),__vite__mapDeps([512,17,18,41,25,26,27,6,7,28,29,30,42,43,32])),"/src/views/template/component/rich_text.vue":()=>J(()=>import("./rich_text-CkDFRjd-.js"),__vite__mapDeps([513,17,18,190,19,20,21,22,23,24,25,26,27,6,7,28,29,30,31,32,33,5,8,11,34,35,36,37,38,39,10,40,41,42,43,44,45,46,47,48,49,50,51,52,191])),"/src/views/template/component/upload.vue":()=>J(()=>import("./upload-DHLb_sYX.js"),__vite__mapDeps([514,17,18,38,39,10,7,11,6,21,40])),"/src/views/user/setting.vue":()=>J(()=>import("./setting-g_f7q9aQ.js"),__vite__mapDeps([14,15,16,17,18,9,10,7,11,19,20,21,22,23,24,25,26,27,6,28,29,30,31,32,33,5,8,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,13])),"/src/views/workbench/index.vue":()=>J(()=>import("./index-BqEeF9Ah.js"),__vite__mapDeps([515,17,18,20,21,22,26,32]))});function J$e(){return Object.keys(gy).map(t=>t.replace("/src/views/","").replace(".vue",""))}function ZY(t,e=!0){return t.map(a=>{const n=e9e(a,e);return a.children!=null&&a.children&&a.children.length&&(n.children=ZY(a.children,!1)),n})}function e9e(t,e){const a={path:Dd(t.paths)?t.paths:e?`/${t.paths}`:t.paths,name:Symbol(t.paths),meta:{hidden:!t.is_show,keepAlive:!!t.is_cache,title:t.name,perms:t.perms,query:t.params,icon:t.icon,type:t.type,activeMenu:t.selected}};switch(t.type){case T3.CATALOGUE:a.component=e?P3:y3,t.children||(a.component=y3);break;case T3.MENU:a.component=t9e(t.component);break}return a}function t9e(t){try{const e=Object.keys(gy).find(a=>a.includes(`/${t}.vue`));if(e)return gy[e];throw Error(`找不到组件${t},请确保组件路径正确`)}catch(e){return console.error(e),y3}}function jY(t){var e,a;for(const n of t){if(((e=n.meta)==null?void 0:e.type)==T3.MENU&&!((a=n.meta)!=null&&a.hidden)&&!Dd(n.path))return n.name;if(n.children){const r=jY(n.children);if(r)return r}}}function eWe(t){var a;return((a=(Gh()||Fr).getRoutes().find(n=>{var r;return((r=n.meta)==null?void 0:r.perms)==t}))==null?void 0:a.path)||""}function a9e(){Fr.removeRoute(p9);const{routes:t}=Vd();t.forEach(e=>{const a=e.name;a&&Fr.hasRoute(a)&&Fr.removeRoute(a)})}const Fr=Fle({history:fle("/admin/"),routes:JTe}),JY=(t,e="")=>{try{t.forEach(a=>{if(Dd(a.path))return;const n=e+a.path,r={...a,path:n,name:a.name||n.replace(/\//g,"_").replace("_","")};a.children?Fr.addRoute(r):Fr.addRoute(p9,r),a.children&&a.children.length>0&&JY(a.children,n+"/")})}catch(a){console.error("Error adding routes:",a)}};Vc.configure({showSpinner:!1});const e6=Sr.LOGIN,n9e=Sr.INDEX,r9e=[Sr.LOGIN,Sr.ERROR_403];Fr.beforeEach(async(t,e,a)=>{Vc.start(),document.title=t.meta.title??Hc.title;const n=Vd(),r=K2();if(r9e.includes(t.path))a();else if(n.token)if(Object.keys(n.userInfo).length!==0)t.path===e6?a({path:n9e}):a();else try{await n.getUserInfo();const o=n.routes,l=jY(o);if(!l){w3(),a(Sr.ERROR_403);return}r.setRouteName(l),Tx.redirect={name:l},Fr.addRoute(Tx),JY(o),a({...t,replace:!0})}catch{w3(),a({path:e6,query:{redirect:t.fullPath}})}else a({path:e6,query:{redirect:t.fullPath}})});Fr.afterEach(()=>{Vc.done()});if(typeof window<"u"){let t=function(){var e=document.body,a=document.getElementById("__svg__icons__dom__");a||(a=document.createElementNS("http://www.w3.org/2000/svg","svg"),a.style.position="absolute",a.style.width="0",a.style.height="0",a.id="__svg__icons__dom__",a.setAttribute("xmlns","http://www.w3.org/2000/svg"),a.setAttribute("xmlns:link","http://www.w3.org/1999/xlink")),a.innerHTML='',e.insertBefore(a,e.lastChild)};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",t):t()}var i9e={name:"zh-cn",el:{breadcrumb:{label:"面包屑"},colorpicker:{confirm:"确定",clear:"清空",defaultLabel:"颜色选择器",description:"当前颜色 {color},按 Enter 键选择新颜色",alphaLabel:"选择透明度的值"},datepicker:{now:"此刻",today:"今天",cancel:"取消",clear:"清空",confirm:"确定",dateTablePrompt:"使用方向键与 Enter 键可选择日期",monthTablePrompt:"使用方向键与 Enter 键可选择月份",yearTablePrompt:"使用方向键与 Enter 键可选择年份",selectedDate:"已选日期",selectDate:"选择日期",selectTime:"选择时间",startDate:"开始日期",startTime:"开始时间",endDate:"结束日期",endTime:"结束时间",prevYear:"前一年",nextYear:"后一年",prevMonth:"上个月",nextMonth:"下个月",year:"年",month1:"1 月",month2:"2 月",month3:"3 月",month4:"4 月",month5:"5 月",month6:"6 月",month7:"7 月",month8:"8 月",month9:"9 月",month10:"10 月",month11:"11 月",month12:"12 月",weeks:{sun:"日",mon:"一",tue:"二",wed:"三",thu:"四",fri:"五",sat:"六"},weeksFull:{sun:"星期日",mon:"星期一",tue:"星期二",wed:"星期三",thu:"星期四",fri:"星期五",sat:"星期六"},months:{jan:"一月",feb:"二月",mar:"三月",apr:"四月",may:"五月",jun:"六月",jul:"七月",aug:"八月",sep:"九月",oct:"十月",nov:"十一月",dec:"十二月"}},inputNumber:{decrease:"减少数值",increase:"增加数值"},select:{loading:"加载中",noMatch:"无匹配数据",noData:"无数据",placeholder:"请选择"},dropdown:{toggleDropdown:"切换下拉选项"},mention:{loading:"加载中"},cascader:{noMatch:"无匹配数据",loading:"加载中",placeholder:"请选择",noData:"暂无数据"},pagination:{goto:"前往",pagesize:"条/页",total:"共 {total} 条",pageClassifier:"页",page:"页",prev:"上一页",next:"下一页",currentPage:"第 {pager} 页",prevPages:"向前 {pager} 页",nextPages:"向后 {pager} 页",deprecationWarning:"你使用了一些已被废弃的用法,请参考 el-pagination 的官方文档"},dialog:{close:"关闭此对话框"},drawer:{close:"关闭此对话框"},messagebox:{title:"提示",confirm:"确定",cancel:"取消",error:"输入的数据不合法!",close:"关闭此对话框"},upload:{deleteTip:"按 delete 键可删除",delete:"删除",preview:"查看图片",continue:"继续上传"},slider:{defaultLabel:"滑块介于 {min} 至 {max}",defaultRangeStartLabel:"选择起始值",defaultRangeEndLabel:"选择结束值"},table:{emptyText:"暂无数据",confirmFilter:"筛选",resetFilter:"重置",clearFilter:"全部",sumText:"合计"},tour:{next:"下一步",previous:"上一步",finish:"结束导览"},tree:{emptyText:"暂无数据"},transfer:{noMatch:"无匹配数据",noData:"无数据",titles:["列表 1","列表 2"],filterPlaceholder:"请输入搜索内容",noCheckedFormat:"共 {total} 项",hasCheckedFormat:"已选 {checked}/{total} 项"},image:{error:"加载失败"},pageHeader:{title:"返回"},popconfirm:{confirmButtonText:"确定",cancelButtonText:"取消"},carousel:{leftArrow:"上一张幻灯片",rightArrow:"下一张幻灯片",indicator:"幻灯片切换至索引 {index}"}}};const o9e=U({__name:"App",setup(t){const e=Cl(),a=Ws(),n={zIndex:3e3,locale:i9e},r=MY();Yt(async()=>{a.setTheme(r.value)});const{width:i}=Hye();return qe(i,wye(o=>{o>KS.SM?(e.setMobile(!1),e.toggleCollapsed(!1)):(e.setMobile(!0),e.toggleCollapsed(!0)),o{const s=ma("router-view"),c=w6e;return L(),Ue(c,{locale:n.locale,"z-index":n.zIndex},{default:Oe(()=>[pe(s)]),_:1},8,["locale","z-index"])}}});var eq={exports:{}};/*!
* clipboard.js v2.0.11
* https://clipboardjs.com/
*
* Licensed MIT © Zeno Rocha
*/(function(t,e){(function(n,r){t.exports=r()})(Bc,function(){return function(){var a={686:function(i,o,l){l.d(o,{default:function(){return ie}});var s=l(279),c=l.n(s),u=l(370),d=l.n(u),p=l(817),_=l.n(p);function f(ne){try{return document.execCommand(ne)}catch{return!1}}var h=function(oe){var fe=_()(oe);return f("cut"),fe},m=h;function g(ne){var oe=document.documentElement.getAttribute("dir")==="rtl",fe=document.createElement("textarea");fe.style.fontSize="12pt",fe.style.border="0",fe.style.padding="0",fe.style.margin="0",fe.style.position="absolute",fe.style[oe?"right":"left"]="-9999px";var be=window.pageYOffset||document.documentElement.scrollTop;return fe.style.top="".concat(be,"px"),fe.setAttribute("readonly",""),fe.value=ne,fe}var E=function(oe,fe){var be=g(oe);fe.container.appendChild(be);var ye=_()(be);return f("copy"),be.remove(),ye},S=function(oe){var fe=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},be="";return typeof oe=="string"?be=E(oe,fe):oe instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(oe==null?void 0:oe.type)?be=E(oe.value,fe):(be=_()(oe),f("copy")),be},y=S;function T(ne){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?T=function(fe){return typeof fe}:T=function(fe){return fe&&typeof Symbol=="function"&&fe.constructor===Symbol&&fe!==Symbol.prototype?"symbol":typeof fe},T(ne)}var C=function(){var oe=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},fe=oe.action,be=fe===void 0?"copy":fe,ye=oe.container,te=oe.target,ve=oe.text;if(be!=="copy"&&be!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(te!==void 0)if(te&&T(te)==="object"&&te.nodeType===1){if(be==="copy"&&te.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if(be==="cut"&&(te.hasAttribute("readonly")||te.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(ve)return y(ve,{container:ye});if(te)return be==="cut"?m(te):y(te,{container:ye})},w=C;function A(ne){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?A=function(fe){return typeof fe}:A=function(fe){return fe&&typeof Symbol=="function"&&fe.constructor===Symbol&&fe!==Symbol.prototype?"symbol":typeof fe},A(ne)}function O(ne,oe){if(!(ne instanceof oe))throw new TypeError("Cannot call a class as a function")}function x(ne,oe){for(var fe=0;fe"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch{return!1}}function V(ne){return V=Object.setPrototypeOf?Object.getPrototypeOf:function(fe){return fe.__proto__||Object.getPrototypeOf(fe)},V(ne)}function Z(ne,oe){var fe="data-clipboard-".concat(ne);if(oe.hasAttribute(fe))return oe.getAttribute(fe)}var j=function(ne){P(fe,ne);var oe=$(fe);function fe(be,ye){var te;return O(this,fe),te=oe.call(this),te.resolveOptions(ye),te.listenClick(be),te}return M(fe,[{key:"resolveOptions",value:function(){var ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof ye.action=="function"?ye.action:this.defaultAction,this.target=typeof ye.target=="function"?ye.target:this.defaultTarget,this.text=typeof ye.text=="function"?ye.text:this.defaultText,this.container=A(ye.container)==="object"?ye.container:document.body}},{key:"listenClick",value:function(ye){var te=this;this.listener=d()(ye,"click",function(ve){return te.onClick(ve)})}},{key:"onClick",value:function(ye){var te=ye.delegateTarget||ye.currentTarget,ve=this.action(te)||"copy",se=w({action:ve,container:this.container,target:this.target(te),text:this.text(te)});this.emit(se?"success":"error",{action:ve,text:se,trigger:te,clearSelection:function(){te&&te.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(ye){return Z("action",ye)}},{key:"defaultTarget",value:function(ye){var te=Z("target",ye);if(te)return document.querySelector(te)}},{key:"defaultText",value:function(ye){return Z("text",ye)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(ye){var te=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return y(ye,te)}},{key:"cut",value:function(ye){return m(ye)}},{key:"isSupported",value:function(){var ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],te=typeof ye=="string"?[ye]:ye,ve=!!document.queryCommandSupported;return te.forEach(function(se){ve=ve&&!!document.queryCommandSupported(se)}),ve}}]),fe}(c()),ie=j},828:function(i){var o=9;if(typeof Element<"u"&&!Element.prototype.matches){var l=Element.prototype;l.matches=l.matchesSelector||l.mozMatchesSelector||l.msMatchesSelector||l.oMatchesSelector||l.webkitMatchesSelector}function s(c,u){for(;c&&c.nodeType!==o;){if(typeof c.matches=="function"&&c.matches(u))return c;c=c.parentNode}}i.exports=s},438:function(i,o,l){var s=l(828);function c(p,_,f,h,m){var g=d.apply(this,arguments);return p.addEventListener(f,g,m),{destroy:function(){p.removeEventListener(f,g,m)}}}function u(p,_,f,h,m){return typeof p.addEventListener=="function"?c.apply(null,arguments):typeof f=="function"?c.bind(null,document).apply(null,arguments):(typeof p=="string"&&(p=document.querySelectorAll(p)),Array.prototype.map.call(p,function(g){return c(g,_,f,h,m)}))}function d(p,_,f,h){return function(m){m.delegateTarget=s(m.target,_),m.delegateTarget&&h.call(p,m)}}i.exports=u},879:function(i,o){o.node=function(l){return l!==void 0&&l instanceof HTMLElement&&l.nodeType===1},o.nodeList=function(l){var s=Object.prototype.toString.call(l);return l!==void 0&&(s==="[object NodeList]"||s==="[object HTMLCollection]")&&"length"in l&&(l.length===0||o.node(l[0]))},o.string=function(l){return typeof l=="string"||l instanceof String},o.fn=function(l){var s=Object.prototype.toString.call(l);return s==="[object Function]"}},370:function(i,o,l){var s=l(879),c=l(438);function u(f,h,m){if(!f&&!h&&!m)throw new Error("Missing required arguments");if(!s.string(h))throw new TypeError("Second argument must be a String");if(!s.fn(m))throw new TypeError("Third argument must be a Function");if(s.node(f))return d(f,h,m);if(s.nodeList(f))return p(f,h,m);if(s.string(f))return _(f,h,m);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function d(f,h,m){return f.addEventListener(h,m),{destroy:function(){f.removeEventListener(h,m)}}}function p(f,h,m){return Array.prototype.forEach.call(f,function(g){g.addEventListener(h,m)}),{destroy:function(){Array.prototype.forEach.call(f,function(g){g.removeEventListener(h,m)})}}}function _(f,h,m){return c(document.body,f,h,m)}i.exports=u},817:function(i){function o(l){var s;if(l.nodeName==="SELECT")l.focus(),s=l.value;else if(l.nodeName==="INPUT"||l.nodeName==="TEXTAREA"){var c=l.hasAttribute("readonly");c||l.setAttribute("readonly",""),l.select(),l.setSelectionRange(0,l.value.length),c||l.removeAttribute("readonly"),s=l.value}else{l.hasAttribute("contenteditable")&&l.focus();var u=window.getSelection(),d=document.createRange();d.selectNodeContents(l),u.removeAllRanges(),u.addRange(d),s=u.toString()}return s}i.exports=o},279:function(i){function o(){}o.prototype={on:function(l,s,c){var u=this.e||(this.e={});return(u[l]||(u[l]=[])).push({fn:s,ctx:c}),this},once:function(l,s,c){var u=this;function d(){u.off(l,d),s.apply(c,arguments)}return d._=s,this.on(l,d,c)},emit:function(l){var s=[].slice.call(arguments,1),c=((this.e||(this.e={}))[l]||[]).slice(),u=0,d=c.length;for(u;u({toClipboard(e,a){return new Promise((n,r)=>{const i=document.createElement("button"),o=new s9e(i,{text:()=>e,action:()=>"copy",container:a!==void 0?a:document.body});o.on("success",l=>{o.destroy(),n(l)}),o.on("error",l=>{o.destroy(),r(l)}),document.body.appendChild(i),i.click(),document.body.removeChild(i)})}}),t6="data-clipboard-text",u9e={mounted:(t,e)=>{t.setAttribute(t6,e.value);const{toClipboard:a}=c9e();t.onclick=()=>{a(t.getAttribute(t6)).then(()=>{As.msgSuccess("复制成功")}).catch(()=>{As.msgError("复制失败")})}},updated:(t,e)=>{t.setAttribute(t6,e.value)}},d9e=Object.freeze(Object.defineProperty({__proto__:null,default:u9e},Symbol.toStringTag,{value:"Module"})),p9e={mounted:(t,e)=>{const{value:a}=e,r=Vd().perms,i="*";if(Array.isArray(a))a.length>0&&(r.some(l=>i==l||a.includes(l))||t.parentNode&&t.parentNode.removeChild(t));else throw new Error(`like v-perms="['auth.menu/edit']"`)}},_9e=Object.freeze(Object.defineProperty({__proto__:null,default:p9e},Symbol.toStringTag,{value:"Module"}));/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */var by=function(t,e){return by=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,n){a.__proto__=n}||function(a,n){for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(a[r]=n[r])},by(t,e)};function ge(t,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");by(t,e);function a(){this.constructor=t}t.prototype=e===null?Object.create(e):(a.prototype=e.prototype,new a)}var _9=12,f9e="sans-serif",yu=_9+"px "+f9e,v9e=20,h9e=100,m9e="007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\WQb\\0FWLg\\bWb\\WQ\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\FFF5.5N";function g9e(t){var e={};if(typeof JSON>"u")return e;for(var a=0;a=0)l=o*a.length;else for(var s=0;s"u"&&typeof self<"u"?At.worker=!0:typeof navigator>"u"||navigator.userAgent.indexOf("Node.js")===0?(At.node=!0,At.svgSupported=!0):P9e(navigator.userAgent,At);function P9e(t,e){var a=e.browser,n=t.match(/Firefox\/([\d.]+)/),r=t.match(/MSIE\s([\d.]+)/)||t.match(/Trident\/.+?rv:(([\d.]+))/),i=t.match(/Edge?\/([\d.]+)/),o=/micromessenger/i.test(t);n&&(a.firefox=!0,a.version=n[1]),r&&(a.ie=!0,a.version=r[1]),i&&(a.edge=!0,a.version=i[1],a.newEdge=+i[1].split(".")[0]>18),o&&(a.weChat=!0),e.svgSupported=typeof SVGRect<"u",e.touchEventsSupported="ontouchstart"in window&&!a.ie&&!a.edge,e.pointerEventsSupported="onpointerdown"in window&&(a.edge||a.ie&&+a.version>=11),e.domSupported=typeof document<"u";var l=document.documentElement.style;e.transform3dSupported=(a.ie&&"transition"in l||a.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in l)&&!("OTransition"in l),e.transformSupported=e.transform3dSupported||a.ie&&+a.version>=9}var k9e=".",dc="___EC__COMPONENT__CONTAINER___",sq="___EC__EXTENDED_CLASS___";function mo(t){var e={main:"",sub:""};if(t){var a=t.split(k9e);e.main=a[0]||"",e.sub=a[1]||""}return e}function B9e(t){vi(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(t),'componentType "'+t+'" illegal')}function F9e(t){return!!(t&&t[sq])}function g9(t,e){t.$constructor=t,t.extend=function(a){var n=this,r;return z9e(n)?r=function(i){ge(o,i);function o(){return i.apply(this,arguments)||this}return o}(n):(r=function(){(a.$constructor||n).apply(this,arguments)},R9e(r,this)),Le(r.prototype,a),r[sq]=!0,r.extend=this.extend,r.superCall=H9e,r.superApply=G9e,r.superClass=n,r}}function z9e(t){return _t(t)&&/^class\s/.test(Function.prototype.toString.call(t))}function cq(t,e){t.extend=e.extend}var U9e=Math.round(Math.random()*10);function V9e(t){var e=["__\0is_clz",U9e++].join("_");t.prototype[e]=!0,t.isInstance=function(a){return!!(a&&a[e])}}function H9e(t,e){for(var a=[],n=2;n=0||i&&kt(i,s)<0)){var c=n.getShallow(s,e);c!=null&&(o[t[l][0]]=c)}}return o}}var Y9e=[["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]],q9e=bd(Y9e),$9e=function(){function t(){}return t.prototype.getAreaStyle=function(e,a){return q9e(this,e,a)},t}(),uq=function(){function t(e){this.value=e}return t}(),W9e=function(){function t(){this._len=0}return t.prototype.insert=function(e){var a=new uq(e);return this.insertEntry(a),a},t.prototype.insertEntry=function(e){this.head?(this.tail.next=e,e.prev=this.tail,e.next=null,this.tail=e):this.head=this.tail=e,this._len++},t.prototype.remove=function(e){var a=e.prev,n=e.next;a?a.next=n:this.head=n,n?n.prev=a:this.tail=a,e.next=e.prev=null,this._len--},t.prototype.len=function(){return this._len},t.prototype.clear=function(){this.head=this.tail=null,this._len=0},t}(),t_=function(){function t(e){this._list=new W9e,this._maxSize=10,this._map={},this._maxSize=e}return t.prototype.put=function(e,a){var n=this._list,r=this._map,i=null;if(r[e]==null){var o=n.len(),l=this._lastRemovedEntry;if(o>=this._maxSize&&o>0){var s=n.head;n.remove(s),delete r[s.key],i=s.value,this._lastRemovedEntry=s}l?l.value=a:l=new uq(a),l.key=e,n.insertEntry(l),r[e]=l}return i},t.prototype.get=function(e){var a=this._map[e],n=this._list;if(a!=null)return a!==n.tail&&(n.remove(a),n.insertEntry(a)),a.value},t.prototype.clear=function(){this._list.clear(),this._map={}},t.prototype.len=function(){return this._list.len()},t}(),Sy=new t_(50);function K9e(t){if(typeof t=="string"){var e=Sy.get(t);return e&&e.image}else return t}function dq(t,e,a,n,r){if(t)if(typeof t=="string"){if(e&&e.__zrImageSrc===t||!a)return e;var i=Sy.get(t),o={hostEl:a,cb:n,cbPayload:r};return i?(e=i.image,!h4(e)&&i.pending.push(o)):(e=Hd.loadImage(t,Ax,Ax),e.__zrImageSrc=t,Sy.put(t,e.__cachedImgObj={image:e,pending:[o]})),e}else return t;else return e}function Ax(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;ef&&(f=S,hf&&(f=y,g=n.x&&e<=n.x+n.width&&a>=n.y&&a<=n.y+n.height},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return this.width===0||this.height===0},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(e,a){e.x=a.x,e.y=a.y,e.width=a.width,e.height=a.height},t.applyTransform=function(e,a,n){if(!n){e!==a&&t.copy(e,a);return}if(n[1]<1e-5&&n[1]>-1e-5&&n[2]<1e-5&&n[2]>-1e-5){var r=n[0],i=n[3],o=n[4],l=n[5];e.x=a.x*r+o,e.y=a.y*i+l,e.width=a.width*r,e.height=a.height*i,e.width<0&&(e.x+=e.width,e.width=-e.width),e.height<0&&(e.y+=e.height,e.height=-e.height);return}pc.x=fc.x=a.x,pc.y=vc.y=a.y,_c.x=vc.x=a.x+a.width,_c.y=fc.y=a.y+a.height,pc.transform(n),vc.transform(n),_c.transform(n),fc.transform(n),e.x=Df(pc.x,_c.x,fc.x,vc.x),e.y=Df(pc.y,_c.y,fc.y,vc.y);var s=Lf(pc.x,_c.x,fc.x,vc.x),c=Lf(pc.y,_c.y,fc.y,vc.y);e.width=s-e.x,e.height=c-e.y},t}(),Ox={};function zr(t,e){e=e||yu;var a=Ox[e];a||(a=Ox[e]=new t_(500));var n=a.get(t);return n==null&&(n=Hd.measureText(t,e).width,a.put(t,n)),n}function Ix(t,e,a,n){var r=zr(t,e),i=E9(e),o=pp(0,r,a),l=I0(0,i,n),s=new Ct(o,l,r,i);return s}function a_(t,e,a,n){var r=((t||"")+"").split(`
`),i=r.length;if(i===1)return Ix(r[0],e,a,n);for(var o=new Ct(0,0,0,0),l=0;l=0?parseFloat(t)/100*e:parseFloat(t):t}function F3(t,e,a){var n=e.position||"inside",r=e.distance!=null?e.distance:5,i=a.height,o=a.width,l=i/2,s=a.x,c=a.y,u="left",d="top";if(n instanceof Array)s+=Ki(n[0],a.width),c+=Ki(n[1],a.height),u=null,d=null;else switch(n){case"left":s-=r,c+=l,u="right",d="middle";break;case"right":s+=r+o,c+=l,d="middle";break;case"top":s+=o/2,c-=r,u="center",d="bottom";break;case"bottom":s+=o/2,c+=i+r,u="center";break;case"inside":s+=o/2,c+=l,u="center",d="middle";break;case"insideLeft":s+=r,c+=l,d="middle";break;case"insideRight":s+=o-r,c+=l,u="right",d="middle";break;case"insideTop":s+=o/2,c+=r,u="center";break;case"insideBottom":s+=o/2,c+=i-r,u="center",d="bottom";break;case"insideTopLeft":s+=r,c+=r;break;case"insideTopRight":s+=o-r,c+=r,u="right";break;case"insideBottomLeft":s+=r,c+=i-r,d="bottom";break;case"insideBottomRight":s+=o-r,c+=i-r,u="right",d="bottom";break}return t=t||{},t.x=s,t.y=c,t.align=u,t.verticalAlign=d,t}var a6=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function Q9e(t,e,a,n,r){if(!e)return"";var i=(t+"").split(`
`);r=_q(e,a,n,r);for(var o=0,l=i.length;o=o;s++)l-=o;var c=zr(a,e);return c>l&&(a="",c=0),l=t-c,r.ellipsis=a,r.ellipsisWidth=c,r.contentWidth=l,r.containerWidth=t,r}function fq(t,e){var a=e.containerWidth,n=e.font,r=e.contentWidth;if(!a)return"";var i=zr(t,n);if(i<=a)return t;for(var o=0;;o++){if(i<=r||o>=e.maxIterations){t+=e.ellipsis;break}var l=o===0?X9e(t,r,e.ascCharWidth,e.cnCharWidth):i>0?Math.floor(t.length*r/i):0;t=t.substr(0,l),i=zr(t,n)}return t===""&&(t=e.placeholder),t}function X9e(t,e,a,n){for(var r=0,i=0,o=t.length;i_&&c){var f=Math.floor(_/l);d=d.slice(0,f)}if(t&&i&&u!=null)for(var h=_q(u,r,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),m=0;ml&&n6(a,t.substring(l,c),e,o),n6(a,s[2],e,o,s[1]),l=a6.lastIndex}lr){T>0?(E.tokens=E.tokens.slice(0,T),m(E,y,S),a.lines=a.lines.slice(0,g+1)):a.lines=a.lines.slice(0,g);break e}var P=w.width,Y=P==null||P==="auto";if(typeof P=="string"&&P.charAt(P.length-1)==="%")C.percentWidth=P,u.push(C),C.contentWidth=zr(C.text,x);else{if(Y){var $=w.backgroundColor,B=$&&$.image;B&&(B=K9e(B),h4(B)&&(C.width=Math.max(C.width,B.width*M/B.height)))}var k=f&&n!=null?n-y:null;k!=null&&k0&&f+n.accumWidth>n.width&&(u=e.split(`
`),c=!0),n.accumWidth=f}else{var h=vq(e,s,n.width,n.breakAll,n.accumWidth);n.accumWidth=h.accumWidth+_,d=h.linesWidths,u=h.lines}}else u=e.split(`
`);for(var m=0;m=32&&e<=591||e>=880&&e<=4351||e>=4608&&e<=5119||e>=7680&&e<=8303}var aCe=Co(",&?/;] ".split(""),function(t,e){return t[e]=!0,t},{});function nCe(t){return tCe(t)?!!aCe[t]:!0}function vq(t,e,a,n,r){for(var i=[],o=[],l="",s="",c=0,u=0,d=0;da:r+u+_>a){u?(l||s)&&(f?(l||(l=s,s="",c=0,u=c),i.push(l),o.push(u-c),s+=p,c+=_,l="",u=c):(s&&(l+=s,s="",c=0),i.push(l),o.push(u),l=p,u=_)):f?(i.push(s),o.push(c),s=p,c=_):(i.push(p),o.push(_));continue}u+=_,f?(s+=p,c+=_):(s&&(l+=s,s="",c=0),l+=p)}return!i.length&&!l&&(l=t,s="",c=0),s&&(l+=s),l&&(i.push(l),o.push(u)),i.length===1&&(u+=r),{accumWidth:u,lines:i,linesWidths:o}}function qd(t,e){return t==null&&(t=0),e==null&&(e=0),[t,e]}function rCe(t,e){return t[0]=e[0],t[1]=e[1],t}function iCe(t){return[t[0],t[1]]}function nWe(t,e,a){return t[0]=e,t[1]=a,t}function Nx(t,e,a){return t[0]=e[0]+a[0],t[1]=e[1]+a[1],t}function rWe(t,e,a,n){return t[0]=e[0]+a[0]*n,t[1]=e[1]+a[1]*n,t}function oCe(t,e,a){return t[0]=e[0]-a[0],t[1]=e[1]-a[1],t}function lCe(t){return Math.sqrt(sCe(t))}function sCe(t){return t[0]*t[0]+t[1]*t[1]}function r6(t,e,a){return t[0]=e[0]*a,t[1]=e[1]*a,t}function cCe(t,e){var a=lCe(e);return a===0?(t[0]=0,t[1]=0):(t[0]=e[0]/a,t[1]=e[1]/a),t}function yy(t,e){return Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1]))}var Ty=yy;function uCe(t,e){return(t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])}var Y0=uCe;function Gv(t,e,a,n){return t[0]=e[0]+n*(a[0]-e[0]),t[1]=e[1]+n*(a[1]-e[1]),t}function mn(t,e,a){var n=e[0],r=e[1];return t[0]=a[0]*n+a[2]*r+a[4],t[1]=a[1]*n+a[3]*r+a[5],t}function ms(t,e,a){return t[0]=Math.min(e[0],a[0]),t[1]=Math.min(e[1],a[1]),t}function gs(t,e,a){return t[0]=Math.max(e[0],a[0]),t[1]=Math.max(e[1],a[1]),t}var Mx=m4,Dx=5e-5;function hc(t){return t>Dx||t<-Dx}var mc=[],r0=[],i6=pi(),o6=Math.abs,nl=function(){function t(){}return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(e){this.x=e[0],this.y=e[1]},t.prototype.setScale=function(e){this.scaleX=e[0],this.scaleY=e[1]},t.prototype.setSkew=function(e){this.skewX=e[0],this.skewY=e[1]},t.prototype.setOrigin=function(e){this.originX=e[0],this.originY=e[1]},t.prototype.needLocalTransform=function(){return hc(this.rotation)||hc(this.x)||hc(this.y)||hc(this.scaleX-1)||hc(this.scaleY-1)||hc(this.skewX)||hc(this.skewY)},t.prototype.updateTransform=function(){var e=this.parent&&this.parent.transform,a=this.needLocalTransform(),n=this.transform;if(!(a||e)){n&&(Mx(n),this.invTransform=null);return}n=n||pi(),a?this.getLocalTransform(n):Mx(n),e&&(a?_l(n,e,n):b9(n,e)),this.transform=n,this._resolveGlobalScaleRatio(n)},t.prototype._resolveGlobalScaleRatio=function(e){var a=this.globalScaleRatio;if(a!=null&&a!==1){this.getGlobalScale(mc);var n=mc[0]<0?-1:1,r=mc[1]<0?-1:1,i=((mc[0]-n)*a+n)/mc[0]||0,o=((mc[1]-r)*a+r)/mc[1]||0;e[0]*=i,e[1]*=i,e[2]*=o,e[3]*=o}this.invTransform=this.invTransform||pi(),Yd(this.invTransform,e)},t.prototype.getComputedTransform=function(){for(var e=this,a=[];e;)a.push(e),e=e.parent;for(;e=a.pop();)e.updateTransform();return this.transform},t.prototype.setLocalTransform=function(e){if(e){var a=e[0]*e[0]+e[1]*e[1],n=e[2]*e[2]+e[3]*e[3],r=Math.atan2(e[1],e[0]),i=Math.PI/2+r-Math.atan2(e[3],e[2]);n=Math.sqrt(n)*Math.cos(i),a=Math.sqrt(a),this.skewX=i,this.skewY=0,this.rotation=-r,this.x=+e[4],this.y=+e[5],this.scaleX=a,this.scaleY=n,this.originX=0,this.originY=0}},t.prototype.decomposeTransform=function(){if(this.transform){var e=this.parent,a=this.transform;e&&e.transform&&(e.invTransform=e.invTransform||pi(),_l(r0,e.invTransform,a),a=r0);var n=this.originX,r=this.originY;(n||r)&&(i6[4]=n,i6[5]=r,_l(r0,a,i6),r0[4]-=n,r0[5]-=r,a=r0),this.setLocalTransform(a)}},t.prototype.getGlobalScale=function(e){var a=this.transform;return e=e||[],a?(e[0]=Math.sqrt(a[0]*a[0]+a[1]*a[1]),e[1]=Math.sqrt(a[2]*a[2]+a[3]*a[3]),a[0]<0&&(e[0]=-e[0]),a[3]<0&&(e[1]=-e[1]),e):(e[0]=1,e[1]=1,e)},t.prototype.transformCoordToLocal=function(e,a){var n=[e,a],r=this.invTransform;return r&&mn(n,n,r),n},t.prototype.transformCoordToGlobal=function(e,a){var n=[e,a],r=this.transform;return r&&mn(n,n,r),n},t.prototype.getLineScale=function(){var e=this.transform;return e&&o6(e[0]-1)>1e-10&&o6(e[3]-1)>1e-10?Math.sqrt(o6(e[0]*e[3]-e[2]*e[1])):1},t.prototype.copyTransform=function(e){dCe(this,e)},t.getLocalTransform=function(e,a){a=a||[];var n=e.originX||0,r=e.originY||0,i=e.scaleX,o=e.scaleY,l=e.anchorX,s=e.anchorY,c=e.rotation||0,u=e.x,d=e.y,p=e.skewX?Math.tan(e.skewX):0,_=e.skewY?Math.tan(-e.skewY):0;if(n||r||l||s){var f=n+l,h=r+s;a[4]=-f*i-p*h*o,a[5]=-h*o-_*f*i}else a[4]=a[5]=0;return a[0]=i,a[3]=o,a[1]=_*i,a[2]=p*o,c&&Lu(a,a,c),a[4]+=n+u,a[5]+=r+d,a},t.initDefaultProps=function(){var e=t.prototype;e.scaleX=e.scaleY=e.globalScaleRatio=1,e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0}(),t}(),Ro=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function dCe(t,e){for(var a=0;a-z3&&tz3||t<-z3}function ja(t,e,a,n,r){var i=1-r;return i*i*(i*t+3*r*e)+r*r*(r*n+3*i*a)}function Px(t,e,a,n,r){var i=1-r;return 3*(((e-t)*i+2*(a-e)*r)*i+(n-a)*r*r)}function U3(t,e,a,n,r,i){var o=n+3*(e-a)-t,l=3*(a-e*2+t),s=3*(e-t),c=t-r,u=l*l-3*o*s,d=l*s-9*o*c,p=s*s-3*l*c,_=0;if(bs(u)&&bs(d))if(bs(l))i[0]=0;else{var f=-s/l;f>=0&&f<=1&&(i[_++]=f)}else{var h=d*d-4*u*p;if(bs(h)){var m=d/u,f=-l/o+m,g=-m/2;f>=0&&f<=1&&(i[_++]=f),g>=0&&g<=1&&(i[_++]=g)}else if(h>0){var E=ws(h),S=u*l+1.5*o*(-d+E),y=u*l+1.5*o*(-d-E);S<0?S=-Pf(-S,kf):S=Pf(S,kf),y<0?y=-Pf(-y,kf):y=Pf(y,kf);var f=(-l-(S+y))/(3*o);f>=0&&f<=1&&(i[_++]=f)}else{var T=(2*u*l-3*o*d)/(2*ws(u*u*u)),C=Math.acos(T)/3,w=ws(u),A=Math.cos(C),f=(-l-2*w*A)/(3*o),g=(-l+w*(A+Lx*Math.sin(C)))/(3*o),O=(-l+w*(A-Lx*Math.sin(C)))/(3*o);f>=0&&f<=1&&(i[_++]=f),g>=0&&g<=1&&(i[_++]=g),O>=0&&O<=1&&(i[_++]=O)}}return _}function gq(t,e,a,n,r){var i=6*a-12*e+6*t,o=9*e+3*n-3*t-9*a,l=3*e-3*t,s=0;if(bs(o)){if(mq(i)){var c=-l/i;c>=0&&c<=1&&(r[s++]=c)}}else{var u=i*i-4*o*l;if(bs(u))r[0]=-i/(2*o);else if(u>0){var d=ws(u),c=(-i+d)/(2*o),p=(-i-d)/(2*o);c>=0&&c<=1&&(r[s++]=c),p>=0&&p<=1&&(r[s++]=p)}}return s}function Fs(t,e,a,n,r,i){var o=(e-t)*r+t,l=(a-e)*r+e,s=(n-a)*r+a,c=(l-o)*r+o,u=(s-l)*r+l,d=(u-c)*r+c;i[0]=t,i[1]=o,i[2]=c,i[3]=d,i[4]=d,i[5]=u,i[6]=s,i[7]=n}function bq(t,e,a,n,r,i,o,l,s,c,u){var d,p=.005,_=1/0,f,h,m,g;_o[0]=s,_o[1]=c;for(var E=0;E<1;E+=.05)oi[0]=ja(t,a,r,o,E),oi[1]=ja(e,n,i,l,E),m=Y0(_o,oi),m<_&&(d=E,_=m);_=1/0;for(var S=0;S<32&&!(p=0&&m<_?(d=f,_=m):(q0[0]=ja(t,a,r,o,h),q0[1]=ja(e,n,i,l,h),g=Y0(q0,_o),h<=1&&g<_?(d=h,_=g):p*=.5);return u&&(u[0]=ja(t,a,r,o,d),u[1]=ja(e,n,i,l,d)),ws(_)}function pCe(t,e,a,n,r,i,o,l,s){for(var c=t,u=e,d=0,p=1/s,_=1;_<=s;_++){var f=_*p,h=ja(t,a,r,o,f),m=ja(e,n,i,l,f),g=h-c,E=m-u;d+=Math.sqrt(g*g+E*E),c=h,u=m}return d}function An(t,e,a,n){var r=1-n;return r*(r*t+2*n*e)+n*n*a}function kx(t,e,a,n){return 2*((1-n)*(e-t)+n*(a-e))}function _Ce(t,e,a,n,r){var i=t-2*e+a,o=2*(e-t),l=t-n,s=0;if(bs(i)){if(mq(o)){var c=-l/o;c>=0&&c<=1&&(r[s++]=c)}}else{var u=o*o-4*i*l;if(bs(u)){var c=-o/(2*i);c>=0&&c<=1&&(r[s++]=c)}else if(u>0){var d=ws(u),c=(-o+d)/(2*i),p=(-o-d)/(2*i);c>=0&&c<=1&&(r[s++]=c),p>=0&&p<=1&&(r[s++]=p)}}return s}function Eq(t,e,a){var n=t+a-2*e;return n===0?.5:(t-e)/n}function V3(t,e,a,n,r){var i=(e-t)*n+t,o=(a-e)*n+e,l=(o-i)*n+i;r[0]=t,r[1]=i,r[2]=l,r[3]=l,r[4]=o,r[5]=a}function Sq(t,e,a,n,r,i,o,l,s){var c,u=.005,d=1/0;_o[0]=o,_o[1]=l;for(var p=0;p<1;p+=.05){oi[0]=An(t,a,r,p),oi[1]=An(e,n,i,p);var _=Y0(_o,oi);_=0&&_=1?1:U3(0,n,i,1,s,l)&&ja(0,r,o,1,l[0])}}}var hCe=function(){function t(e){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=e.life||1e3,this._delay=e.delay||0,this.loop=e.loop||!1,this.onframe=e.onframe||Ln,this.ondestroy=e.ondestroy||Ln,this.onrestart=e.onrestart||Ln,e.easing&&this.setEasing(e.easing)}return t.prototype.step=function(e,a){if(this._inited||(this._startTime=e+this._delay,this._inited=!0),this._paused){this._pausedTime+=a;return}var n=this._life,r=e-this._startTime-this._pausedTime,i=r/n;i<0&&(i=0),i=Math.min(i,1);var o=this.easingFunc,l=o?o(i):i;if(this.onframe(l),i===1)if(this.loop){var s=r%n;this._startTime=e-s,this._pausedTime=0,this.onrestart()}else return!0;return!1},t.prototype.pause=function(){this._paused=!0},t.prototype.resume=function(){this._paused=!1},t.prototype.setEasing=function(e){this.easing=e,this.easingFunc=_t(e)?e:Bp[e]||yq(e)},t}(),Bx={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function Gi(t){return t=Math.round(t),t<0?0:t>255?255:t}function mCe(t){return t=Math.round(t),t<0?0:t>360?360:t}function f2(t){return t<0?0:t>1?1:t}function l6(t){var e=t;return e.length&&e.charAt(e.length-1)==="%"?Gi(parseFloat(e)/100*255):Gi(parseInt(e,10))}function ru(t){var e=t;return e.length&&e.charAt(e.length-1)==="%"?f2(parseFloat(e)/100):f2(parseFloat(e))}function s6(t,e,a){return a<0?a+=1:a>1&&(a-=1),a*6<1?t+(e-t)*a*6:a*2<1?e:a*3<2?t+(e-t)*(2/3-a)*6:t}function Es(t,e,a){return t+(e-t)*a}function ti(t,e,a,n,r){return t[0]=e,t[1]=a,t[2]=n,t[3]=r,t}function Cy(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var Tq=new t_(20),Bf=null;function i0(t,e){Bf&&Cy(Bf,e),Bf=Tq.put(t,Bf||e.slice())}function Ur(t,e){if(t){e=e||[];var a=Tq.get(t);if(a)return Cy(e,a);t=t+"";var n=t.replace(/ /g,"").toLowerCase();if(n in Bx)return Cy(e,Bx[n]),i0(t,e),e;var r=n.length;if(n.charAt(0)==="#"){if(r===4||r===5){var i=parseInt(n.slice(1,4),16);if(!(i>=0&&i<=4095)){ti(e,0,0,0,1);return}return ti(e,(i&3840)>>4|(i&3840)>>8,i&240|(i&240)>>4,i&15|(i&15)<<4,r===5?parseInt(n.slice(4),16)/15:1),i0(t,e),e}else if(r===7||r===9){var i=parseInt(n.slice(1,7),16);if(!(i>=0&&i<=16777215)){ti(e,0,0,0,1);return}return ti(e,(i&16711680)>>16,(i&65280)>>8,i&255,r===9?parseInt(n.slice(7),16)/255:1),i0(t,e),e}return}var o=n.indexOf("("),l=n.indexOf(")");if(o!==-1&&l+1===r){var s=n.substr(0,o),c=n.substr(o+1,l-(o+1)).split(","),u=1;switch(s){case"rgba":if(c.length!==4)return c.length===3?ti(e,+c[0],+c[1],+c[2],1):ti(e,0,0,0,1);u=ru(c.pop());case"rgb":if(c.length>=3)return ti(e,l6(c[0]),l6(c[1]),l6(c[2]),c.length===3?u:ru(c[3])),i0(t,e),e;ti(e,0,0,0,1);return;case"hsla":if(c.length!==4){ti(e,0,0,0,1);return}return c[3]=ru(c[3]),Ry(c,e),i0(t,e),e;case"hsl":if(c.length!==3){ti(e,0,0,0,1);return}return Ry(c,e),i0(t,e),e;default:return}}ti(e,0,0,0,1)}}function Ry(t,e){var a=(parseFloat(t[0])%360+360)%360/360,n=ru(t[1]),r=ru(t[2]),i=r<=.5?r*(n+1):r+n-r*n,o=r*2-i;return e=e||[],ti(e,Gi(s6(o,i,a+1/3)*255),Gi(s6(o,i,a)*255),Gi(s6(o,i,a-1/3)*255),1),t.length===4&&(e[3]=t[3]),e}function gCe(t){if(t){var e=t[0]/255,a=t[1]/255,n=t[2]/255,r=Math.min(e,a,n),i=Math.max(e,a,n),o=i-r,l=(i+r)/2,s,c;if(o===0)s=0,c=0;else{l<.5?c=o/(i+r):c=o/(2-i-r);var u=((i-e)/6+o/2)/o,d=((i-a)/6+o/2)/o,p=((i-n)/6+o/2)/o;e===i?s=p-d:a===i?s=1/3+u-p:n===i&&(s=2/3+d-u),s<0&&(s+=1),s>1&&(s-=1)}var _=[s*360,c,l];return t[3]!=null&&_.push(t[3]),_}}function Fx(t,e){var a=Ur(t);if(a){for(var n=0;n<3;n++)e<0?a[n]=a[n]*(1-e)|0:a[n]=(255-a[n])*e+a[n]|0,a[n]>255?a[n]=255:a[n]<0&&(a[n]=0);return fl(a,a.length===4?"rgba":"rgb")}}function c6(t,e,a){if(!(!(e&&e.length)||!(t>=0&&t<=1))){a=a||[];var n=t*(e.length-1),r=Math.floor(n),i=Math.ceil(n),o=e[r],l=e[i],s=n-r;return a[0]=Gi(Es(o[0],l[0],s)),a[1]=Gi(Es(o[1],l[1],s)),a[2]=Gi(Es(o[2],l[2],s)),a[3]=f2(Es(o[3],l[3],s)),a}}function bCe(t,e,a){if(!(!(e&&e.length)||!(t>=0&&t<=1))){var n=t*(e.length-1),r=Math.floor(n),i=Math.ceil(n),o=Ur(e[r]),l=Ur(e[i]),s=n-r,c=fl([Gi(Es(o[0],l[0],s)),Gi(Es(o[1],l[1],s)),Gi(Es(o[2],l[2],s)),f2(Es(o[3],l[3],s))],"rgba");return a?{color:c,leftIndex:r,rightIndex:i,value:n}:c}}function u6(t,e,a,n){var r=Ur(t);if(t)return r=gCe(r),e!=null&&(r[0]=mCe(e)),a!=null&&(r[1]=ru(a)),n!=null&&(r[2]=ru(n)),fl(Ry(r),"rgba")}function ECe(t,e){var a=Ur(t);if(a&&e!=null)return a[3]=f2(e),fl(a,"rgba")}function fl(t,e){if(!(!t||!t.length)){var a=t[0]+","+t[1]+","+t[2];return(e==="rgba"||e==="hsva"||e==="hsla")&&(a+=","+t[3]),e+"("+a+")"}}function H3(t,e){var a=Ur(t);return a?(.299*a[0]+.587*a[1]+.114*a[2])*a[3]/255+(1-a[3])*e:0}var zx=new t_(100);function Ux(t){if(Qe(t)){var e=zx.get(t);return e||(e=Fx(t,-.1),zx.put(t,e)),e}else if(_4(t)){var a=Le({},t);return a.colorStops=He(t.colorStops,function(n){return{offset:n.offset,color:Fx(n.color,-.1)}}),a}return t}var G3=Math.round;function iWe(t){var e;if(!t||t==="transparent")t="none";else if(typeof t=="string"&&t.indexOf("rgba")>-1){var a=Ur(t);a&&(t="rgb("+a[0]+","+a[1]+","+a[2]+")",e=a[3])}return{color:t,opacity:e??1}}var Vx=1e-4;function oWe(t){return t-Vx}function Ff(t){return G3(t*1e3)/1e3}function Hx(t){return G3(t*1e4)/1e4}function lWe(t){return"matrix("+Ff(t[0])+","+Ff(t[1])+","+Ff(t[2])+","+Ff(t[3])+","+Hx(t[4])+","+Hx(t[5])+")"}var sWe={left:"start",right:"end",center:"middle",middle:"middle"};function cWe(t,e,a){return a==="top"?t+=e/2:a==="bottom"&&(t-=e/2),t}function uWe(t){return t&&(t.shadowBlur||t.shadowOffsetX||t.shadowOffsetY)}function dWe(t){var e=t.style,a=t.getGlobalScale();return[e.shadowColor,(e.shadowBlur||0).toFixed(2),(e.shadowOffsetX||0).toFixed(2),(e.shadowOffsetY||0).toFixed(2),a[0],a[1]].join(",")}function SCe(t){return t&&!!t.image}function yCe(t){return t&&!!t.svgElement}function pWe(t){return SCe(t)||yCe(t)}function TCe(t){return t.type==="linear"}function CCe(t){return t.type==="radial"}function _We(t){return t&&(t.type==="linear"||t.type==="radial")}function fWe(t){return"url(#"+t+")"}function vWe(t){var e=t.getGlobalScale(),a=Math.max(e[0],e[1]);return Math.max(Math.ceil(Math.log(a)/Math.log(10)),1)}function hWe(t){var e=t.x||0,a=t.y||0,n=(t.rotation||0)*Hv,r=wt(t.scaleX,1),i=wt(t.scaleY,1),o=t.skewX||0,l=t.skewY||0,s=[];return(e||a)&&s.push("translate("+e+"px,"+a+"px)"),n&&s.push("rotate("+n+")"),(r!==1||i!==1)&&s.push("scale("+r+","+i+")"),(o||l)&&s.push("skew("+G3(o*Hv)+"deg, "+G3(l*Hv)+"deg)"),s.join(" ")}var mWe=function(){return At.hasGlobalWindow&&_t(window.btoa)?function(t){return window.btoa(unescape(encodeURIComponent(t)))}:typeof Buffer<"u"?function(t){return Buffer.from(t).toString("base64")}:function(t){return null}}(),Ay=Array.prototype.slice;function jo(t,e,a){return(e-t)*a+t}function d6(t,e,a,n){for(var r=e.length,i=0;in?e:t,i=Math.min(a,n),o=r[i-1]||{color:[0,0,0,0],offset:0},l=i;lo;if(l)n.length=o;else for(var s=i;s=1},t.prototype.getAdditiveTrack=function(){return this._additiveTrack},t.prototype.addKeyframe=function(e,a,n){this._needsSort=!0;var r=this.keyframes,i=r.length,o=!1,l=Yx,s=a;if(jn(a)){var c=OCe(a);l=c,(c===1&&!ua(a[0])||c===2&&!ua(a[0][0]))&&(o=!0)}else if(ua(a)&&!k3(a))l=Uf;else if(Qe(a))if(!isNaN(+a))l=Uf;else{var u=Ur(a);u&&(s=u,l=_p)}else if(_4(a)){var d=Le({},s);d.colorStops=He(a.colorStops,function(_){return{offset:_.offset,color:Ur(_.color)}}),TCe(a)?l=wy:CCe(a)&&(l=Oy),s=d}i===0?this.valType=l:(l!==this.valType||l===Yx)&&(o=!0),this.discrete=this.discrete||o;var p={time:e,value:s,rawValue:a,percent:0};return n&&(p.easing=n,p.easingFunc=_t(n)?n:Bp[n]||yq(n)),r.push(p),p},t.prototype.prepare=function(e,a){var n=this.keyframes;this._needsSort&&n.sort(function(h,m){return h.time-m.time});for(var r=this.valType,i=n.length,o=n[i-1],l=this.discrete,s=Vf(r),c=qx(r),u=0;u=0&&!(o[u].percent<=a);u--);u=p(u,l-2)}else{for(u=d;ua);u++);u=p(u-1,l-2)}f=o[u+1],_=o[u]}if(_&&f){this._lastFr=u,this._lastFrP=a;var m=f.percent-_.percent,g=m===0?1:p((a-_.percent)/m,1);f.easingFunc&&(g=f.easingFunc(g));var E=n?this._additiveValue:c?F1:e[s];if((Vf(i)||c)&&!E&&(E=this._additiveValue=[]),this.discrete)e[s]=g<1?_.rawValue:f.rawValue;else if(Vf(i))i===qv?d6(E,_[r],f[r],g):RCe(E,_[r],f[r],g);else if(qx(i)){var S=_[r],y=f[r],T=i===wy;e[s]={type:T?"linear":"radial",x:jo(S.x,y.x,g),y:jo(S.y,y.y,g),colorStops:He(S.colorStops,function(w,A){var O=y.colorStops[A];return{offset:jo(w.offset,O.offset,g),color:Yv(d6([],w.color,O.color,g))}}),global:y.global},T?(e[s].x2=jo(S.x2,y.x2,g),e[s].y2=jo(S.y2,y.y2,g)):e[s].r=jo(S.r,y.r,g)}else if(c)d6(E,_[r],f[r],g),n||(e[s]=Yv(E));else{var C=jo(_[r],f[r],g);n?this._additiveValue=C:e[s]=C}n&&this._addToTarget(e)}}},t.prototype._addToTarget=function(e){var a=this.valType,n=this.propName,r=this._additiveValue;a===Uf?e[n]=e[n]+r:a===_p?(Ur(e[n],F1),zf(F1,F1,r,1),e[n]=Yv(F1)):a===qv?zf(e[n],e[n],r,1):a===Cq&&Gx(e[n],e[n],r,1)},t}(),S9=function(){function t(e,a,n,r){if(this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=e,this._loop=a,a&&r){h9("Can' use additive animation on looped animation.");return}this._additiveAnimators=r,this._allowDiscrete=n}return t.prototype.getMaxTime=function(){return this._maxTime},t.prototype.getDelay=function(){return this._delay},t.prototype.getLoop=function(){return this._loop},t.prototype.getTarget=function(){return this._target},t.prototype.changeTarget=function(e){this._target=e},t.prototype.when=function(e,a,n){return this.whenWithKeys(e,a,aa(a),n)},t.prototype.whenWithKeys=function(e,a,n,r){for(var i=this._tracks,o=0;o0&&s.addKeyframe(0,Fp(c),r),this._trackKeys.push(l)}s.addKeyframe(e,Fp(a[l]),r)}return this._maxTime=Math.max(this._maxTime,e),this},t.prototype.pause=function(){this._clip.pause(),this._paused=!0},t.prototype.resume=function(){this._clip.resume(),this._paused=!1},t.prototype.isPaused=function(){return!!this._paused},t.prototype.duration=function(e){return this._maxTime=e,this._force=!0,this},t.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var e=this._doneCbs;if(e)for(var a=e.length,n=0;n0)){this._started=1;for(var a=this,n=[],r=this._maxTime||0,i=0;i1){var l=o.pop();i.addKeyframe(l.time,e[r]),i.prepare(this._maxTime,i.getAdditiveTrack())}}}},t}(),gi=function(){function t(e){e&&(this._$eventProcessor=e)}return t.prototype.on=function(e,a,n,r){this._$handlers||(this._$handlers={});var i=this._$handlers;if(typeof a=="function"&&(r=n,n=a,a=null),!n||!e)return this;var o=this._$eventProcessor;a!=null&&o&&o.normalizeQuery&&(a=o.normalizeQuery(a)),i[e]||(i[e]=[]);for(var l=0;l=0:n.inside,m=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),g=void 0,E=void 0,S=void 0;h&&this.canBeInsideText()?(g=n.insideFill,E=n.insideStroke,(g==null||g==="auto")&&(g=this.getInsideTextFill()),(E==null||E==="auto")&&(E=this.getInsideTextStroke(g),S=!0)):(g=n.outsideFill,E=n.outsideStroke,(g==null||g==="auto")&&(g=this.getOutsideFill()),(E==null||E==="auto")&&(E=this.getOutsideStroke(g),S=!0)),g=g||"#000",(g!==m.fill||E!==m.stroke||S!==m.autoStroke||o!==m.align||l!==m.verticalAlign)&&(s=!0,m.fill=g,m.stroke=E,m.autoStroke=S,m.align=o,m.verticalAlign=l,a.setDefaultTextStyle(m)),a.__dirty|=kr,s&&a.dirtyStyle(!0)}},t.prototype.canBeInsideText=function(){return!0},t.prototype.getInsideTextFill=function(){return"#fff"},t.prototype.getInsideTextStroke=function(e){return"#000"},t.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?Ny:xy},t.prototype.getOutsideStroke=function(e){var a=this.__zr&&this.__zr.getBackgroundColor(),n=typeof a=="string"&&Ur(a);n||(n=[255,255,255,1]);for(var r=n[3],i=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*r+(i?0:255)*(1-r);return n[3]=1,fl(n,"rgba")},t.prototype.traverse=function(e,a){},t.prototype.attrKV=function(e,a){e==="textConfig"?this.setTextConfig(a):e==="textContent"?this.setTextContent(a):e==="clipPath"?this.setClipPath(a):e==="extra"?(this.extra=this.extra||{},Le(this.extra,a)):this[e]=a},t.prototype.hide=function(){this.ignore=!0,this.markRedraw()},t.prototype.show=function(){this.ignore=!1,this.markRedraw()},t.prototype.attr=function(e,a){if(typeof e=="string")this.attrKV(e,a);else if(it(e))for(var n=e,r=aa(n),i=0;i0},t.prototype.getState=function(e){return this.states[e]},t.prototype.ensureState=function(e){var a=this.states;return a[e]||(a[e]={}),a[e]},t.prototype.clearStates=function(e){this.useState(p6,!1,e)},t.prototype.useState=function(e,a,n,r){var i=e===p6,o=this.hasState();if(!(!o&&i)){var l=this.currentStates,s=this.stateTransition;if(!(kt(l,e)>=0&&(a||l.length===1))){var c;if(this.stateProxy&&!i&&(c=this.stateProxy(e)),c||(c=this.states&&this.states[e]),!c&&!i){h9("State "+e+" not exists.");return}i||this.saveCurrentToNormalState(c);var u=!!(c&&c.hoverLayer||r);u&&this._toggleHoverLayerFlag(!0),this._applyStateObj(e,c,this._normalState,a,!n&&!this.__inHover&&s&&s.duration>0,s);var d=this._textContent,p=this._textGuide;return d&&d.useState(e,a,n,u),p&&p.useState(e,a,n,u),i?(this.currentStates=[],this._normalState={}):a?this.currentStates.push(e):this.currentStates=[e],this._updateAnimationTargets(),this.markRedraw(),!u&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~kr),c}}},t.prototype.useStates=function(e,a,n){if(!e.length)this.clearStates();else{var r=[],i=this.currentStates,o=e.length,l=o===i.length;if(l){for(var s=0;s0,f);var h=this._textContent,m=this._textGuide;h&&h.useStates(e,a,p),m&&m.useStates(e,a,p),this._updateAnimationTargets(),this.currentStates=e.slice(),this.markRedraw(),!p&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=~kr)}},t.prototype.isSilent=function(){for(var e=this.silent,a=this.parent;!e&&a;){if(a.silent){e=!0;break}a=a.parent}return e},t.prototype._updateAnimationTargets=function(){for(var e=0;e=0){var n=this.currentStates.slice();n.splice(a,1),this.useStates(n)}},t.prototype.replaceState=function(e,a,n){var r=this.currentStates.slice(),i=kt(r,e),o=kt(r,a)>=0;i>=0?o?r.splice(i,1):r[i]=a:n&&!o&&r.push(a),this.useStates(r)},t.prototype.toggleState=function(e,a){a?this.useState(e,!0):this.removeState(e)},t.prototype._mergeStates=function(e){for(var a={},n,r=0;r=0&&i.splice(o,1)}),this.animators.push(e),n&&n.animation.addAnimator(e),n&&n.wakeUp()},t.prototype.updateDuringAnimation=function(e){this.markRedraw()},t.prototype.stopAnimation=function(e,a){for(var n=this.animators,r=n.length,i=[],o=0;o0&&a.during&&i[0].during(function(f,h){a.during(h)});for(var p=0;p0||r.force&&!o.length){var A=void 0,O=void 0,x=void 0;if(l){O={},p&&(A={});for(var y=0;y1e-4){l[0]=t-a,l[1]=e-n,s[0]=t+a,s[1]=e+n;return}if(Hf[0]=b6(r)*a+t,Hf[1]=g6(r)*n+e,Gf[0]=b6(i)*a+t,Gf[1]=g6(i)*n+e,c(l,Hf,Gf),u(s,Hf,Gf),r=r%gc,r<0&&(r=r+gc),i=i%gc,i<0&&(i=i+gc),r>i&&!o?i+=gc:rr&&(Yf[0]=b6(_)*a+t,Yf[1]=g6(_)*n+e,c(l,Yf,l),u(s,Yf,s))}var ca={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},bc=[],Ec=[],no=[],$l=[],ro=[],io=[],E6=Math.min,S6=Math.max,Sc=Math.cos,yc=Math.sin,Wo=Math.abs,Dy=Math.PI,os=Dy*2,y6=typeof Float32Array<"u",z1=[];function T6(t){var e=Math.round(t/Dy*1e8)/1e8;return e%2*Dy}function Oq(t,e){var a=T6(t[0]);a<0&&(a+=os);var n=a-t[0],r=t[1];r+=n,!e&&r-a>=os?r=a+os:e&&a-r>=os?r=a-os:!e&&a>r?r=a+(os-T6(a-r)):e&&a0&&(this._ux=Wo(n/Y3/e)||0,this._uy=Wo(n/Y3/a)||0)},t.prototype.setDPR=function(e){this.dpr=e},t.prototype.setContext=function(e){this._ctx=e},t.prototype.getContext=function(){return this._ctx},t.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},t.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},t.prototype.moveTo=function(e,a){return this._drawPendingPt(),this.addData(ca.M,e,a),this._ctx&&this._ctx.moveTo(e,a),this._x0=e,this._y0=a,this._xi=e,this._yi=a,this},t.prototype.lineTo=function(e,a){var n=Wo(e-this._xi),r=Wo(a-this._yi),i=n>this._ux||r>this._uy;if(this.addData(ca.L,e,a),this._ctx&&i&&this._ctx.lineTo(e,a),i)this._xi=e,this._yi=a,this._pendingPtDist=0;else{var o=n*n+r*r;o>this._pendingPtDist&&(this._pendingPtX=e,this._pendingPtY=a,this._pendingPtDist=o)}return this},t.prototype.bezierCurveTo=function(e,a,n,r,i,o){return this._drawPendingPt(),this.addData(ca.C,e,a,n,r,i,o),this._ctx&&this._ctx.bezierCurveTo(e,a,n,r,i,o),this._xi=i,this._yi=o,this},t.prototype.quadraticCurveTo=function(e,a,n,r){return this._drawPendingPt(),this.addData(ca.Q,e,a,n,r),this._ctx&&this._ctx.quadraticCurveTo(e,a,n,r),this._xi=n,this._yi=r,this},t.prototype.arc=function(e,a,n,r,i,o){this._drawPendingPt(),z1[0]=r,z1[1]=i,Oq(z1,o),r=z1[0],i=z1[1];var l=i-r;return this.addData(ca.A,e,a,n,n,r,l,0,o?0:1),this._ctx&&this._ctx.arc(e,a,n,r,i,o),this._xi=Sc(i)*n+e,this._yi=yc(i)*n+a,this},t.prototype.arcTo=function(e,a,n,r,i){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(e,a,n,r,i),this},t.prototype.rect=function(e,a,n,r){return this._drawPendingPt(),this._ctx&&this._ctx.rect(e,a,n,r),this.addData(ca.R,e,a,n,r),this},t.prototype.closePath=function(){this._drawPendingPt(),this.addData(ca.Z);var e=this._ctx,a=this._x0,n=this._y0;return e&&e.closePath(),this._xi=a,this._yi=n,this},t.prototype.fill=function(e){e&&e.fill(),this.toStatic()},t.prototype.stroke=function(e){e&&e.stroke(),this.toStatic()},t.prototype.len=function(){return this._len},t.prototype.setData=function(e){var a=e.length;!(this.data&&this.data.length===a)&&y6&&(this.data=new Float32Array(a));for(var n=0;nu.length&&(this._expandData(),u=this.data);for(var d=0;d0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},t.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var e=[],a=0;a11&&(this.data=new Float32Array(e)))}},t.prototype.getBoundingRect=function(){no[0]=no[1]=ro[0]=ro[1]=Number.MAX_VALUE,$l[0]=$l[1]=io[0]=io[1]=-Number.MAX_VALUE;var e=this.data,a=0,n=0,r=0,i=0,o;for(o=0;on||Wo(S)>r||p===a-1)&&(h=Math.sqrt(E*E+S*S),i=m,o=g);break}case ca.C:{var y=e[p++],T=e[p++],m=e[p++],g=e[p++],C=e[p++],w=e[p++];h=pCe(i,o,y,T,m,g,C,w,10),i=C,o=w;break}case ca.Q:{var y=e[p++],T=e[p++],m=e[p++],g=e[p++];h=fCe(i,o,y,T,m,g,10),i=m,o=g;break}case ca.A:var A=e[p++],O=e[p++],x=e[p++],M=e[p++],P=e[p++],Y=e[p++],$=Y+P;p+=1,f&&(l=Sc(P)*x+A,s=yc(P)*M+O),h=S6(x,M)*E6(os,Math.abs(Y)),i=Sc($)*x+A,o=yc($)*M+O;break;case ca.R:{l=i=e[p++],s=o=e[p++];var B=e[p++],k=e[p++];h=B*2+k*2;break}case ca.Z:{var E=l-i,S=s-o;h=Math.sqrt(E*E+S*S),i=l,o=s;break}}h>=0&&(c[d++]=h,u+=h)}return this._pathLen=u,u},t.prototype.rebuildPath=function(e,a){var n=this.data,r=this._ux,i=this._uy,o=this._len,l,s,c,u,d,p,_=a<1,f,h,m=0,g=0,E,S=0,y,T;if(!(_&&(this._pathSegLen||this._calculateLength(),f=this._pathSegLen,h=this._pathLen,E=a*h,!E)))e:for(var C=0;C0&&(e.lineTo(y,T),S=0),w){case ca.M:l=c=n[C++],s=u=n[C++],e.moveTo(c,u);break;case ca.L:{d=n[C++],p=n[C++];var O=Wo(d-c),x=Wo(p-u);if(O>r||x>i){if(_){var M=f[g++];if(m+M>E){var P=(E-m)/M;e.lineTo(c*(1-P)+d*P,u*(1-P)+p*P);break e}m+=M}e.lineTo(d,p),c=d,u=p,S=0}else{var Y=O*O+x*x;Y>S&&(y=d,T=p,S=Y)}break}case ca.C:{var $=n[C++],B=n[C++],k=n[C++],H=n[C++],V=n[C++],Z=n[C++];if(_){var M=f[g++];if(m+M>E){var P=(E-m)/M;Fs(c,$,k,V,P,bc),Fs(u,B,H,Z,P,Ec),e.bezierCurveTo(bc[1],Ec[1],bc[2],Ec[2],bc[3],Ec[3]);break e}m+=M}e.bezierCurveTo($,B,k,H,V,Z),c=V,u=Z;break}case ca.Q:{var $=n[C++],B=n[C++],k=n[C++],H=n[C++];if(_){var M=f[g++];if(m+M>E){var P=(E-m)/M;V3(c,$,k,P,bc),V3(u,B,H,P,Ec),e.quadraticCurveTo(bc[1],Ec[1],bc[2],Ec[2]);break e}m+=M}e.quadraticCurveTo($,B,k,H),c=k,u=H;break}case ca.A:var j=n[C++],ie=n[C++],ne=n[C++],oe=n[C++],fe=n[C++],be=n[C++],ye=n[C++],te=!n[C++],ve=ne>oe?ne:oe,se=Wo(ne-oe)>.001,Ae=fe+be,Ne=!1;if(_){var M=f[g++];m+M>E&&(Ae=fe+be*(E-m)/M,Ne=!0),m+=M}if(se&&e.ellipse?e.ellipse(j,ie,ne,oe,ye,fe,Ae,te):e.arc(j,ie,ve,fe,Ae,te),Ne)break e;A&&(l=Sc(fe)*ne+j,s=yc(fe)*oe+ie),c=Sc(Ae)*ne+j,u=yc(Ae)*oe+ie;break;case ca.R:l=c=n[C],s=u=n[C+1],d=n[C++],p=n[C++];var Ve=n[C++],K=n[C++];if(_){var M=f[g++];if(m+M>E){var Q=E-m;e.moveTo(d,p),e.lineTo(d+E6(Q,Ve),p),Q-=Ve,Q>0&&e.lineTo(d+Ve,p+E6(Q,K)),Q-=K,Q>0&&e.lineTo(d+S6(Ve-Q,0),p+K),Q-=Ve,Q>0&&e.lineTo(d,p+S6(K-Q,0));break e}m+=M}e.rect(d,p,Ve,K);break;case ca.Z:if(_){var M=f[g++];if(m+M>E){var P=(E-m)/M;e.lineTo(c*(1-P)+l*P,u*(1-P)+s*P);break e}m+=M}e.closePath(),c=l,u=s}}},t.prototype.clone=function(){var e=new t,a=this.data;return e.data=a.slice?a.slice():Array.prototype.slice.call(a),e._len=this._len,e},t.CMD=ca,t.initDefaultProps=function(){var e=t.prototype;e._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,e._version=0}(),t}();function l0(t,e,a,n,r,i,o){if(r===0)return!1;var l=r,s=0,c=t;if(o>e+l&&o>n+l||ot+l&&i>a+l||ie+d&&u>n+d&&u>i+d&&u>l+d||ut+d&&c>a+d&&c>r+d&&c>o+d||ce+c&&s>n+c&&s>i+c||st+c&&l>a+c&&l>r+c||la||u+cr&&(r+=U1);var p=Math.atan2(s,l);return p<0&&(p+=U1),p>=n&&p<=r||p+U1>=n&&p+U1<=r}function Jo(t,e,a,n,r,i){if(i>e&&i>n||ir?l:0}var Wl=gl.CMD,Tc=Math.PI*2,qCe=1e-4;function $Ce(t,e){return Math.abs(t-e)e&&c>n&&c>i&&c>l||c1&&WCe(),_=ja(e,n,i,l,ri[0]),p>1&&(f=ja(e,n,i,l,ri[1]))),p===2?me&&l>n&&l>i||l=0&&c<=1){for(var u=0,d=An(e,n,i,c),p=0;pa||l<-a)return 0;var s=Math.sqrt(a*a-l*l);qn[0]=-s,qn[1]=s;var c=Math.abs(n-r);if(c<1e-4)return 0;if(c>=Tc-1e-4){n=0,r=Tc;var u=i?1:-1;return o>=qn[0]+t&&o<=qn[1]+t?u:0}if(n>r){var d=n;n=r,r=d}n<0&&(n+=Tc,r+=Tc);for(var p=0,_=0;_<2;_++){var f=qn[_];if(f+t>o){var h=Math.atan2(l,f),u=i?1:-1;h<0&&(h=Tc+h),(h>=n&&h<=r||h+Tc>=n&&h+Tc<=r)&&(h>Math.PI/2&&h1&&(a||(l+=Jo(s,c,u,d,n,r))),m&&(s=i[f],c=i[f+1],u=s,d=c),h){case Wl.M:u=i[f++],d=i[f++],s=u,c=d;break;case Wl.L:if(a){if(l0(s,c,i[f],i[f+1],e,n,r))return!0}else l+=Jo(s,c,i[f],i[f+1],n,r)||0;s=i[f++],c=i[f++];break;case Wl.C:if(a){if(HCe(s,c,i[f++],i[f++],i[f++],i[f++],i[f],i[f+1],e,n,r))return!0}else l+=KCe(s,c,i[f++],i[f++],i[f++],i[f++],i[f],i[f+1],n,r)||0;s=i[f++],c=i[f++];break;case Wl.Q:if(a){if(GCe(s,c,i[f++],i[f++],i[f],i[f+1],e,n,r))return!0}else l+=QCe(s,c,i[f++],i[f++],i[f],i[f+1],n,r)||0;s=i[f++],c=i[f++];break;case Wl.A:var g=i[f++],E=i[f++],S=i[f++],y=i[f++],T=i[f++],C=i[f++];f+=1;var w=!!(1-i[f++]);p=Math.cos(T)*S+g,_=Math.sin(T)*y+E,m?(u=p,d=_):l+=Jo(s,c,p,_,n,r);var A=(n-g)*y/S+g;if(a){if(YCe(g,E,y,T,T+C,w,e,A,r))return!0}else l+=XCe(g,E,y,T,T+C,w,A,r);s=Math.cos(T+C)*S+g,c=Math.sin(T+C)*y+E;break;case Wl.R:u=s=i[f++],d=c=i[f++];var O=i[f++],x=i[f++];if(p=u+O,_=d+x,a){if(l0(u,d,p,d,e,n,r)||l0(p,d,p,_,e,n,r)||l0(p,_,u,_,e,n,r)||l0(u,_,u,d,e,n,r))return!0}else l+=Jo(p,d,p,_,n,r),l+=Jo(u,_,u,d,n,r);break;case Wl.Z:if(a){if(l0(s,c,u,d,e,n,r))return!0}else l+=Jo(s,c,u,d,n,r);s=u,c=d;break}}return!a&&!$Ce(c,d)&&(l+=Jo(s,c,u,d,n,r)||0),l!==0}function ZCe(t,e,a){return Iq(t,0,!1,e,a)}function jCe(t,e,a,n){return Iq(t,e,!0,a,n)}var xq=ot({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},iu),JCe={style:ot({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},b4.style)},C6=Ro.concat(["invisible","culling","z","z2","zlevel","parent"]),Gt=function(t){ge(e,t);function e(a){return t.call(this,a)||this}return e.prototype.update=function(){var a=this;t.prototype.update.call(this);var n=this.style;if(n.decal){var r=this._decalEl=this._decalEl||new e;r.buildPath===e.prototype.buildPath&&(r.buildPath=function(s){a.buildPath(s,a.shape)}),r.silent=!0;var i=r.style;for(var o in n)i[o]!==n[o]&&(i[o]=n[o]);i.fill=n.fill?n.decal:null,i.decal=null,i.shadowColor=null,n.strokeFirst&&(i.stroke=null);for(var l=0;l.5?xy:n>.2?xCe:Ny}else if(a)return Ny}return xy},e.prototype.getInsideTextStroke=function(a){var n=this.style.fill;if(Qe(n)){var r=this.__zr,i=!!(r&&r.isDarkMode()),o=H3(a,0)0))},e.prototype.hasFill=function(){var a=this.style,n=a.fill;return n!=null&&n!=="none"},e.prototype.getBoundingRect=function(){var a=this._rect,n=this.style,r=!a;if(r){var i=!1;this.path||(i=!0,this.createPathProxy());var o=this.path;(i||this.__dirty&x0)&&(o.beginPath(),this.buildPath(o,this.shape,!1),this.pathUpdated()),a=o.getBoundingRect()}if(this._rect=a,this.hasStroke()&&this.path&&this.path.len()>0){var l=this._rectStroke||(this._rectStroke=a.clone());if(this.__dirty||r){l.copy(a);var s=n.strokeNoScale?this.getLineScale():1,c=n.lineWidth;if(!this.hasFill()){var u=this.strokeContainThreshold;c=Math.max(c,u??4)}s>1e-10&&(l.width+=c/s,l.height+=c/s,l.x-=c/s/2,l.y-=c/s/2)}return l}return a},e.prototype.contain=function(a,n){var r=this.transformCoordToLocal(a,n),i=this.getBoundingRect(),o=this.style;if(a=r[0],n=r[1],i.contain(a,n)){var l=this.path;if(this.hasStroke()){var s=o.lineWidth,c=o.strokeNoScale?this.getLineScale():1;if(c>1e-10&&(this.hasFill()||(s=Math.max(s,this.strokeContainThreshold)),jCe(l,s/c,a,n)))return!0}if(this.hasFill())return ZCe(l,a,n)}return!1},e.prototype.dirtyShape=function(){this.__dirty|=x0,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},e.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},e.prototype.animateShape=function(a){return this.animate("shape",a)},e.prototype.updateDuringAnimation=function(a){a==="style"?this.dirtyStyle():a==="shape"?this.dirtyShape():this.markRedraw()},e.prototype.attrKV=function(a,n){a==="shape"?this.setShape(n):t.prototype.attrKV.call(this,a,n)},e.prototype.setShape=function(a,n){var r=this.shape;return r||(r=this.shape={}),typeof a=="string"?r[a]=n:Le(r,a),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(this.__dirty&x0)},e.prototype.createStyle=function(a){return f4(xq,a)},e.prototype._innerSaveToNormal=function(a){t.prototype._innerSaveToNormal.call(this,a);var n=this._normalState;a.shape&&!n.shape&&(n.shape=Le({},this.shape))},e.prototype._applyStateObj=function(a,n,r,i,o,l){t.prototype._applyStateObj.call(this,a,n,r,i,o,l);var s=!(n&&i),c;if(n&&n.shape?o?i?c=n.shape:(c=Le({},r.shape),Le(c,n.shape)):(c=Le({},i?this.shape:r.shape),Le(c,n.shape)):s&&(c=r.shape),c)if(o){this.shape=Le({},this.shape);for(var u={},d=aa(c),p=0;p0},e.prototype.hasFill=function(){var a=this.style,n=a.fill;return n!=null&&n!=="none"},e.prototype.createStyle=function(a){return f4(eRe,a)},e.prototype.setBoundingRect=function(a){this._rect=a},e.prototype.getBoundingRect=function(){var a=this.style;if(!this._rect){var n=a.text;n!=null?n+="":n="";var r=a_(n,a.font,a.textAlign,a.textBaseline);if(r.x+=a.x||0,r.y+=a.y||0,this.hasStroke()){var i=a.lineWidth;r.x-=i/2,r.y-=i/2,r.width+=i,r.height+=i}this._rect=r}return this._rect},e.initDefaultProps=function(){var a=e.prototype;a.dirtyRectTolerance=10}(),e}(Ao);v2.prototype.type="tspan";var tRe=ot({x:0,y:0},iu),aRe={style:ot({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},b4.style)};function nRe(t){return!!(t&&typeof t!="string"&&t.width&&t.height)}var Hr=function(t){ge(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e.prototype.createStyle=function(a){return f4(tRe,a)},e.prototype._getSize=function(a){var n=this.style,r=n[a];if(r!=null)return r;var i=nRe(n.image)?n.image:this.__image;if(!i)return 0;var o=a==="width"?"height":"width",l=n[o];return l==null?i[a]:i[a]/i[o]*l},e.prototype.getWidth=function(){return this._getSize("width")},e.prototype.getHeight=function(){return this._getSize("height")},e.prototype.getAnimationStyleProps=function(){return aRe},e.prototype.getBoundingRect=function(){var a=this.style;return this._rect||(this._rect=new Ct(a.x||0,a.y||0,this.getWidth(),this.getHeight())),this._rect},e}(Ao);Hr.prototype.type="image";function rRe(t,e){var a=e.x,n=e.y,r=e.width,i=e.height,o=e.r,l,s,c,u;r<0&&(a=a+r,r=-r),i<0&&(n=n+i,i=-i),typeof o=="number"?l=s=c=u=o:o instanceof Array?o.length===1?l=s=c=u=o[0]:o.length===2?(l=c=o[0],s=u=o[1]):o.length===3?(l=o[0],s=u=o[1],c=o[2]):(l=o[0],s=o[1],c=o[2],u=o[3]):l=s=c=u=0;var d;l+s>r&&(d=l+s,l*=r/d,s*=r/d),c+u>r&&(d=c+u,c*=r/d,u*=r/d),s+c>i&&(d=s+c,s*=i/d,c*=i/d),l+u>i&&(d=l+u,l*=i/d,u*=i/d),t.moveTo(a+l,n),t.lineTo(a+r-s,n),s!==0&&t.arc(a+r-s,n+s,s,-Math.PI/2,0),t.lineTo(a+r,n+i-c),c!==0&&t.arc(a+r-c,n+i-c,c,0,Math.PI/2),t.lineTo(a+u,n+i),u!==0&&t.arc(a+u,n+i-u,u,Math.PI/2,Math.PI),t.lineTo(a,n+l),l!==0&&t.arc(a+l,n+l,l,Math.PI,Math.PI*1.5)}var D0=Math.round;function Nq(t,e,a){if(e){var n=e.x1,r=e.x2,i=e.y1,o=e.y2;t.x1=n,t.x2=r,t.y1=i,t.y2=o;var l=a&&a.lineWidth;return l&&(D0(n*2)===D0(r*2)&&(t.x1=t.x2=Wc(n,l,!0)),D0(i*2)===D0(o*2)&&(t.y1=t.y2=Wc(i,l,!0))),t}}function Mq(t,e,a){if(e){var n=e.x,r=e.y,i=e.width,o=e.height;t.x=n,t.y=r,t.width=i,t.height=o;var l=a&&a.lineWidth;return l&&(t.x=Wc(n,l,!0),t.y=Wc(r,l,!0),t.width=Math.max(Wc(n+i,l,!1)-t.x,i===0?0:1),t.height=Math.max(Wc(r+o,l,!1)-t.y,o===0?0:1)),t}}function Wc(t,e,a){if(!e)return t;var n=D0(t*2);return(n+D0(e))%2===0?n/2:(n+(a?1:-1))/2}var iRe=function(){function t(){this.x=0,this.y=0,this.width=0,this.height=0}return t}(),oRe={},Jt=function(t){ge(e,t);function e(a){return t.call(this,a)||this}return e.prototype.getDefaultShape=function(){return new iRe},e.prototype.buildPath=function(a,n){var r,i,o,l;if(this.subPixelOptimize){var s=Mq(oRe,n,this.style);r=s.x,i=s.y,o=s.width,l=s.height,s.r=n.r,n=s}else r=n.x,i=n.y,o=n.width,l=n.height;n.r?rRe(a,n):a.rect(r,i,o,l)},e.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},e}(Gt);Jt.prototype.type="rect";var Zx={fill:"#000"},jx=2,lRe={style:ot({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},b4.style)},ia=function(t){ge(e,t);function e(a){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=Zx,n.attr(a),n}return e.prototype.childrenRef=function(){return this._children},e.prototype.update=function(){t.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var a=0;a0,P=a.width!=null&&(a.overflow==="truncate"||a.overflow==="break"||a.overflow==="breakAll"),Y=o.calculatedLineHeight,$=0;$=0&&($=C[Y],$.align==="right");)this._placeToken($,a,A,g,P,"right",S),O-=$.width,P-=$.width,Y--;for(M+=(i-(M-m)-(E-P)-O)/2;x<=Y;)$=C[x],this._placeToken($,a,A,g,M+$.width/2,"center",S),M+=$.width,x++;g+=A}},e.prototype._placeToken=function(a,n,r,i,o,l,s){var c=n.rich[a.styleName]||{};c.text=a.text;var u=a.verticalAlign,d=i+r/2;u==="top"?d=i+a.height/2:u==="bottom"&&(d=i+r-a.height/2);var p=!a.isLineHolder&&R6(c);p&&this._renderBackground(c,n,l==="right"?o-a.width:l==="center"?o-a.width/2:o,d-a.height/2,a.width,a.height);var _=!!c.backgroundColor,f=a.textPadding;f&&(o=rN(o,l,f),d-=a.height/2-f[0]-a.innerHeight/2);var h=this._getOrCreateChild(v2),m=h.createStyle();h.useStyle(m);var g=this._defaultStyle,E=!1,S=0,y=nN("fill"in c?c.fill:"fill"in n?n.fill:(E=!0,g.fill)),T=aN("stroke"in c?c.stroke:"stroke"in n?n.stroke:!_&&!s&&(!g.autoStroke||E)?(S=jx,g.stroke):null),C=c.textShadowBlur>0||n.textShadowBlur>0;m.text=a.text,m.x=o,m.y=d,C&&(m.shadowBlur=c.textShadowBlur||n.textShadowBlur||0,m.shadowColor=c.textShadowColor||n.textShadowColor||"transparent",m.shadowOffsetX=c.textShadowOffsetX||n.textShadowOffsetX||0,m.shadowOffsetY=c.textShadowOffsetY||n.textShadowOffsetY||0),m.textAlign=l,m.textBaseline="middle",m.font=a.font||yu,m.opacity=Pp(c.opacity,n.opacity,1),eN(m,c),T&&(m.lineWidth=Pp(c.lineWidth,n.lineWidth,S),m.lineDash=wt(c.lineDash,n.lineDash),m.lineDashOffset=n.lineDashOffset||0,m.stroke=T),y&&(m.fill=y);var w=a.contentWidth,A=a.contentHeight;h.setBoundingRect(new Ct(pp(m.x,w,m.textAlign),I0(m.y,A,m.textBaseline),w,A))},e.prototype._renderBackground=function(a,n,r,i,o,l){var s=a.backgroundColor,c=a.borderWidth,u=a.borderColor,d=s&&s.image,p=s&&!d,_=a.borderRadius,f=this,h,m;if(p||a.lineHeight||c&&u){h=this._getOrCreateChild(Jt),h.useStyle(h.createStyle()),h.style.fill=null;var g=h.shape;g.x=r,g.y=i,g.width=o,g.height=l,g.r=_,h.dirtyShape()}if(p){var E=h.style;E.fill=s||null,E.fillOpacity=wt(a.fillOpacity,1)}else if(d){m=this._getOrCreateChild(Hr),m.onload=function(){f.dirtyStyle()};var S=m.style;S.image=s.image,S.x=r,S.y=i,S.width=o,S.height=l}if(c&&u){var E=h.style;E.lineWidth=c,E.stroke=u,E.strokeOpacity=wt(a.strokeOpacity,1),E.lineDash=a.borderDash,E.lineDashOffset=a.borderDashOffset||0,h.strokeContainThreshold=0,h.hasFill()&&h.hasStroke()&&(E.strokeFirst=!0,E.lineWidth*=2)}var y=(h||m).style;y.shadowBlur=a.shadowBlur||0,y.shadowColor=a.shadowColor||"transparent",y.shadowOffsetX=a.shadowOffsetX||0,y.shadowOffsetY=a.shadowOffsetY||0,y.opacity=Pp(a.opacity,n.opacity,1)},e.makeFont=function(a){var n="";return dRe(a)&&(n=[a.fontStyle,a.fontWeight,uRe(a.fontSize),a.fontFamily||"sans-serif"].join(" ")),n&&Ui(n)||a.textFont||a.font},e}(Ao),sRe={left:!0,right:1,center:1},cRe={top:1,bottom:1,middle:1},Jx=["fontStyle","fontWeight","fontSize","fontFamily"];function uRe(t){return typeof t=="string"&&(t.indexOf("px")!==-1||t.indexOf("rem")!==-1||t.indexOf("em")!==-1)?t:isNaN(+t)?_9+"px":t+"px"}function eN(t,e){for(var a=0;a0){if(t<=r)return o;if(t>=i)return l}else{if(t>=r)return o;if(t<=i)return l}else{if(t===r)return o;if(t===i)return l}return(t-r)/s*c+o}function dt(t,e){switch(t){case"center":case"middle":t="50%";break;case"left":case"top":t="0%";break;case"right":case"bottom":t="100%";break}return Qe(t)?_Re(t).match(/%$/)?parseFloat(t)/100*e:parseFloat(t):t==null?NaN:+t}function Ya(t,e,a){return e==null&&(e=10),e=Math.min(Math.max(0,e),Dq),t=(+t).toFixed(e),a?t:+t}function il(t){return t.sort(function(e,a){return e-a}),t}function ol(t){if(t=+t,isNaN(t))return 0;if(t>1e-14){for(var e=1,a=0;a<15;a++,e*=10)if(Math.round(t*e)/e===t)return a}return fRe(t)}function fRe(t){var e=t.toString().toLowerCase(),a=e.indexOf("e"),n=a>0?+e.slice(a+1):0,r=a>0?a:e.length,i=e.indexOf("."),o=i<0?0:r-1-i;return Math.max(0,o-n)}function Lq(t,e){var a=Math.log,n=Math.LN10,r=Math.floor(a(t[1]-t[0])/n),i=Math.round(a(Math.abs(e[1]-e[0]))/n),o=Math.min(Math.max(-r+i,0),20);return isFinite(o)?o:20}function vRe(t,e){var a=Co(t,function(_,f){return _+(isNaN(f)?0:f)},0);if(a===0)return[];for(var n=Math.pow(10,e),r=He(t,function(_){return(isNaN(_)?0:_)/a*n*100}),i=n*100,o=He(r,function(_){return Math.floor(_)}),l=Co(o,function(_,f){return _+f},0),s=He(r,function(_,f){return _-o[f]});lc&&(c=s[d],u=d);++o[u],s[u]=0,++l}return He(o,function(_){return _/n})}function hRe(t,e){var a=Math.max(ol(t),ol(e)),n=t+e;return a>Dq?n:Ya(n,a)}var gWe=9007199254740991;function Pq(t){var e=Math.PI*2;return(t%e+e)%e}function q3(t){return t>-oN&&t=10&&e++,e}function kq(t,e){var a=y9(t),n=Math.pow(10,a),r=t/n,i;return r<1.5?i=1:r<2.5?i=2:r<4?i=3:r<7?i=5:i=10,t=i*n,a>=-20?+t.toFixed(a<0?-a:0):t}function bWe(t,e){var a=(t.length-1)*e+1,n=Math.floor(a),r=+t[n-1],i=a-n;return i?r+i*(t[n]-r):r}function lN(t){t.sort(function(s,c){return l(s,c,0)?-1:1});for(var e=-1/0,a=1,n=0;n=0,i=!1;if(t instanceof Gt){var o=$q(t),l=r&&o.selectFill||o.normalFill,s=r&&o.selectStroke||o.normalStroke;if(s0(l)||s0(s)){n=n||{};var c=n.style||{};c.fill==="inherit"?(i=!0,n=Le({},n),c=Le({},c),c.fill=l):!s0(c.fill)&&s0(l)?(i=!0,n=Le({},n),c=Le({},c),c.fill=Ux(l)):!s0(c.stroke)&&s0(s)&&(i||(n=Le({},n),c=Le({},c)),c.stroke=Ux(s)),n.style=c}}if(n&&n.z2==null){i||(n=Le({},n));var u=t.z2EmphasisLift;n.z2=t.z2+(u??Wq)}return n}function URe(t,e,a){if(a&&a.z2==null){a=Le({},a);var n=t.z2SelectLift;a.z2=t.z2+(n??PRe)}return a}function VRe(t,e,a){var n=kt(t.currentStates,e)>=0,r=t.style.opacity,i=n?null:FRe(t,["opacity"],e,{opacity:1});a=a||{};var o=a.style||{};return o.opacity==null&&(a=Le({},a),o=Le({opacity:n?r:i.opacity*.1},o),a.style=o),a}function A6(t,e){var a=this.states[t];if(this.style){if(t==="emphasis")return zRe(this,t,e,a);if(t==="blur")return VRe(this,t,a);if(t==="select")return URe(this,t,a)}return a}function O9(t){t.stateProxy=A6;var e=t.getTextContent(),a=t.getTextGuideLine();e&&(e.stateProxy=A6),a&&(a.stateProxy=A6)}function fN(t,e){!e$(t,e)&&!t.__highByOuter&&Rl(t,Kq)}function vN(t,e){!e$(t,e)&&!t.__highByOuter&&Rl(t,Qq)}function Ed(t,e){t.__highByOuter|=1<<(e||0),Rl(t,Kq)}function Sd(t,e){!(t.__highByOuter&=~(1<<(e||0)))&&Rl(t,Qq)}function HRe(t){Rl(t,w9)}function Zq(t){Rl(t,Xq)}function jq(t){Rl(t,kRe)}function Jq(t){Rl(t,BRe)}function e$(t,e){return t.__highDownSilentOnTouch&&e.zrByTouch}function t$(t){var e=t.getModel(),a=[],n=[];e.eachComponent(function(r,i){var o=R9(i),l=r==="series",s=l?t.getViewOfSeriesModel(i):t.getViewOfComponentModel(i);!l&&n.push(s),o.isBlured&&(s.group.traverse(function(c){Xq(c)}),l&&a.push(i)),o.isBlured=!1}),z(n,function(r){r&&r.toggleBlurSeries&&r.toggleBlurSeries(a,!1,e)})}function Py(t,e,a,n){var r=n.getModel();a=a||"coordinateSystem";function i(c,u){for(var d=0;d0){var l={dataIndex:o,seriesIndex:a.seriesIndex};i!=null&&(l.dataType=i),e.push(l)}})}),e}function lu(t,e,a){x9(t,!0),Rl(t,O9),QRe(t,e,a)}function KRe(t){x9(t,!1)}function Us(t,e,a,n){n?KRe(t):lu(t,e,a)}function QRe(t,e,a){var n=yt(t);e!=null?(n.focus=e,n.blurScope=a):n.focus&&(n.focus=null)}var mN=["emphasis","blur","select"],XRe={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function yd(t,e,a,n){a=a||"itemStyle";for(var r=0;r1&&(o*=w6(f),l*=w6(f));var h=(r===i?-1:1)*w6((o*o*(l*l)-o*o*(_*_)-l*l*(p*p))/(o*o*(_*_)+l*l*(p*p)))||0,m=h*o*_/l,g=h*-l*p/o,E=(t+a)/2+$f(d)*m-qf(d)*g,S=(e+n)/2+qf(d)*m+$f(d)*g,y=SN([1,0],[(p-m)/o,(_-g)/l]),T=[(p-m)/o,(_-g)/l],C=[(-1*p-m)/o,(-1*_-g)/l],w=SN(T,C);if(zy(T,C)<=-1&&(w=V1),zy(T,C)>=1&&(w=0),w<0){var A=Math.round(w/V1*1e6)/1e6;w=V1*2+A%2*V1}u.addData(c,E,S,o,l,y,w,d,i)}var aAe=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/ig,nAe=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function rAe(t){var e=new gl;if(!t)return e;var a=0,n=0,r=a,i=n,o,l=gl.CMD,s=t.match(aAe);if(!s)return e;for(var c=0;c=0&&(r.splice(i,0,a),this._doAdd(a))}return this},e.prototype.replace=function(a,n){var r=kt(this._children,a);return r>=0&&this.replaceAt(n,r),this},e.prototype.replaceAt=function(a,n){var r=this._children,i=r[n];if(a&&a!==this&&a.parent!==this&&a!==i){r[n]=a,i.parent=null;var o=this.__zr;o&&i.removeSelfFromZr(o),this._doAdd(a)}return this},e.prototype._doAdd=function(a){a.parent&&a.parent.remove(a),a.parent=this;var n=this.__zr;n&&n!==a.__zr&&a.addSelfToZr(n),n&&n.refresh()},e.prototype.remove=function(a){var n=this.__zr,r=this._children,i=kt(r,a);return i<0?this:(r.splice(i,1),a.parent=null,n&&a.removeSelfFromZr(n),n&&n.refresh(),this)},e.prototype.removeAll=function(){for(var a=this._children,n=this.__zr,r=0;r$*$+B*B&&(A=x,O=M),{cx:A,cy:O,x0:-u,y0:-d,x1:A*(r/T-1),y1:O*(r/T-1)}}function dAe(t){var e;if(ze(t)){var a=t.length;if(!a)return t;a===1?e=[t[0],t[0],0,0]:a===2?e=[t[0],t[0],t[1],t[1]]:a===3?e=t.concat(t[2]):e=t}else e=[t,t,t,t];return e}function pAe(t,e){var a,n=vp(e.r,0),r=vp(e.r0||0,0),i=n>0,o=r>0;if(!(!i&&!o)){if(i||(n=r,r=0),r>n){var l=n;n=r,r=l}var s=e.startAngle,c=e.endAngle;if(!(isNaN(s)||isNaN(c))){var u=e.cx,d=e.cy,p=!!e.clockwise,_=TN(c-s),f=_>O6&&_%O6;if(f>Ii&&(_=f),!(n>Ii))t.moveTo(u,d);else if(_>O6-Ii)t.moveTo(u+n*u0(s),d+n*Cc(s)),t.arc(u,d,n,s,c,!p),r>Ii&&(t.moveTo(u+r*u0(c),d+r*Cc(c)),t.arc(u,d,r,c,s,p));else{var h=void 0,m=void 0,g=void 0,E=void 0,S=void 0,y=void 0,T=void 0,C=void 0,w=void 0,A=void 0,O=void 0,x=void 0,M=void 0,P=void 0,Y=void 0,$=void 0,B=n*u0(s),k=n*Cc(s),H=r*u0(c),V=r*Cc(c),Z=_>Ii;if(Z){var j=e.cornerRadius;j&&(a=dAe(j),h=a[0],m=a[1],g=a[2],E=a[3]);var ie=TN(n-r)/2;if(S=oo(ie,g),y=oo(ie,E),T=oo(ie,h),C=oo(ie,m),O=w=vp(S,y),x=A=vp(T,C),(w>Ii||A>Ii)&&(M=n*u0(c),P=n*Cc(c),Y=r*u0(s),$=r*Cc(s),_Ii){var se=oo(g,O),Ae=oo(E,O),Ne=Wf(Y,$,B,k,n,se,p),Ve=Wf(M,P,H,V,n,Ae,p);t.moveTo(u+Ne.cx+Ne.x0,d+Ne.cy+Ne.y0),O0&&t.arc(u+Ne.cx,d+Ne.cy,se,Tn(Ne.y0,Ne.x0),Tn(Ne.y1,Ne.x1),!p),t.arc(u,d,n,Tn(Ne.cy+Ne.y1,Ne.cx+Ne.x1),Tn(Ve.cy+Ve.y1,Ve.cx+Ve.x1),!p),Ae>0&&t.arc(u+Ve.cx,d+Ve.cy,Ae,Tn(Ve.y1,Ve.x1),Tn(Ve.y0,Ve.x0),!p))}else t.moveTo(u+B,d+k),t.arc(u,d,n,s,c,!p);if(!(r>Ii)||!Z)t.lineTo(u+H,d+V);else if(x>Ii){var se=oo(h,x),Ae=oo(m,x),Ne=Wf(H,V,M,P,r,-Ae,p),Ve=Wf(B,k,Y,$,r,-se,p);t.lineTo(u+Ne.cx+Ne.x0,d+Ne.cy+Ne.y0),x0&&t.arc(u+Ne.cx,d+Ne.cy,Ae,Tn(Ne.y0,Ne.x0),Tn(Ne.y1,Ne.x1),!p),t.arc(u,d,r,Tn(Ne.cy+Ne.y1,Ne.cx+Ne.x1),Tn(Ve.cy+Ve.y1,Ve.cx+Ve.x1),p),se>0&&t.arc(u+Ve.cx,d+Ve.cy,se,Tn(Ve.y1,Ve.x1),Tn(Ve.y0,Ve.x0),!p))}else t.lineTo(u+H,d+V),t.arc(u,d,r,c,s,p)}t.closePath()}}}var _Ae=function(){function t(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=Math.PI*2,this.clockwise=!0,this.cornerRadius=0}return t}(),mi=function(t){ge(e,t);function e(a){return t.call(this,a)||this}return e.prototype.getDefaultShape=function(){return new _Ae},e.prototype.buildPath=function(a,n){pAe(a,n)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(Gt);mi.prototype.type="sector";var fAe=function(){function t(){this.cx=0,this.cy=0,this.r=0,this.r0=0}return t}(),r_=function(t){ge(e,t);function e(a){return t.call(this,a)||this}return e.prototype.getDefaultShape=function(){return new fAe},e.prototype.buildPath=function(a,n){var r=n.cx,i=n.cy,o=Math.PI*2;a.moveTo(r+n.r,i),a.arc(r,i,n.r,0,o,!1),a.moveTo(r+n.r0,i),a.arc(r,i,n.r0,0,o,!0)},e}(Gt);r_.prototype.type="ring";function vAe(t,e,a,n){var r=[],i=[],o=[],l=[],s,c,u,d;if(n){u=[1/0,1/0],d=[-1/0,-1/0];for(var p=0,_=t.length;p<_;p++)ms(u,u,t[p]),gs(d,d,t[p]);ms(u,u,n[0]),gs(d,d,n[1])}for(var p=0,_=t.length;p<_;p++){var f=t[p];if(a)s=t[p?p-1:_-1],c=t[(p+1)%_];else if(p===0||p===_-1){r.push(iCe(t[p]));continue}else s=t[p-1],c=t[p+1];oCe(i,c,s),r6(i,i,e);var h=yy(f,s),m=yy(f,c),g=h+m;g!==0&&(h/=g,m/=g),r6(o,i,-h),r6(l,i,m);var E=Nx([],f,o),S=Nx([],f,l);n&&(gs(E,E,u),ms(E,E,d),gs(S,S,u),ms(S,S,d)),r.push(E),r.push(S)}return a&&r.push(r.shift()),r}function c$(t,e,a){var n=e.smooth,r=e.points;if(r&&r.length>=2){if(n){var i=vAe(r,n,a,e.smoothConstraint);t.moveTo(r[0][0],r[0][1]);for(var o=r.length,l=0;l<(a?o:o-1);l++){var s=i[l*2],c=i[l*2+1],u=r[(l+1)%o];t.bezierCurveTo(s[0],s[1],c[0],c[1],u[0],u[1])}}else{t.moveTo(r[0][0],r[0][1]);for(var l=1,d=r.length;lAc[1]){if(l=!1,i)return l;var u=Math.abs(Ac[0]-Rc[1]),d=Math.abs(Rc[0]-Ac[1]);Math.min(u,d)>r.len()&&(u0){var d=u.duration,p=u.delay,_=u.easing,f={duration:d,delay:p||0,easing:_,done:i,force:!!i||!!o,setToFinal:!c,scope:t,during:o};l?e.animateFrom(a,f):e.animateTo(a,f)}else e.stopAnimation(),!l&&e.attr(a),o&&o(1),i&&i()}function Na(t,e,a,n,r,i){D9("update",t,e,a,n,r,i)}function dn(t,e,a,n,r,i){D9("enter",t,e,a,n,r,i)}function $0(t){if(!t.__zr)return!0;for(var e=0;eMath.abs(i[1])?i[0]>0?"right":"left":i[1]>0?"bottom":"top"}function AN(t){return!t.isGroup}function PAe(t){return t.shape!=null}function A4(t,e,a){if(!t||!e)return;function n(o){var l={};return o.traverse(function(s){AN(s)&&s.anid&&(l[s.anid]=s)}),l}function r(o){var l={x:o.x,y:o.y,rotation:o.rotation};return PAe(o)&&(l.shape=Le({},o.shape)),l}var i=n(t);e.traverse(function(o){if(AN(o)&&o.anid){var l=i[o.anid];if(l){var s=r(o);o.attr(r(l)),Na(o,s,a,yt(o).dataIndex)}}})}function S$(t,e){return He(t,function(a){var n=a[0];n=X3(n,e.x),n=Z3(n,e.x+e.width);var r=a[1];return r=X3(r,e.y),r=Z3(r,e.y+e.height),[n,r]})}function kAe(t,e){var a=X3(t.x,e.x),n=Z3(t.x+t.width,e.x+e.width),r=X3(t.y,e.y),i=Z3(t.y+t.height,e.y+e.height);if(n>=a&&i>=r)return{x:a,y:r,width:n-a,height:i-r}}function i_(t,e,a){var n=Le({rectHover:!0},e),r=n.style={strokeNoScale:!0};if(a=a||{x:-1,y:-1,width:2,height:2},t)return t.indexOf("image://")===0?(r.image=t.slice(8),ot(r,a),new Hr(n)):L9(t.replace("path://",""),n,a,"center")}function BAe(t,e,a,n,r){for(var i=0,o=r[r.length-1];i1)return!1;var m=I6(_,f,u,d)/p;return!(m<0||m>1)}function I6(t,e,a,n){return t*n-a*e}function FAe(t){return t<=1e-6&&t>=-1e-6}function Kd(t){var e=t.itemTooltipOption,a=t.componentModel,n=t.itemName,r=Qe(e)?{formatter:e}:e,i=a.mainType,o=a.componentIndex,l={componentType:i,name:n,$vars:["name"]};l[i+"Index"]=o;var s=t.formatterParamsExtra;s&&z(aa(s),function(u){Xe(l,u)||(l[u]=s[u],l.$vars.push(u))});var c=yt(t.el);c.componentMainType=i,c.componentIndex=o,c.tooltipConfig={name:n,option:ot({content:n,encodeHTMLContent:!0,formatterParams:l},r)}}function wN(t,e){var a;t.isGroup&&(a=e(t)),a||t.traverse(e)}function w4(t,e){if(t)if(ze(t))for(var a=0;a1){var u=s.shift();s.length===1&&(n[l]=s[0]),this._update&&this._update(u,o)}else c===1?(n[l]=null,this._update&&this._update(s,o)):this._remove&&this._remove(o)}this._performRestAdd(i,n)},t.prototype._executeMultiple=function(){var e=this._old,a=this._new,n={},r={},i=[],o=[];this._initIndexMap(e,n,i,"_oldKeyGetter"),this._initIndexMap(a,r,o,"_newKeyGetter");for(var l=0;l1&&p===1)this._updateManyToOne&&this._updateManyToOne(u,c),r[s]=null;else if(d===1&&p>1)this._updateOneToMany&&this._updateOneToMany(u,c),r[s]=null;else if(d===1&&p===1)this._update&&this._update(u,c),r[s]=null;else if(d>1&&p>1)this._updateManyToMany&&this._updateManyToMany(u,c),r[s]=null;else if(d>1)for(var _=0;_1)for(var l=0;lh&&(h=S)}_[0]=f,_[1]=h}},r=function(){return this._data?this._data.length/this._dimSize:0};kN=(e={},e[Cr+"_"+vl]={pure:!0,appendData:i},e[Cr+"_"+Zd]={pure:!0,appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: "row".')}},e[Ji]={pure:!0,appendData:i},e[xo]={pure:!0,appendData:function(o){var l=this._data;z(o,function(s,c){for(var u=l[c]||(l[c]=[]),d=0;d<(s||[]).length;d++)u.push(s[d])})}},e[Ei]={appendData:i},e[Os]={persistent:!1,pure:!0,appendData:function(o){this._data=o},clean:function(){this._offset+=this.count(),this._data=null}},e);function i(o){for(var l=0;le},gte:function(t,e){return t>=e}},cwe=function(){function t(e,a){if(!ua(a)){var n="";Qn(n)}this._opFn=z$[e],this._rvalFloat=zs(a)}return t.prototype.evaluate=function(e){return ua(e)?this._opFn(e,this._rvalFloat):this._opFn(zs(e),this._rvalFloat)},t}(),uwe=function(){function t(e,a){var n=e==="desc";this._resultLT=n?1:-1,a==null&&(a=n?"min":"max"),this._incomparable=a==="min"?-1/0:1/0}return t.prototype.evaluate=function(e,a){var n=ua(e)?e:zs(e),r=ua(a)?a:zs(a),i=isNaN(n),o=isNaN(r);if(i&&(n=this._incomparable),o&&(r=this._incomparable),i&&o){var l=Qe(e),s=Qe(a);l&&(n=s?e:0),s&&(r=l?a:0)}return nr?-this._resultLT:0},t}(),dwe=function(){function t(e,a){this._rval=a,this._isEQ=e,this._rvalTypeof=typeof a,this._rvalFloat=zs(a)}return t.prototype.evaluate=function(e){var a=e===this._rval;if(!a){var n=typeof e;n!==this._rvalTypeof&&(n==="number"||this._rvalTypeof==="number")&&(a=zs(e)===this._rvalFloat)}return this._isEQ?a:!a},t}();function yWe(t,e){return t==="eq"||t==="ne"?new dwe(t==="eq",e):Xe(z$,t)?new cwe(t,e):null}var x4="undefined",pwe=typeof Uint32Array===x4?Array:Uint32Array,_we=typeof Uint16Array===x4?Array:Uint16Array,U$=typeof Int32Array===x4?Array:Int32Array,UN=typeof Float64Array===x4?Array:Float64Array,V$={float:UN,int:U$,ordinal:Array,number:Array,time:UN},L6;function G1(t){return t>65535?pwe:_we}function d0(){return[1/0,-1/0]}function fwe(t){var e=t.constructor;return e===Array?t.slice():new e(t)}function VN(t,e,a,n,r){var i=V$[a||"float"];if(r){var o=t[e],l=o&&o.length;if(l!==n){for(var s=new i(n),c=0;cm[1]&&(m[1]=h)}return this._rawCount=this._count=s,{start:l,end:s}},t.prototype._initDataFromProvider=function(e,a,n){for(var r=this._provider,i=this._chunks,o=this._dimensions,l=o.length,s=this._rawExtent,c=He(o,function(E){return E.property}),u=0;ug[1]&&(g[1]=m)}}!r.persistent&&r.clean&&r.clean(),this._rawCount=this._count=a,this._extent=[]},t.prototype.count=function(){return this._count},t.prototype.get=function(e,a){if(!(a>=0&&a=0&&a=this._rawCount||e<0)return-1;if(!this._indices)return e;var a=this._indices,n=a[e];if(n!=null&&ne)i=o-1;else return o}return-1},t.prototype.indicesOfNearest=function(e,a,n){var r=this._chunks,i=r[e],o=[];if(!i)return o;n==null&&(n=1/0);for(var l=1/0,s=-1,c=0,u=0,d=this.count();u=0&&s<0)&&(l=f,s=_,c=0),_===s&&(o[c++]=u))}return o.length=c,o},t.prototype.getIndices=function(){var e,a=this._indices;if(a){var n=a.constructor,r=this._count;if(n===Array){e=new n(r);for(var i=0;i=d&&E<=p||isNaN(E))&&(s[c++]=h),h++}f=!0}else if(i===2){for(var m=_[r[0]],S=_[r[1]],y=e[r[1]][0],T=e[r[1]][1],g=0;g=d&&E<=p||isNaN(E))&&(C>=y&&C<=T||isNaN(C))&&(s[c++]=h),h++}f=!0}}if(!f)if(i===1)for(var g=0;g=d&&E<=p||isNaN(E))&&(s[c++]=w)}else for(var g=0;ge[x][1])&&(A=!1)}A&&(s[c++]=a.getRawIndex(g))}return cg[1]&&(g[1]=m)}}}},t.prototype.lttbDownSample=function(e,a){var n=this.clone([e],!0),r=n._chunks,i=r[e],o=this.count(),l=0,s=Math.floor(1/a),c=this.getRawIndex(0),u,d,p,_=new(G1(this._rawCount))(Math.min((Math.ceil(o/s)+2)*2,o));_[l++]=c;for(var f=1;fu&&(u=d,p=y)}M>0&&Mu-f&&(s=u-f,l.length=s);for(var h=0;hd[1]&&(d[1]=g),p[_++]=E}return i._count=_,i._indices=p,i._updateGetRawIdx(),i},t.prototype.each=function(e,a){if(this._count)for(var n=e.length,r=this._chunks,i=0,o=this.count();is&&(s=d)}return o=[l,s],this._extent[e]=o,o},t.prototype.getRawDataItem=function(e){var a=this.getRawIndex(e);if(this._provider.persistent)return this._provider.getItem(a);for(var n=[],r=this._chunks,i=0;i=0?this._indices[e]:-1},t.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},t.internalField=function(){function e(a,n,r,i){return Qv(a[i],this._dimensions[i])}L6={arrayRows:e,objectRows:function(a,n,r,i){return Qv(a[n],this._dimensions[i])},keyedColumns:e,original:function(a,n,r,i){var o=a&&(a.value==null?a:a.value);return Qv(o instanceof Array?o[i]:o,this._dimensions[i])},typedArray:function(a,n,r,i){return a[i]}}}(),t}(),vwe=ra(),hwe={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},H$=function(){function t(e){this.dimensions=e.dimensions,this._dimOmitted=e.dimensionOmitted,this.source=e.source,this._fullDimCount=e.fullDimensionCount,this._updateDimOmitted(e.dimensionOmitted)}return t.prototype.isDimensionOmitted=function(){return this._dimOmitted},t.prototype._updateDimOmitted=function(e){this._dimOmitted=e,e&&(this._dimNameMap||(this._dimNameMap=q$(this.source)))},t.prototype.getSourceDimensionIndex=function(e){return wt(this._dimNameMap.get(e),-1)},t.prototype.getSourceDimension=function(e){var a=this.source.dimensionsDefine;if(a)return a[e]},t.prototype.makeStoreSchema=function(){for(var e=this._fullDimCount,a=L$(this.source),n=!$$(e),r="",i=[],o=0,l=0;o30}var Y1=it,Kl=He,mwe=typeof Int32Array>"u"?Array:Int32Array,gwe="e\0\0",HN=-1,bwe=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],Ewe=["_approximateExtent"],GN,Xf,q1,$1,P6,Zf,k6,z9=function(){function t(e,a){this.type="list",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=["cloneShallow","downSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","lttbDownSample"];var n,r=!1;G$(e)?(n=e.dimensions,this._dimOmitted=e.isDimensionOmitted(),this._schema=e):(r=!0,n=e),n=n||["x","y"];for(var i={},o=[],l={},s=!1,c={},u=0;u=a)){var n=this._store,r=n.getProvider();this._updateOrdinalMeta();var i=this._nameList,o=this._idList,l=r.getSource().sourceFormat,s=l===Ei;if(s&&!r.pure)for(var c=[],u=e;u0},t.prototype.ensureUniqueItemVisual=function(e,a){var n=this._itemVisuals,r=n[e];r||(r=n[e]={});var i=r[a];return i==null&&(i=this.getVisual(a),ze(i)?i=i.slice():Y1(i)&&(i=Le({},i)),r[a]=i),i},t.prototype.setItemVisual=function(e,a,n){var r=this._itemVisuals[e]||{};this._itemVisuals[e]=r,Y1(a)?Le(r,a):r[a]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(e,a){Y1(e)?Le(this._layout,e):this._layout[e]=a},t.prototype.getLayout=function(e){return this._layout[e]},t.prototype.getItemLayout=function(e){return this._itemLayouts[e]},t.prototype.setItemLayout=function(e,a,n){this._itemLayouts[e]=n?Le(this._itemLayouts[e]||{},a):a},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(e,a){var n=this.hostModel&&this.hostModel.seriesIndex;LRe(n,this.dataType,e,a),this._graphicEls[e]=a},t.prototype.getItemGraphicEl=function(e){return this._graphicEls[e]},t.prototype.eachItemGraphicEl=function(e,a){z(this._graphicEls,function(n,r){n&&e&&e.call(a,n,r)})},t.prototype.cloneShallow=function(e){return e||(e=new t(this._schema?this._schema:Kl(this.dimensions,this._getDimInfo,this),this.hostModel)),P6(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(e,a){var n=this[e];_t(n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(e),this[e]=function(){var r=n.apply(this,arguments);return a.apply(this,[r].concat(m9(arguments)))})},t.internalField=function(){GN=function(e){var a=e._invertedIndicesMap;z(a,function(n,r){var i=e._dimInfos[r],o=i.ordinalMeta,l=e._store;if(o){n=a[r]=new mwe(o.categories.length);for(var s=0;s1&&(s+="__ec__"+u),r[a]=s}}}(),t}();function W$(t,e){k9(t)||(t=B9(t)),e=e||{};var a=e.coordDimensions||[],n=e.dimensionsDefine||t.dimensionsDefine||[],r=Je(),i=[],o=ywe(t,a,n,e.dimensionsCount),l=e.canOmitUnusedDimensions&&$$(o),s=n===t.dimensionsDefine,c=s?q$(t):Y$(n),u=e.encodeDefine;!u&&e.encodeDefaulter&&(u=e.encodeDefaulter(t,o));for(var d=Je(u),p=new U$(o),_=0;_0&&(n.name=r+(i-1)),i++,e.set(r,i)}}function ywe(t,e,a,n){var r=Math.max(t.dimensionsDetectedCount||1,e.length,a.length,n||0);return z(e,function(i){var o;it(i)&&(o=i.dimsDef)&&(r=Math.max(r,o.length))}),r}function Twe(t,e,a){if(a||e.hasKey(t)){for(var n=0;e.hasKey(t+n);)n++;t+=n}return e.set(t,!0),t}var B6={},U9=function(){function t(){this._coordinateSystems=[]}return t.prototype.create=function(e,a){var n=[];z(B6,function(r,i){var o=r.create(e,a);n=n.concat(o||[])}),this._coordinateSystems=n},t.prototype.update=function(e,a){z(this._coordinateSystems,function(n){n.update&&n.update(e,a)})},t.prototype.getCoordinateSystems=function(){return this._coordinateSystems.slice()},t.register=function(e,a){B6[e]=a},t.get=function(e){return B6[e]},t}(),Cwe=function(){function t(e){this.coordSysDims=[],this.axisMap=Je(),this.categoryAxisMap=Je(),this.coordSysName=e}return t}();function Rwe(t){var e=t.get("coordinateSystem"),a=new Cwe(e),n=Awe[e];if(n)return n(t,a,a.axisMap,a.categoryAxisMap),a}var Awe={cartesian2d:function(t,e,a,n){var r=t.getReferringComponents("xAxis",an).models[0],i=t.getReferringComponents("yAxis",an).models[0];e.coordSysDims=["x","y"],a.set("x",r),a.set("y",i),p0(r)&&(n.set("x",r),e.firstCategoryDimIndex=0),p0(i)&&(n.set("y",i),e.firstCategoryDimIndex==null&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,a,n){var r=t.getReferringComponents("singleAxis",an).models[0];e.coordSysDims=["single"],a.set("single",r),p0(r)&&(n.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,a,n){var r=t.getReferringComponents("polar",an).models[0],i=r.findAxisModel("radiusAxis"),o=r.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],a.set("radius",i),a.set("angle",o),p0(i)&&(n.set("radius",i),e.firstCategoryDimIndex=0),p0(o)&&(n.set("angle",o),e.firstCategoryDimIndex==null&&(e.firstCategoryDimIndex=1))},geo:function(t,e,a,n){e.coordSysDims=["lng","lat"]},parallel:function(t,e,a,n){var r=t.ecModel,i=r.getComponent("parallel",t.get("parallelIndex")),o=e.coordSysDims=i.dimensions.slice();z(i.parallelAxisIndex,function(l,s){var c=r.getComponent("parallelAxis",l),u=o[s];a.set(u,c),p0(c)&&(n.set(u,c),e.firstCategoryDimIndex==null&&(e.firstCategoryDimIndex=s))})}};function p0(t){return t.get("type")==="category"}function wwe(t,e,a){a=a||{};var n=a.byIndex,r=a.stackedCoordDimension,i,o,l;Owe(e)?i=e:(o=e.schema,i=o.dimensions,l=e.store);var s=!!(t&&t.get("stack")),c,u,d,p;if(z(i,function(E,S){Qe(E)&&(i[S]=E={name:E}),s&&!E.isExtraCoord&&(!n&&!c&&E.ordinalMeta&&(c=E),!u&&E.type!=="ordinal"&&E.type!=="time"&&(!r||r===E.coordDim)&&(u=E))}),u&&!n&&!c&&(n=!0),u){d="__\0ecstackresult_"+t.id,p="__\0ecstackedover_"+t.id,c&&(c.createInvertedIndices=!0);var _=u.coordDim,f=u.type,h=0;z(i,function(E){E.coordDim===_&&h++});var m={name:d,coordDim:_,coordDimIndex:h,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length},g={name:p,coordDim:p,coordDimIndex:h+1,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length+1};o?(l&&(m.storeDimIndex=l.ensureCalculationDimension(p,f),g.storeDimIndex=l.ensureCalculationDimension(d,f)),o.appendCalculationDimension(m),o.appendCalculationDimension(g)):(i.push(m),i.push(g))}return{stackedDimension:u&&u.name,stackedByDimension:c&&c.name,isStackedByIndex:n,stackedOverDimension:p,stackResultDimension:d}}function Owe(t){return!G$(t.schema)}function Cu(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function Iwe(t,e){return Cu(t,e)?t.getCalculationInfo("stackResultDimension"):e}function xwe(t,e){var a=t.get("coordinateSystem"),n=U9.get(a),r;return e&&e.coordSysDims&&(r=He(e.coordSysDims,function(i){var o={name:i},l=e.axisMap.get(i);if(l){var s=l.get("type");o.type=owe(s)}return o})),r||(r=n&&(n.getDimensionsInfo?n.getDimensionsInfo():n.dimensions.slice())||["x","y"]),r}function Nwe(t,e,a){var n,r;return a&&z(t,function(i,o){var l=i.coordDim,s=a.categoryAxisMap.get(l);s&&(n==null&&(n=o),i.ordinalMeta=s.getOrdinalMeta(),e&&(i.createInvertedIndices=!0)),i.otherDims.itemName!=null&&(r=!0)}),!r&&n!=null&&(t[n].otherDims.itemName=0),n}function N4(t,e,a){a=a||{};var n=e.getSourceManager(),r,i=!1;t?(i=!0,r=B9(t)):(r=n.getSource(),i=r.sourceFormat===Ei);var o=Rwe(e),l=xwe(e,o),s=a.useEncodeDefaulter,c=_t(s)?s:s?Wt(XAe,l,e):null,u={coordDimensions:l,generateCoord:a.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:c,canOmitUnusedDimensions:!i},d=W$(r,u),p=Nwe(d.dimensions,a.createInvertedIndices,o),_=i?null:n.getSharedDataStore(d),f=wwe(e,{schema:d,store:_}),h=new z9(d,e);h.setCalculationInfo(f);var m=p!=null&&Mwe(r)?function(g,E,S,y){return y===p?S:this.defaultDimValueGetter(g,E,S,y)}:null;return h.hasItemOption=!1,h.initData(i?r:_,null,m),h}function Mwe(t){if(t.sourceFormat===Ei){var e=Dwe(t.data||[]);return!ze($d(e))}}function Dwe(t){for(var e=0;e=0&&l.push(s)}),l}}function Qs(t,e){return bt(bt({},t,!0),e,!0)}var Bwe=Math.log(2);function Yy(t,e,a,n,r,i){var o=n+"-"+r,l=t.length;if(i.hasOwnProperty(o))return i[o];if(e===1){var s=Math.round(Math.log((1<>1)%2;l.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",n[s]+":0",r[c]+":0",n[1-s]+":auto",r[1-c]+":auto",""].join("!important;"),t.appendChild(o),a.push(o)}return a}function Uwe(t,e,a){for(var n=a?"invTrans":"trans",r=e[n],i=e.srcCoords,o=[],l=[],s=!0,c=0;c<4;c++){var u=t[c].getBoundingClientRect(),d=2*c,p=u.left,_=u.top;o.push(p,_),s=s&&i&&p===i[d]&&_===i[d+1],l.push(t[c].offsetLeft,t[c].offsetTop)}return s&&r?r:(e.srcCoords=o,e[n]=a?YN(l,o):YN(o,l))}function K$(t){return t.nodeName.toUpperCase()==="CANVAS"}var Vwe=/([&<>"'])/g,Hwe={"&":"&","<":"<",">":">",'"':""","'":"'"};function Pr(t){return t==null?"":(t+"").replace(Vwe,function(e,a){return Hwe[a]})}const Gwe={time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst",custom:"Custom chart",chart:"Chart"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}},Ywe={time:{month:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayOfWeekAbbr:["日","一","二","三","四","五","六"]},legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图",custom:"自定义图表",chart:"图表"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}};var j3="ZH",V9="EN",W0=V9,Xv={},H9={},Q$=At.domSupported?function(){var t=(document.documentElement.lang||navigator.language||navigator.browserLanguage||W0).toUpperCase();return t.indexOf(j3)>-1?j3:W0}():W0;function X$(t,e){t=t.toUpperCase(),H9[t]=new Sa(e),Xv[t]=e}function qwe(t){if(Qe(t)){var e=Xv[t.toUpperCase()]||{};return t===j3||t===V9?ut(e):bt(ut(e),ut(Xv[W0]),!1)}else return bt(ut(t),ut(Xv[W0]),!1)}function $y(t){return H9[t]}function $we(){return H9[W0]}X$(V9,Gwe);X$(j3,Ywe);var G9=1e3,Y9=G9*60,Yp=Y9*60,li=Yp*24,$N=li*365,hp={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},jf="{yyyy}-{MM}-{dd}",WN={year:"{yyyy}",month:"{yyyy}-{MM}",day:jf,hour:jf+" "+hp.hour,minute:jf+" "+hp.minute,second:jf+" "+hp.second,millisecond:hp.none},z6=["year","month","day","hour","minute","second","millisecond"],Z$=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function Ql(t,e){return t+="","0000".substr(0,e-t.length)+t}function K0(t){switch(t){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return t}}function Wwe(t){return t===K0(t)}function Kwe(t){switch(t){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}function M4(t,e,a,n){var r=wo(t),i=r[q9(a)](),o=r[Q0(a)]()+1,l=Math.floor((o-1)/3)+1,s=r[D4(a)](),c=r["get"+(a?"UTC":"")+"Day"](),u=r[S2(a)](),d=(u-1)%12+1,p=r[L4(a)](),_=r[P4(a)](),f=r[k4(a)](),h=u>=12?"pm":"am",m=h.toUpperCase(),g=n instanceof Sa?n:$y(n||Q$)||$we(),E=g.getModel("time"),S=E.get("month"),y=E.get("monthAbbr"),T=E.get("dayOfWeek"),C=E.get("dayOfWeekAbbr");return(e||"").replace(/{a}/g,h+"").replace(/{A}/g,m+"").replace(/{yyyy}/g,i+"").replace(/{yy}/g,Ql(i%100+"",2)).replace(/{Q}/g,l+"").replace(/{MMMM}/g,S[o-1]).replace(/{MMM}/g,y[o-1]).replace(/{MM}/g,Ql(o,2)).replace(/{M}/g,o+"").replace(/{dd}/g,Ql(s,2)).replace(/{d}/g,s+"").replace(/{eeee}/g,T[c]).replace(/{ee}/g,C[c]).replace(/{e}/g,c+"").replace(/{HH}/g,Ql(u,2)).replace(/{H}/g,u+"").replace(/{hh}/g,Ql(d+"",2)).replace(/{h}/g,d+"").replace(/{mm}/g,Ql(p,2)).replace(/{m}/g,p+"").replace(/{ss}/g,Ql(_,2)).replace(/{s}/g,_+"").replace(/{SSS}/g,Ql(f,3)).replace(/{S}/g,f+"")}function Qwe(t,e,a,n,r){var i=null;if(Qe(a))i=a;else if(_t(a))i=a(t.value,e,{level:t.level});else{var o=Le({},hp);if(t.level>0)for(var l=0;l=0;--l)if(s[c]){i=s[c];break}i=i||o.none}if(ze(i)){var d=t.level==null?0:t.level>=0?t.level:i.length+t.level;d=Math.min(d,i.length-1),i=i[d]}}return M4(new Date(t.value),i,r,n)}function j$(t,e){var a=wo(t),n=a[Q0(e)]()+1,r=a[D4(e)](),i=a[S2(e)](),o=a[L4(e)](),l=a[P4(e)](),s=a[k4(e)](),c=s===0,u=c&&l===0,d=u&&o===0,p=d&&i===0,_=p&&r===1,f=_&&n===1;return f?"year":_?"month":p?"day":d?"hour":u?"minute":c?"second":"millisecond"}function KN(t,e,a){var n=ua(t)?wo(t):t;switch(e=e||j$(t,a),e){case"year":return n[q9(a)]();case"half-year":return n[Q0(a)]()>=6?1:0;case"quarter":return Math.floor((n[Q0(a)]()+1)/4);case"month":return n[Q0(a)]();case"day":return n[D4(a)]();case"half-day":return n[S2(a)]()/24;case"hour":return n[S2(a)]();case"minute":return n[L4(a)]();case"second":return n[P4(a)]();case"millisecond":return n[k4(a)]()}}function q9(t){return t?"getUTCFullYear":"getFullYear"}function Q0(t){return t?"getUTCMonth":"getMonth"}function D4(t){return t?"getUTCDate":"getDate"}function S2(t){return t?"getUTCHours":"getHours"}function L4(t){return t?"getUTCMinutes":"getMinutes"}function P4(t){return t?"getUTCSeconds":"getSeconds"}function k4(t){return t?"getUTCMilliseconds":"getMilliseconds"}function Xwe(t){return t?"setUTCFullYear":"setFullYear"}function J$(t){return t?"setUTCMonth":"setMonth"}function eW(t){return t?"setUTCDate":"setDate"}function tW(t){return t?"setUTCHours":"setHours"}function aW(t){return t?"setUTCMinutes":"setMinutes"}function nW(t){return t?"setUTCSeconds":"setSeconds"}function rW(t){return t?"setUTCMilliseconds":"setMilliseconds"}function iW(t){if(!Bq(t))return Qe(t)?t:"-";var e=(t+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function oW(t,e){return t=(t||"").toLowerCase().replace(/-(.)/g,function(a,n){return n.toUpperCase()}),e&&t&&(t=t.charAt(0).toUpperCase()+t.slice(1)),t}var Jd=rq;function Wy(t,e,a){var n="{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}";function r(u){return u&&Ui(u)?u:"-"}function i(u){return!!(u!=null&&!isNaN(u)&&isFinite(u))}var o=e==="time",l=t instanceof Date;if(o||l){var s=o?wo(t):t;if(isNaN(+s)){if(l)return"-"}else return M4(s,n,a)}if(e==="ordinal")return Ey(t)?r(t):ua(t)&&i(t)?t+"":"-";var c=zs(t);return i(c)?iW(c):Ey(t)?r(t):typeof t=="boolean"?t+"":"-"}var QN=["a","b","c","d","e","f","g"],U6=function(t,e){return"{"+t+(e??"")+"}"};function lW(t,e,a){ze(e)||(e=[e]);var n=e.length;if(!n)return"";for(var r=e[0].$vars||[],i=0;i':'';var o=a.markerId||"markerX";return{renderMode:i,content:"{"+o+"|} ",style:r==="subItem"?{width:4,height:4,borderRadius:2,backgroundColor:n}:{width:10,height:10,borderRadius:5,backgroundColor:n}}}function Ru(t,e){return e=e||"transparent",Qe(t)?t:it(t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function XN(t,e){if(e==="_blank"||e==="blank"){var a=window.open();a.opener=null,a.location.href=t}else window.open(t,e)}var Zv=z,sW=["left","right","top","bottom","width","height"],Kc=[["width","left","right"],["height","top","bottom"]];function $9(t,e,a,n,r){var i=0,o=0;n==null&&(n=1/0),r==null&&(r=1/0);var l=0;e.eachChild(function(s,c){var u=s.getBoundingRect(),d=e.childAt(c+1),p=d&&d.getBoundingRect(),_,f;if(t==="horizontal"){var h=u.width+(p?-p.x+u.x:0);_=i+h,_>n||s.newline?(i=0,_=h,o+=l+a,l=u.height):l=Math.max(l,u.height)}else{var m=u.height+(p?-p.y+u.y:0);f=o+m,f>r||s.newline?(i+=l+a,o=0,f=m,l=u.width):l=Math.max(l,u.width)}s.newline||(s.x=i,s.y=o,s.markRedraw(),t==="horizontal"?i=_+a:o=f+a)})}var cu=$9;Wt($9,"vertical");Wt($9,"horizontal");function TWe(t,e,a){var n=e.width,r=e.height,i=dt(t.left,n),o=dt(t.top,r),l=dt(t.right,n),s=dt(t.bottom,r);return(isNaN(i)||isNaN(parseFloat(t.left)))&&(i=0),(isNaN(l)||isNaN(parseFloat(t.right)))&&(l=n),(isNaN(o)||isNaN(parseFloat(t.top)))&&(o=0),(isNaN(s)||isNaN(parseFloat(t.bottom)))&&(s=r),a=Jd(a||0),{width:Math.max(l-i-a[1]-a[3],0),height:Math.max(s-o-a[0]-a[2],0)}}function Rr(t,e,a){a=Jd(a||0);var n=e.width,r=e.height,i=dt(t.left,n),o=dt(t.top,r),l=dt(t.right,n),s=dt(t.bottom,r),c=dt(t.width,n),u=dt(t.height,r),d=a[2]+a[0],p=a[1]+a[3],_=t.aspect;switch(isNaN(c)&&(c=n-l-p-i),isNaN(u)&&(u=r-s-d-o),_!=null&&(isNaN(c)&&isNaN(u)&&(_>n/r?c=n*.8:u=r*.8),isNaN(c)&&(c=_*u),isNaN(u)&&(u=c/_)),isNaN(i)&&(i=n-l-c-p),isNaN(o)&&(o=r-s-u-d),t.left||t.right){case"center":i=n/2-c/2-a[3];break;case"right":i=n-c-p;break}switch(t.top||t.bottom){case"middle":case"center":o=r/2-u/2-a[0];break;case"bottom":o=r-u-d;break}i=i||0,o=o||0,isNaN(c)&&(c=n-p-i-(l||0)),isNaN(u)&&(u=r-d-o-(s||0));var f=new Ct(i+a[3],o+a[0],c,u);return f.margin=a,f}function W9(t,e,a,n,r,i){var o=!r||!r.hv||r.hv[0],l=!r||!r.hv||r.hv[1],s=r&&r.boundingMode||"all";if(i=i||t,i.x=t.x,i.y=t.y,!o&&!l)return!1;var c;if(s==="raw")c=t.type==="group"?new Ct(0,0,+e.width||0,+e.height||0):t.getBoundingRect();else if(c=t.getBoundingRect(),t.needLocalTransform()){var u=t.getLocalTransform();c=c.clone(),c.applyTransform(u)}var d=Rr(ot({width:c.width,height:c.height},e),a,n),p=o?d.x-c.x:0,_=l?d.y-c.y:0;return s==="raw"?(i.x=p,i.y=_):(i.x+=p,i.y+=_),i===t&&t.markRedraw(),!0}function Jwe(t,e){return t[Kc[e][0]]!=null||t[Kc[e][1]]!=null&&t[Kc[e][2]]!=null}function y2(t){var e=t.layoutMode||t.constructor.layoutMode;return it(e)?e:e?{type:e}:null}function Vs(t,e,a){var n=a&&a.ignoreSize;!ze(n)&&(n=[n,n]);var r=o(Kc[0],0),i=o(Kc[1],1);c(Kc[0],t,r),c(Kc[1],t,i);function o(u,d){var p={},_=0,f={},h=0,m=2;if(Zv(u,function(S){f[S]=t[S]}),Zv(u,function(S){l(e,S)&&(p[S]=f[S]=e[S]),s(p,S)&&_++,s(f,S)&&h++}),n[d])return s(e,u[1])?f[u[2]]=null:s(e,u[2])&&(f[u[1]]=null),f;if(h===m||!_)return f;if(_>=m)return p;for(var g=0;g=0;s--)l=bt(l,r[s],!0);n.defaultOption=l}return n.defaultOption},e.prototype.getReferringComponents=function(a,n){var r=a+"Index",i=a+"Id";return n_(this.ecModel,a,{index:this.get(r,!0),id:this.get(i,!0)},n)},e.prototype.getBoxLayoutParams=function(){var a=this;return{left:a.get("left"),top:a.get("top"),right:a.get("right"),bottom:a.get("bottom"),width:a.get("width"),height:a.get("height")}},e.prototype.getZLevelKey=function(){return""},e.prototype.setZLevel=function(a){this.option.zlevel=a},e.protoInitialize=function(){var a=e.prototype;a.type="component",a.id="",a.name="",a.mainType="",a.subType="",a.componentIndex=0}(),e}(Sa);cq(Lt,Sa);v4(Lt);Pwe(Lt);kwe(Lt,tOe);function tOe(t){var e=[];return z(Lt.getClassesByMainType(t),function(a){e=e.concat(a.dependencies||a.prototype.dependencies||[])}),e=He(e,function(a){return mo(a).main}),t!=="dataset"&&kt(e,"dataset")<=0&&e.unshift("dataset"),e}var ZN=ra(),aOe=ra(),K9=function(){function t(){}return t.prototype.getColorFromPalette=function(e,a,n){var r=ga(this.get("color",!0)),i=this.get("colorLayer",!0);return uW(this,ZN,r,i,e,a,n)},t.prototype.clearColorPalette=function(){rOe(this,ZN)},t}();function jN(t,e,a,n){var r=ga(t.get(["aria","decal","decals"]));return uW(t,aOe,r,null,e,a,n)}function nOe(t,e){for(var a=t.length,n=0;ne)return t[n];return t[a-1]}function uW(t,e,a,n,r,i,o){i=i||t;var l=e(i),s=l.paletteIdx||0,c=l.paletteNameMap=l.paletteNameMap||{};if(c.hasOwnProperty(r))return c[r];var u=o==null||!n?a:nOe(n,o);if(u=u||a,!(!u||!u.length)){var d=u[s];return r&&(c[r]=d),l.paletteIdx=(s+1)%u.length,d}}function rOe(t,e){e(t).paletteIdx=0,e(t).paletteNameMap={}}var iOe=/\{@(.+?)\}/g,dW=function(){function t(){}return t.prototype.getDataParams=function(e,a){var n=this.getData(a),r=this.getRawValue(e,a),i=n.getRawIndex(e),o=n.getName(e),l=n.getRawDataItem(e),s=n.getItemVisual(e,"style"),c=s&&s[n.getItemVisual(e,"drawType")||"fill"],u=s&&s.stroke,d=this.mainType,p=d==="series",_=n.userOutput&&n.userOutput.get();return{componentType:d,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:p?this.subType:null,seriesIndex:this.seriesIndex,seriesId:p?this.id:null,seriesName:p?this.name:null,name:o,dataIndex:i,data:l,dataType:a,value:r,color:c,borderColor:u,dimensionNames:_?_.fullDimensions:null,encode:_?_.encode:null,$vars:["seriesName","name","value"]}},t.prototype.getFormattedLabel=function(e,a,n,r,i,o){a=a||"normal";var l=this.getData(n),s=this.getDataParams(e,n);if(o&&(s.value=o.interpolatedValue),r!=null&&ze(s.value)&&(s.value=s.value[r]),!i){var c=l.getItemModel(e);i=c.get(a==="normal"?["label","formatter"]:[a,"label","formatter"])}if(_t(i))return s.status=a,s.dimensionIndex=r,i(s);if(Qe(i)){var u=lW(i,s);return u.replace(iOe,function(d,p){var _=p.length,f=p;f.charAt(0)==="["&&f.charAt(_-1)==="]"&&(f=+f.slice(1,_-1));var h=Td(l,e,f);if(o&&ze(o.interpolatedValue)){var m=l.getDimensionIndex(f);m>=0&&(h=o.interpolatedValue[m])}return h!=null?h+"":""})}},t.prototype.getRawValue=function(e,a){return Td(this.getData(a),e)},t.prototype.formatTooltip=function(e,a,n){},t}();function JN(t){var e,a;return it(t)?t.type&&(a=t):e=t,{text:e,frag:a}}function qp(t){return new oOe(t)}var oOe=function(){function t(e){e=e||{},this._reset=e.reset,this._plan=e.plan,this._count=e.count,this._onDirty=e.onDirty,this._dirty=!0}return t.prototype.perform=function(e){var a=this._upstream,n=e&&e.skip;if(this._dirty&&a){var r=this.context;r.data=r.outputData=a.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this);var i;this._plan&&!n&&(i=this._plan(this.context));var o=u(this._modBy),l=this._modDataCount||0,s=u(e&&e.modBy),c=e&&e.modDataCount||0;(o!==s||l!==c)&&(i="reset");function u(E){return!(E>=1)&&(E=1),E}var d;(this._dirty||i==="reset")&&(this._dirty=!1,d=this._doReset(n)),this._modBy=s,this._modDataCount=c;var p=e&&e.step;if(a?this._dueEnd=a._outputDueEnd:this._dueEnd=this._count?this._count(this.context):1/0,this._progress){var _=this._dueIndex,f=Math.min(p!=null?this._dueIndex+p:1/0,this._dueEnd);if(!n&&(d||_1&&n>0?l:o}};return i;function o(){return e=t?null:s9e10&&(this._versionSignBase=0)},t.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},t.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},t.prototype._createSource=function(){this._setLocalSource([],[]);var e=this._sourceHost,a=this._getUpstreamSourceManagers(),n=!!a.length,r,i;if(Jf(e)){var o=e,l=void 0,s=void 0,c=void 0;if(n){var u=a[0];u.prepareSource(),c=u.getSource(),l=c.data,s=c.sourceFormat,i=[u._getVersionSign()]}else l=o.get("data",!0),s=Tr(l)?Os:Ei,i=[];var d=this._getSourceMetaRawOption()||{},p=c&&c.metaRawOption||{},_=wt(d.seriesLayoutBy,p.seriesLayoutBy)||null,f=wt(d.sourceHeader,p.sourceHeader),h=wt(d.dimensions,p.dimensions),m=_!==p.seriesLayoutBy||!!f!=!!p.sourceHeader||h;r=m?[Hy(l,{seriesLayoutBy:_,sourceHeader:f,dimensions:h},s)]:[]}else{var g=e;if(n){var E=this._applyTransform(a);r=E.sourceList,i=E.upstreamSignList}else{var S=g.get("source",!0);r=[Hy(S,this._getSourceMetaRawOption(),null)],i=[]}}this._setLocalSource(r,i)},t.prototype._applyTransform=function(e){var a=this._sourceHost,n=a.get("transform",!0),r=a.get("fromTransformResult",!0);if(r!=null){var i="";e.length!==1&&tM(i)}var o,l=[],s=[];return z(e,function(c){c.prepareSource();var u=c.getSource(r||0),d="";r!=null&&!u&&tM(d),l.push(u),s.push(c._getVersionSign())}),n?o=fOe(n,l,{datasetIndex:a.componentIndex}):r!=null&&(o=[jAe(l[0])]),{sourceList:o,upstreamSignList:s}},t.prototype._isDirty=function(){if(this._dirty)return!0;for(var e=this._getUpstreamSourceManagers(),a=0;a1||a>0&&!t.noHeader;return z(t.blocks,function(r){var i=hW(r);i>=e&&(e=i+ +(n&&(!i||Ky(r)&&!r.noHeader)))}),e}return 0}function bOe(t,e,a,n){var r=e.noHeader,i=SOe(hW(e)),o=[],l=e.blocks||[];vi(!l||ze(l)),l=l||[];var s=t.orderMode;if(e.sortBlocks&&s){l=l.slice();var c={valueAsc:"asc",valueDesc:"desc"};if(Xe(c,s)){var u=new uwe(c[s],null);l.sort(function(f,h){return u.evaluate(f.sortParam,h.sortParam)})}else s==="seriesDesc"&&l.reverse()}z(l,function(f,h){var m=e.valueFormatter,g=vW(f)(m?Le(Le({},t),{valueFormatter:m}):t,f,h>0?i.html:0,n);g!=null&&o.push(g)});var d=t.renderMode==="richText"?o.join(i.richText):Qy(o.join(""),r?a:i.html);if(r)return d;var p=Wy(e.header,"ordinal",t.useUTC),_=fW(n,t.renderMode).nameStyle;return t.renderMode==="richText"?mW(t,p,_)+i.richText+d:Qy(''+Pr(p)+"
"+d,a)}function EOe(t,e,a,n){var r=t.renderMode,i=e.noName,o=e.noValue,l=!e.markerType,s=e.name,c=t.useUTC,u=e.valueFormatter||t.valueFormatter||function(y){return y=ze(y)?y:[y],He(y,function(T,C){return Wy(T,ze(_)?_[C]:_,c)})};if(!(i&&o)){var d=l?"":t.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||"#333",r),p=i?"":Wy(s,"ordinal",c),_=e.valueType,f=o?[]:u(e.value,e.dataIndex),h=!l||!i,m=!l&&i,g=fW(n,r),E=g.nameStyle,S=g.valueStyle;return r==="richText"?(l?"":d)+(i?"":mW(t,p,E))+(o?"":COe(t,f,h,m,S)):Qy((l?"":d)+(i?"":yOe(p,!l,E))+(o?"":TOe(f,h,m,S)),a)}}function aM(t,e,a,n,r,i){if(t){var o=vW(t),l={useUTC:r,renderMode:a,orderMode:n,markupStyleCreator:e,valueFormatter:t.valueFormatter};return o(l,t,0,i)}}function SOe(t){return{html:mOe[t],richText:gOe[t]}}function Qy(t,e){var a='',n="margin: "+e+"px 0 0";return''+t+a+"
"}function yOe(t,e,a){var n=e?"margin-left:2px":"";return''+Pr(t)+""}function TOe(t,e,a,n){var r=a?"10px":"20px",i=e?"float:right;margin-left:"+r:"";return t=ze(t)?t:[t],''+He(t,function(o){return Pr(o)}).join(" ")+""}function mW(t,e,a){return t.markupStyleCreator.wrapRichTextStyle(e,a)}function COe(t,e,a,n,r){var i=[r],o=n?10:20;return a&&i.push({padding:[0,0,0,o],align:"right"}),t.markupStyleCreator.wrapRichTextStyle(ze(e)?e.join(" "):e,i)}function gW(t,e){var a=t.getData().getItemVisual(e,"style"),n=a[t.visualDrawType];return Ru(n)}function bW(t,e){var a=t.get("padding");return a??(e==="richText"?[8,10]:10)}var V6=function(){function t(){this.richTextStyles={},this._nextStyleNameId=Fq()}return t.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},t.prototype.makeTooltipMarker=function(e,a,n){var r=n==="richText"?this._generateStyleName():null,i=jwe({color:a,type:e,renderMode:n,markerId:r});return Qe(i)?i:(this.richTextStyles[r]=i.style,i.content)},t.prototype.wrapRichTextStyle=function(e,a){var n={};ze(a)?z(a,function(i){return Le(n,i)}):Le(n,a);var r=this._generateStyleName();return this.richTextStyles[r]=n,"{"+r+"|"+e+"}"},t}();function ROe(t){var e=t.series,a=t.dataIndex,n=t.multipleSeries,r=e.getData(),i=r.mapDimensionsAll("defaultedTooltip"),o=i.length,l=e.getRawValue(a),s=ze(l),c=gW(e,a),u,d,p,_;if(o>1||s&&!o){var f=AOe(l,e,a,i,c);u=f.inlineValues,d=f.inlineValueTypes,p=f.blocks,_=f.inlineValues[0]}else if(o){var h=r.getDimensionInfo(i[0]);_=u=Td(r,a,i[0]),d=h.type}else _=u=s?l[0]:l;var m=T9(e),g=m&&e.name||"",E=r.getName(a),S=n?g:E;return Oo("section",{header:g,noHeader:n||!m,sortParam:_,blocks:[Oo("nameValue",{markerType:"item",markerColor:c,name:S,noName:!Ui(S),value:u,valueType:d,dataIndex:a})].concat(p||[])})}function AOe(t,e,a,n,r){var i=e.getData(),o=Co(t,function(d,p,_){var f=i.getDimensionInfo(_);return d=d||f&&f.tooltip!==!1&&f.displayName!=null},!1),l=[],s=[],c=[];n.length?z(n,function(d){u(Td(i,a,d),d)}):z(t,u);function u(d,p){var _=i.getDimensionInfo(p);!_||_.otherDims.tooltip===!1||(o?c.push(Oo("nameValue",{markerType:"subItem",markerColor:r,name:_.displayName,value:d,valueType:_.type})):(l.push(d),s.push(_.type)))}return{inlineValues:l,inlineValueTypes:s,blocks:c}}var Xl=ra();function ev(t,e){return t.getName(e)||t.getId(e)}var jv="__universalTransitionEnabled",Ar=function(t){ge(e,t);function e(){var a=t!==null&&t.apply(this,arguments)||this;return a._selectedDataIndicesMap={},a}return e.prototype.init=function(a,n,r){this.seriesIndex=this.componentIndex,this.dataTask=qp({count:OOe,reset:IOe}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(a,r);var i=Xl(this).sourceManager=new hOe(this);i.prepareSource();var o=this.getInitialData(a,r);rM(o,this),this.dataTask.context.data=o,Xl(this).dataBeforeProcessed=o,nM(this),this._initSelectedMapFromData(o)},e.prototype.mergeDefaultAndTheme=function(a,n){var r=y2(this),i=r?e1(a):{},o=this.subType;Lt.hasClass(o)&&(o+="Series"),bt(a,n.getTheme().get(this.subType)),bt(a,this.getDefaultOption()),$3(a,"label",["show"]),this.fillDataTextStyle(a.data),r&&Vs(a,i,r)},e.prototype.mergeOption=function(a,n){a=bt(this.option,a,!0),this.fillDataTextStyle(a.data);var r=y2(this);r&&Vs(this.option,a,r);var i=Xl(this).sourceManager;i.dirty(),i.prepareSource();var o=this.getInitialData(a,n);rM(o,this),this.dataTask.dirty(),this.dataTask.context.data=o,Xl(this).dataBeforeProcessed=o,nM(this),this._initSelectedMapFromData(o)},e.prototype.fillDataTextStyle=function(a){if(a&&!Tr(a))for(var n=["show"],r=0;rthis.getShallow("animationThreshold")&&(n=!1),!!n},e.prototype.restoreData=function(){this.dataTask.dirty()},e.prototype.getColorFromPalette=function(a,n,r){var i=this.ecModel,o=K9.prototype.getColorFromPalette.call(this,a,n,r);return o||(o=i.getColorFromPalette(a,n,r)),o},e.prototype.coordDimToDataDim=function(a){return this.getRawData().mapDimensionsAll(a)},e.prototype.getProgressive=function(){return this.get("progressive")},e.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},e.prototype.select=function(a,n){this._innerSelect(this.getData(n),a)},e.prototype.unselect=function(a,n){var r=this.option.selectedMap;if(r){var i=this.option.selectedMode,o=this.getData(n);if(i==="series"||r==="all"){this.option.selectedMap={},this._selectedDataIndicesMap={};return}for(var l=0;l=0&&r.push(o)}return r},e.prototype.isSelected=function(a,n){var r=this.option.selectedMap;if(!r)return!1;var i=this.getData(n);return(r==="all"||r[ev(i,a)])&&!i.getItemModel(a).get(["select","disabled"])},e.prototype.isUniversalTransitionEnabled=function(){if(this[jv])return!0;var a=this.option.universalTransition;return a?a===!0?!0:a&&a.enabled:!1},e.prototype._innerSelect=function(a,n){var r,i,o=this.option,l=o.selectedMode,s=n.length;if(!(!l||!s)){if(l==="series")o.selectedMap="all";else if(l==="multiple"){it(o.selectedMap)||(o.selectedMap={});for(var c=o.selectedMap,u=0;u0&&this._innerSelect(a,n)}},e.registerClass=function(a){return Lt.registerClass(a)},e.protoInitialize=function(){var a=e.prototype;a.type="series.__base__",a.seriesIndex=0,a.ignoreStyleOnData=!1,a.hasSymbolVisual=!1,a.defaultSymbol="circle",a.visualStyleAccessPath="itemStyle",a.visualDrawType="fill"}(),e}(Lt);er(Ar,dW);er(Ar,K9);cq(Ar,Lt);function nM(t){var e=t.name;T9(t)||(t.name=wOe(t)||e)}function wOe(t){var e=t.getRawData(),a=e.mapDimensionsAll("seriesName"),n=[];return z(a,function(r){var i=e.getDimensionInfo(r);i.displayName&&n.push(i.displayName)}),n.join(" ")}function OOe(t){return t.model.getRawData().count()}function IOe(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),xOe}function xOe(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function rM(t,e){z(M9e(t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),function(a){t.wrapMethod(a,Wt(NOe,e))})}function NOe(t,e){var a=Xy(t);return a&&a.setOutputEnd((e||this).count()),e}function Xy(t){var e=(t.ecModel||{}).scheduler,a=e&&e.getPipeline(t.uid);if(a){var n=a.currentTask;if(n){var r=n.agentStubMap;r&&(n=r.get(t.uid))}return n}}var MOe=Gt.extend({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var a=e.cx,n=e.cy,r=e.width/2,i=e.height/2;t.moveTo(a,n-i),t.lineTo(a+r,n+i),t.lineTo(a-r,n+i),t.closePath()}}),DOe=Gt.extend({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var a=e.cx,n=e.cy,r=e.width/2,i=e.height/2;t.moveTo(a,n-i),t.lineTo(a+r,n),t.lineTo(a,n+i),t.lineTo(a-r,n),t.closePath()}}),LOe=Gt.extend({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var a=e.x,n=e.y,r=e.width/5*3,i=Math.max(r,e.height),o=r/2,l=o*o/(i-o),s=n-i+o+l,c=Math.asin(l/o),u=Math.cos(c)*o,d=Math.sin(c),p=Math.cos(c),_=o*.6,f=o*.7;t.moveTo(a-u,s+l),t.arc(a,s,o,Math.PI-c,Math.PI*2+c),t.bezierCurveTo(a+u-d*_,s+l+p*_,a,n-f,a,n),t.bezierCurveTo(a,n-f,a-u+d*_,s+l+p*_,a-u,s+l),t.closePath()}}),POe=Gt.extend({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var a=e.height,n=e.width,r=e.x,i=e.y,o=n/3*2;t.moveTo(r,i),t.lineTo(r+o,i+a),t.lineTo(r,i+a/4*3),t.lineTo(r-o,i+a),t.lineTo(r,i),t.closePath()}}),kOe={line:fr,rect:Jt,roundRect:Jt,square:Jt,circle:Al,diamond:DOe,pin:LOe,arrow:POe,triangle:MOe},BOe={line:function(t,e,a,n,r){r.x1=t,r.y1=e+n/2,r.x2=t+a,r.y2=e+n/2},rect:function(t,e,a,n,r){r.x=t,r.y=e,r.width=a,r.height=n},roundRect:function(t,e,a,n,r){r.x=t,r.y=e,r.width=a,r.height=n,r.r=Math.min(a,n)/4},square:function(t,e,a,n,r){var i=Math.min(a,n);r.x=t,r.y=e,r.width=i,r.height=i},circle:function(t,e,a,n,r){r.cx=t+a/2,r.cy=e+n/2,r.r=Math.min(a,n)/2},diamond:function(t,e,a,n,r){r.cx=t+a/2,r.cy=e+n/2,r.width=a,r.height=n},pin:function(t,e,a,n,r){r.x=t+a/2,r.y=e+n/2,r.width=a,r.height=n},arrow:function(t,e,a,n,r){r.x=t+a/2,r.y=e+n/2,r.width=a,r.height=n},triangle:function(t,e,a,n,r){r.cx=t+a/2,r.cy=e+n/2,r.width=a,r.height=n}},J3={};z(kOe,function(t,e){J3[e]=new t});var FOe=Gt.extend({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(t,e,a){var n=F3(t,e,a),r=this.shape;return r&&r.symbolType==="pin"&&e.position==="inside"&&(n.y=a.y+a.height*.4),n},buildPath:function(t,e,a){var n=e.symbolType;if(n!=="none"){var r=J3[n];r||(n="rect",r=J3[n]),BOe[n](e.x,e.y,e.width,e.height,r.shape),r.buildPath(t,r.shape,a)}}});function zOe(t,e){if(this.type!=="image"){var a=this.style;this.__isEmptyBrush?(a.stroke=t,a.fill=e||"#fff",a.lineWidth=2):this.shape.symbolType==="line"?a.stroke=t:a.fill=t,this.markRedraw()}}function Bn(t,e,a,n,r,i,o){var l=t.indexOf("empty")===0;l&&(t=t.substr(5,1).toLowerCase()+t.substr(6));var s;return t.indexOf("image://")===0?s=g$(t.slice(8),new Ct(e,a,n,r),o?"center":"cover"):t.indexOf("path://")===0?s=L9(t.slice(7),{},new Ct(e,a,n,r),o?"center":"cover"):s=new FOe({shape:{symbolType:t,x:e,y:a,width:n,height:r}}),s.__isEmptyBrush=l,s.setColor=zOe,i&&s.setColor(i),s}function X9(t){return ze(t)||(t=[+t,+t]),[t[0]||0,t[1]||0]}function B4(t,e){if(t!=null)return ze(t)||(t=[t,t]),[dt(t[0],e[0])||0,dt(wt(t[1],t[0]),e[1])||0]}var UOe=function(t){ge(e,t);function e(){var a=t!==null&&t.apply(this,arguments)||this;return a.type=e.type,a.hasSymbolVisual=!0,a}return e.prototype.getInitialData=function(a){return N4(null,this,{useEncodeDefaulter:!0})},e.prototype.getLegendIcon=function(a){var n=new Ot,r=Bn("line",0,a.itemHeight/2,a.itemWidth,0,a.lineStyle.stroke,!1);n.add(r),r.setStyle(a.lineStyle);var i=this.getData().getVisual("symbol"),o=this.getData().getVisual("symbolRotate"),l=i==="none"?"circle":i,s=a.itemHeight*.8,c=Bn(l,(a.itemWidth-s)/2,(a.itemHeight-s)/2,s,s,a.itemStyle.fill);n.add(c),c.setStyle(a.itemStyle);var u=a.iconRotate==="inherit"?o:a.iconRotate||0;return c.rotation=u*Math.PI/180,c.setOrigin([a.itemWidth/2,a.itemHeight/2]),l.indexOf("empty")>-1&&(c.style.stroke=c.style.fill,c.style.fill="#fff",c.style.lineWidth=2),n},e.type="series.line",e.dependencies=["grid","polar"],e.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(Ar);function F4(t,e){var a=t.mapDimensionsAll("defaultedLabel"),n=a.length;if(n===1){var r=Td(t,e,a[0]);return r!=null?r+"":null}else if(n){for(var i=[],o=0;o=0&&n.push(e[i])}return n.join(" ")}var Z9=function(t){ge(e,t);function e(a,n,r,i){var o=t.call(this)||this;return o.updateData(a,n,r,i),o}return e.prototype._createSymbol=function(a,n,r,i,o){this.removeAll();var l=Bn(a,-1,-1,2,2,null,o);l.attr({z2:100,culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),l.drift=VOe,this._symbolType=a,this.add(l)},e.prototype.stopSymbolAnimation=function(a){this.childAt(0).stopAnimation(null,a)},e.prototype.getSymbolType=function(){return this._symbolType},e.prototype.getSymbolPath=function(){return this.childAt(0)},e.prototype.highlight=function(){Ed(this.childAt(0))},e.prototype.downplay=function(){Sd(this.childAt(0))},e.prototype.setZ=function(a,n){var r=this.childAt(0);r.zlevel=a,r.z=n},e.prototype.setDraggable=function(a,n){var r=this.childAt(0);r.draggable=a,r.cursor=!n&&a?"move":r.cursor},e.prototype.updateData=function(a,n,r,i){this.silent=!1;var o=a.getItemVisual(n,"symbol")||"circle",l=a.hostModel,s=e.getSymbolSize(a,n),c=o!==this._symbolType,u=i&&i.disableAnimation;if(c){var d=a.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,a,n,s,d)}else{var p=this.childAt(0);p.silent=!1;var _={scaleX:s[0]/2,scaleY:s[1]/2};u?p.attr(_):Na(p,_,l,n),g2(p)}if(this._updateCommon(a,n,s,r,i),c){var p=this.childAt(0);if(!u){var _={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:p.style.opacity}};p.scaleX=p.scaleY=0,p.style.opacity=0,dn(p,_,l,n)}}u&&this.childAt(0).stopAnimation("leave")},e.prototype._updateCommon=function(a,n,r,i,o){var l=this.childAt(0),s=a.hostModel,c,u,d,p,_,f,h,m,g;if(i&&(c=i.emphasisItemStyle,u=i.blurItemStyle,d=i.selectItemStyle,p=i.focus,_=i.blurScope,h=i.labelStatesModels,m=i.hoverScale,g=i.cursorStyle,f=i.emphasisDisabled),!i||a.hasItemOption){var E=i&&i.itemModel?i.itemModel:a.getItemModel(n),S=E.getModel("emphasis");c=S.getModel("itemStyle").getItemStyle(),d=E.getModel(["select","itemStyle"]).getItemStyle(),u=E.getModel(["blur","itemStyle"]).getItemStyle(),p=S.get("focus"),_=S.get("blurScope"),f=S.get("disabled"),h=Ol(E),m=S.getShallow("scale"),g=E.getShallow("cursor")}var y=a.getItemVisual(n,"symbolRotate");l.attr("rotation",(y||0)*Math.PI/180||0);var T=B4(a.getItemVisual(n,"symbolOffset"),r);T&&(l.x=T[0],l.y=T[1]),g&&l.attr("cursor",g);var C=a.getItemVisual(n,"style"),w=C.fill;if(l instanceof Hr){var A=l.style;l.useStyle(Le({image:A.image,x:A.x,y:A.y,width:A.width,height:A.height},C))}else l.__isEmptyBrush?l.useStyle(Le({},C)):l.useStyle(C),l.style.decal=null,l.setColor(w,o&&o.symbolInnerColor),l.style.strokeNoScale=!0;var O=a.getItemVisual(n,"liftZ"),x=this._z2;O!=null?x==null&&(this._z2=l.z2,l.z2+=O):x!=null&&(l.z2=x,this._z2=null);var M=o&&o.useNameLabel;wl(l,h,{labelFetcher:s,labelDataIndex:n,defaultText:P,inheritColor:w,defaultOpacity:C.opacity});function P(B){return M?a.getName(B):F4(a,B)}this._sizeX=r[0]/2,this._sizeY=r[1]/2;var Y=l.ensureState("emphasis");Y.style=c,l.ensureState("select").style=d,l.ensureState("blur").style=u;var $=m==null||m===!0?Math.max(1.1,3/this._sizeY):isFinite(m)&&m>0?+m:1;Y.scaleX=this._sizeX*$,Y.scaleY=this._sizeY*$,this.setSymbolScale(1),Us(this,p,_,f)},e.prototype.setSymbolScale=function(a){this.scaleX=this.scaleY=a},e.prototype.fadeOut=function(a,n,r){var i=this.childAt(0),o=yt(this).dataIndex,l=r&&r.animation;if(this.silent=i.silent=!0,r&&r.fadeLabel){var s=i.getTextContent();s&&m2(s,{style:{opacity:0}},n,{dataIndex:o,removeOpt:l,cb:function(){i.removeTextContent()}})}else i.removeTextContent();m2(i,{style:{opacity:0},scaleX:0,scaleY:0},n,{dataIndex:o,cb:a,removeOpt:l})},e.getSymbolSize=function(a,n){return X9(a.getItemVisual(n,"symbolSize"))},e}(Ot);function VOe(t,e){this.parent.drift(t,e)}function H6(t,e,a,n){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(n.isIgnore&&n.isIgnore(a))&&!(n.clipShape&&!n.clipShape.contain(e[0],e[1]))&&t.getItemVisual(a,"symbol")!=="none"}function iM(t){return t!=null&&!it(t)&&(t={isIgnore:t}),t||{}}function oM(t){var e=t.hostModel,a=e.getModel("emphasis");return{emphasisItemStyle:a.getModel("itemStyle").getItemStyle(),blurItemStyle:e.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:e.getModel(["select","itemStyle"]).getItemStyle(),focus:a.get("focus"),blurScope:a.get("blurScope"),emphasisDisabled:a.get("disabled"),hoverScale:a.get("scale"),labelStatesModels:Ol(e),cursorStyle:e.get("cursor")}}var SW=function(){function t(e){this.group=new Ot,this._SymbolCtor=e||Z9}return t.prototype.updateData=function(e,a){this._progressiveEls=null,a=iM(a);var n=this.group,r=e.hostModel,i=this._data,o=this._SymbolCtor,l=a.disableAnimation,s=oM(e),c={disableAnimation:l},u=a.getSymbolPoint||function(d){return e.getItemLayout(d)};i||n.removeAll(),e.diff(i).add(function(d){var p=u(d);if(H6(e,p,d,a)){var _=new o(e,d,s,c);_.setPosition(p),e.setItemGraphicEl(d,_),n.add(_)}}).update(function(d,p){var _=i.getItemGraphicEl(p),f=u(d);if(!H6(e,f,d,a)){n.remove(_);return}var h=e.getItemVisual(d,"symbol")||"circle",m=_&&_.getSymbolType&&_.getSymbolType();if(!_||m&&m!==h)n.remove(_),_=new o(e,d,s,c),_.setPosition(f);else{_.updateData(e,d,s,c);var g={x:f[0],y:f[1]};l?_.attr(g):Na(_,g,r)}n.add(_),e.setItemGraphicEl(d,_)}).remove(function(d){var p=i.getItemGraphicEl(d);p&&p.fadeOut(function(){n.remove(p)},r)}).execute(),this._getSymbolPoint=u,this._data=e},t.prototype.updateLayout=function(){var e=this,a=this._data;a&&a.eachItemGraphicEl(function(n,r){var i=e._getSymbolPoint(r);n.setPosition(i),n.markRedraw()})},t.prototype.incrementalPrepareUpdate=function(e){this._seriesScope=oM(e),this._data=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(e,a,n){this._progressiveEls=[],n=iM(n);function r(s){s.isGroup||(s.incremental=!0,s.ensureState("emphasis").hoverLayer=!0)}for(var i=e.start;i0?a=n[0]:n[1]<0&&(a=n[1]),a}function TW(t,e,a,n){var r=NaN;t.stacked&&(r=a.get(a.getCalculationInfo("stackedOverDimension"),n)),isNaN(r)&&(r=t.valueStart);var i=t.baseDataOffset,o=[];return o[i]=a.get(t.baseDim,n),o[1-i]=r,e.dataToPoint(o)}var CW=typeof Float32Array<"u",GOe=CW?Float32Array:Array;function ll(t){return ze(t)?CW?new Float32Array(t):t:new GOe(t)}function YOe(t,e){var a=[];return e.diff(t).add(function(n){a.push({cmd:"+",idx:n})}).update(function(n,r){a.push({cmd:"=",idx:r,idx1:n})}).remove(function(n){a.push({cmd:"-",idx:n})}).execute(),a}function qOe(t,e,a,n,r,i,o,l){for(var s=YOe(t,e),c=[],u=[],d=[],p=[],_=[],f=[],h=[],m=yW(r,e,o),g=t.getLayout("points")||[],E=e.getLayout("points")||[],S=0;S=r||h<0)break;if(uu(g,E)){if(s){h+=i;continue}break}if(h===a)t[i>0?"moveTo":"lineTo"](g,E),d=g,p=E;else{var S=g-c,y=E-u;if(S*S+y*y<.5){h+=i;continue}if(o>0){for(var T=h+i,C=e[T*2],w=e[T*2+1];C===g&&w===E&&m=n||uu(C,w))_=g,f=E;else{x=C-c,M=w-u;var $=g-c,B=C-g,k=E-u,H=w-E,V=void 0,Z=void 0;if(l==="x"){V=Math.abs($),Z=Math.abs(B);var j=x>0?1:-1;_=g-j*V*o,f=E,P=g+j*Z*o,Y=E}else if(l==="y"){V=Math.abs(k),Z=Math.abs(H);var ie=M>0?1:-1;_=g,f=E-ie*V*o,P=g,Y=E+ie*Z*o}else V=Math.sqrt($*$+k*k),Z=Math.sqrt(B*B+H*H),O=Z/(Z+V),_=g-x*o*(1-O),f=E-M*o*(1-O),P=g+x*o*O,Y=E+M*o*O,P=Zl(P,jl(C,g)),Y=Zl(Y,jl(w,E)),P=jl(P,Zl(C,g)),Y=jl(Y,Zl(w,E)),x=P-g,M=Y-E,_=g-x*V/Z,f=E-M*V/Z,_=Zl(_,jl(c,g)),f=Zl(f,jl(u,E)),_=jl(_,Zl(c,g)),f=jl(f,Zl(u,E)),x=g-_,M=E-f,P=g+x*Z/V,Y=E+M*Z/V}t.bezierCurveTo(d,p,_,f,g,E),d=P,p=Y}else t.lineTo(g,E)}c=g,u=E,h+=i}return m}var RW=function(){function t(){this.smooth=0,this.smoothConstraint=!0}return t}(),$Oe=function(t){ge(e,t);function e(a){var n=t.call(this,a)||this;return n.type="ec-polyline",n}return e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new RW},e.prototype.buildPath=function(a,n){var r=n.points,i=0,o=r.length/2;if(n.connectNulls){for(;o>0&&uu(r[o*2-2],r[o*2-1]);o--);for(;i=0){var y=c?(f-s)*S+s:(_-l)*S+l;return c?[a,y]:[y,a]}l=_,s=f;break;case o.C:_=i[d++],f=i[d++],h=i[d++],m=i[d++],g=i[d++],E=i[d++];var T=c?U3(l,_,h,g,a,u):U3(s,f,m,E,a,u);if(T>0)for(var C=0;C=0){var y=c?ja(s,f,m,E,w):ja(l,_,h,g,w);return c?[a,y]:[y,a]}}l=g,s=E;break}}},e}(Gt),WOe=function(t){ge(e,t);function e(){return t!==null&&t.apply(this,arguments)||this}return e}(RW),KOe=function(t){ge(e,t);function e(a){var n=t.call(this,a)||this;return n.type="ec-polygon",n}return e.prototype.getDefaultShape=function(){return new WOe},e.prototype.buildPath=function(a,n){var r=n.points,i=n.stackedOnPoints,o=0,l=r.length/2,s=n.smoothMonotone;if(n.connectNulls){for(;l>0&&uu(r[l*2-2],r[l*2-1]);l--);for(;oe){i?a.push(o(i,s,e)):r&&a.push(o(r,s,0),o(r,s,e));break}else r&&(a.push(o(r,s,0)),r=null),a.push(s),i=s}return a}function tIe(t,e,a){var n=t.getVisual("visualMeta");if(!(!n||!n.length||!t.count())&&e.type==="cartesian2d"){for(var r,i,o=n.length-1;o>=0;o--){var l=t.getDimensionInfo(n[o].dimension);if(r=l&&l.coordDim,r==="x"||r==="y"){i=n[o];break}}if(i){var s=e.getAxis(r),c=He(i.stops,function(S){return{coord:s.toGlobalCoord(s.dataToCoord(S.value)),color:S.color}}),u=c.length,d=i.outerColors.slice();u&&c[0].coord>c[u-1].coord&&(c.reverse(),d.reverse());var p=eIe(c,r==="x"?a.getWidth():a.getHeight()),_=p.length;if(!_&&u)return c[0].coord<0?d[1]?d[1]:c[u-1].color:d[0]?d[0]:c[0].color;var f=10,h=p[0].coord-f,m=p[_-1].coord+f,g=m-h;if(g<.001)return"transparent";z(p,function(S){S.offset=(S.coord-h)/g}),p.push({offset:_?p[_-1].offset:.5,color:d[1]||"transparent"}),p.unshift({offset:_?p[0].offset:.5,color:d[0]||"transparent"});var E=new C4(0,0,0,0,p,!0);return E[r]=h,E[r+"2"]=m,E}}}function aIe(t,e,a){var n=t.get("showAllSymbol"),r=n==="auto";if(!(n&&!r)){var i=a.getAxesByScale("ordinal")[0];if(i&&!(r&&nIe(i,e))){var o=e.mapDimension(i.dim),l={};return z(i.getViewLabels(),function(s){var c=i.scale.getRawOrdinalNumber(s.tickValue);l[c]=1}),function(s){return!l.hasOwnProperty(e.get(o,s))}}}}function nIe(t,e){var a=t.getExtent(),n=Math.abs(a[1]-a[0])/t.scale.count();isNaN(n)&&(n=0);for(var r=e.count(),i=Math.max(1,Math.round(r/5)),o=0;on)return!1;return!0}function rIe(t,e){return isNaN(t)||isNaN(e)}function iIe(t){for(var e=t.length/2;e>0&&rIe(t[e*2-2],t[e*2-1]);e--);return e-1}function _M(t,e){return[t[e*2],t[e*2+1]]}function oIe(t,e,a){for(var n=t.length/2,r=a==="x"?0:1,i,o,l=0,s=-1,c=0;c=e||i>=e&&o<=e){s=c;break}l=c,i=o}return{range:[l,s],t:(e-i)/(o-i)}}function xW(t){if(t.get(["endLabel","show"]))return!0;for(var e=0;e0&&a.get(["emphasis","lineStyle","width"])==="bolder"){var j=h.getState("emphasis").style;j.lineWidth=+h.style.lineWidth+1}yt(h).seriesIndex=a.seriesIndex,Us(h,H,V,Z);var ie=pM(a.get("smooth")),ne=a.get("smoothMonotone");if(h.setShape({smooth:ie,smoothMonotone:ne,connectNulls:A}),m){var oe=s.getCalculationInfo("stackedOnSeries"),fe=0;m.useStyle(ot(u.getAreaStyle(),{fill:Y,opacity:.7,lineJoin:"bevel",decal:s.getVisual("style").decal})),oe&&(fe=pM(oe.get("smooth"))),m.setShape({smooth:ie,stackedOnSmooth:fe,smoothMonotone:ne,connectNulls:A}),yd(m,a,"areaStyle"),yt(m).seriesIndex=a.seriesIndex,Us(m,H,V,Z)}var be=function(ye){i._changePolyState(ye)};s.eachItemGraphicEl(function(ye){ye&&(ye.onHoverStateChange=be)}),this._polyline.onHoverStateChange=be,this._data=s,this._coordSys=o,this._stackedOnPoints=C,this._points=d,this._step=M,this._valueOrigin=y,a.get("triggerLineEvent")&&(this.packEventData(a,h),m&&this.packEventData(a,m))},e.prototype.packEventData=function(a,n){yt(n).eventData={componentType:"series",componentSubType:"line",componentIndex:a.componentIndex,seriesIndex:a.seriesIndex,seriesName:a.name,seriesType:"line"}},e.prototype.highlight=function(a,n,r,i){var o=a.getData(),l=Tu(o,i);if(this._changePolyState("emphasis"),!(l instanceof Array)&&l!=null&&l>=0){var s=o.getLayout("points"),c=o.getItemGraphicEl(l);if(!c){var u=s[l*2],d=s[l*2+1];if(isNaN(u)||isNaN(d)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(u,d))return;var p=a.get("zlevel")||0,_=a.get("z")||0;c=new Z9(o,l),c.x=u,c.y=d,c.setZ(p,_);var f=c.getSymbolPath().getTextContent();f&&(f.zlevel=p,f.z=_,f.z2=this._polyline.z2+1),c.__temp=!0,o.setItemGraphicEl(l,c),c.stopSymbolAnimation(!0),this.group.add(c)}c.highlight()}else Pn.prototype.highlight.call(this,a,n,r,i)},e.prototype.downplay=function(a,n,r,i){var o=a.getData(),l=Tu(o,i);if(this._changePolyState("normal"),l!=null&&l>=0){var s=o.getItemGraphicEl(l);s&&(s.__temp?(o.setItemGraphicEl(l,null),this.group.remove(s)):s.downplay())}else Pn.prototype.downplay.call(this,a,n,r,i)},e.prototype._changePolyState=function(a){var n=this._polygon;Ly(this._polyline,a),n&&Ly(n,a)},e.prototype._newPolyline=function(a){var n=this._polyline;return n&&this._lineGroup.remove(n),n=new $Oe({shape:{points:a},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(n),this._polyline=n,n},e.prototype._newPolygon=function(a,n){var r=this._polygon;return r&&this._lineGroup.remove(r),r=new KOe({shape:{points:a,stackedOnPoints:n},segmentIgnoreThreshold:2}),this._lineGroup.add(r),this._polygon=r,r},e.prototype._initSymbolLabelAnimation=function(a,n,r){var i,o,l=n.getBaseAxis(),s=l.inverse;n.type==="cartesian2d"?(i=l.isHorizontal(),o=!1):n.type==="polar"&&(i=l.dim==="angle",o=!0);var c=a.hostModel,u=c.get("animationDuration");_t(u)&&(u=u(null));var d=c.get("animationDelay")||0,p=_t(d)?d(null):d;a.eachItemGraphicEl(function(_,f){var h=_;if(h){var m=[_.x,_.y],g=void 0,E=void 0,S=void 0;if(r)if(o){var y=r,T=n.pointToCoord(m);i?(g=y.startAngle,E=y.endAngle,S=-T[1]/180*Math.PI):(g=y.r0,E=y.r,S=T[0])}else{var C=r;i?(g=C.x,E=C.x+C.width,S=_.x):(g=C.y+C.height,E=C.y,S=_.y)}var w=E===g?0:(S-g)/(E-g);s&&(w=1-w);var A=_t(d)?d(f):u*w+p,O=h.getSymbolPath(),x=O.getTextContent();h.attr({scaleX:0,scaleY:0}),h.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:A}),x&&x.animateFrom({style:{opacity:0}},{duration:300,delay:A}),O.disableLabelAnimation=!0}})},e.prototype._initOrUpdateEndLabel=function(a,n,r){var i=a.getModel("endLabel");if(xW(a)){var o=a.getData(),l=this._polyline,s=o.getLayout("points");if(!s){l.removeTextContent(),this._endLabel=null;return}var c=this._endLabel;c||(c=this._endLabel=new ia({z2:200}),c.ignoreClip=!0,l.setTextContent(this._endLabel),l.disableLabelAnimation=!0);var u=iIe(s);u>=0&&(wl(l,Ol(a,"endLabel"),{inheritColor:r,labelFetcher:a,labelDataIndex:u,defaultText:function(d,p,_){return _!=null?EW(o,_):F4(o,d)},enableTextSetter:!0},lIe(i,n)),l.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},e.prototype._endLabelOnDuring=function(a,n,r,i,o,l,s){var c=this._endLabel,u=this._polyline;if(c){a<1&&i.originalX==null&&(i.originalX=c.x,i.originalY=c.y);var d=r.getLayout("points"),p=r.hostModel,_=p.get("connectNulls"),f=l.get("precision"),h=l.get("distance")||0,m=s.getBaseAxis(),g=m.isHorizontal(),E=m.inverse,S=n.shape,y=E?g?S.x:S.y+S.height:g?S.x+S.width:S.y,T=(g?h:0)*(E?-1:1),C=(g?0:-h)*(E?-1:1),w=g?"x":"y",A=oIe(d,y,w),O=A.range,x=O[1]-O[0],M=void 0;if(x>=1){if(x>1&&!_){var P=_M(d,O[0]);c.attr({x:P[0]+T,y:P[1]+C}),o&&(M=p.getRawValue(O[0]))}else{var P=u.getPointOn(y,w);P&&c.attr({x:P[0]+T,y:P[1]+C});var Y=p.getRawValue(O[0]),$=p.getRawValue(O[1]);o&&(M=qq(r,f,Y,$,A.t))}i.lastFrameIndex=O[0]}else{var B=a===1||i.lastFrameIndex>0?O[0]:0,P=_M(d,B);o&&(M=p.getRawValue(B)),c.attr({x:P[0]+T,y:P[1]+C})}if(o){var k=Xd(c);typeof k.setLabelText=="function"&&k.setLabelText(M)}}},e.prototype._doUpdateAnimation=function(a,n,r,i,o,l,s){var c=this._polyline,u=this._polygon,d=a.hostModel,p=qOe(this._data,a,this._stackedOnPoints,n,this._coordSys,r,this._valueOrigin),_=p.current,f=p.stackedOnCurrent,h=p.next,m=p.stackedOnNext;if(o&&(_=Jl(p.current,r,o,s),f=Jl(p.stackedOnCurrent,r,o,s),h=Jl(p.next,r,o,s),m=Jl(p.stackedOnNext,r,o,s)),dM(_,h)>3e3||u&&dM(f,m)>3e3){c.stopAnimation(),c.setShape({points:h}),u&&(u.stopAnimation(),u.setShape({points:h,stackedOnPoints:m}));return}c.shape.__points=p.current,c.shape.points=_;var g={shape:{points:h}};p.current!==_&&(g.shape.__points=p.next),c.stopAnimation(),Na(c,g,d),u&&(u.setShape({points:_,stackedOnPoints:f}),u.stopAnimation(),Na(u,{shape:{stackedOnPoints:m}},d),c.shape.points!==u.shape.points&&(u.shape.points=c.shape.points));for(var E=[],S=p.status,y=0;y