网站
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

1415 рядки
38 KiB

  1. /*--------------
  2. * 用户类
  3. -----------------*/
  4. /*
  5. @purl /transaction/website/member/{id}
  6. @param
  7. */
  8. var userUpdate = '/transaction/member/edit' //修改用户信息类接口
  9. /*
  10. @purl /getInfo
  11. @param
  12. */
  13. var userData = '/getInfo' //修改用户信息类接口
  14. /*
  15. @purl /transaction/website/member/{id}
  16. @param
  17. */
  18. var userMember = '/transaction/member/userId' //用户信息类接口
  19. /*
  20. @purl /transaction/demand/supplyDemandList/member
  21. @param
  22. */
  23. var userSupply = '/transaction/demand/supplyDemandList/member' //我的供求类接口
  24. /*
  25. @purl /transaction/communicate/communicateList/member
  26. @param
  27. */
  28. var userConsulting = '/transaction/communicate/communicateList/member' //我的咨询类接口
  29. /*
  30. @purl /transaction/outproject/biddinglist/member
  31. @param
  32. */
  33. var userBidding = '/transaction/outproject/biddinglist/member' //我的竞价类接口
  34. /*
  35. @purl /transaction/demand
  36. @param
  37. */
  38. var userDemand = '/transaction/demand/add' //新增供求类接口
  39. /*
  40. @purl /transaction/demand
  41. @param
  42. */
  43. var userEdit = '/transaction/demand/edit' //修改供求类接口
  44. /*
  45. @purl /transaction/demand/{ids}
  46. @param
  47. */
  48. var deleteSupply = '/transaction/demand/remove' //删除供求类接口
  49. /*
  50. @purl /transaction/demand/{ids}
  51. @param
  52. */
  53. var selectSupply = '/transaction/demand' //查询供求类接口
  54. /*
  55. @purl /transaction/communicate
  56. @param
  57. */
  58. var userCommunicate = '/transaction/communicate/add' //添加咨询类接口
  59. /*
  60. @purl /transaction/demand
  61. @param
  62. */
  63. var userDemandUpdate = '/transaction/website/supplyDemand/id' //通过ID查询个人供求
  64. /*
  65. @purl /transaction/website/transfer
  66. @param
  67. */
  68. var dictionaries = '/transaction/website/transfer' //数据字典
  69. /*
  70. @purl /common/base64Attach
  71. @param
  72. */
  73. var base64Attach = '/common/base64Attach' //数据字典
  74. /*
  75. @purl /common/base64Attach
  76. @param
  77. */
  78. var showUserImg = '/transaction/member/showImg/memberId' //用户图片展示
  79. /*
  80. @purl /common/base64Attach
  81. @param
  82. */
  83. var deleteUserImg = '/transaction/member/deleteImg/attachId' //用户图片展示
  84. /*
  85. @purl supplyDemand/showImg/id/{id}
  86. @param
  87. */
  88. var supplyDemandImg = '/transaction/website/supplyDemand/showImg/id' //用户图片展示
  89. /*
  90. @purl supplyDemand/showImg/id/{id}
  91. @param
  92. */
  93. var updatePwd = '/system/user/profile/updatePwd' //修改用户密码
  94. /*
  95. @purl /yinnong/deposit/realtimeList
  96. @param
  97. */
  98. var depositList = '/yinnong/deposit/realtimeList' //查询开户行
  99. let options = [
  100. {
  101. "value": "北京",
  102. "label": "北京",
  103. "children": [
  104. {
  105. "value": "北京",
  106. "label": "北京",
  107. }]
  108. }, {
  109. "value": "天津",
  110. "label": "天津",
  111. "children": [
  112. {
  113. "value": "天津",
  114. "label": "天津",
  115. }]
  116. }, {
  117. "value": "重庆",
  118. "label": "重庆",
  119. "children": [
  120. {
  121. "value": "重庆",
  122. "label": "重庆",
  123. }]
  124. }, {
  125. "value": "四川",
  126. "label": "四川",
  127. "children": [
  128. {
  129. "value": "成都",
  130. "label": "成都",
  131. }, {
  132. "value": "自贡",
  133. "label": "自贡",
  134. }, {
  135. "value": "攀枝花",
  136. "label": "攀枝花",
  137. }, {
  138. "value": "泸州",
  139. "label": "泸州",
  140. }, {
  141. "value": "德阳",
  142. "label": "德阳",
  143. }, {
  144. "value": "绵阳",
  145. "label": "绵阳",
  146. }, {
  147. "value": "广元",
  148. "label": "广元",
  149. }, {
  150. "value": "遂宁",
  151. "label": "遂宁",
  152. }, {
  153. "value": "内江",
  154. "label": "内江",
  155. }, {
  156. "value": "乐山",
  157. "label": "乐山",
  158. }, {
  159. "value": "南充",
  160. "label": "南充",
  161. }, {
  162. "value": "眉山",
  163. "label": "眉山",
  164. }, {
  165. "value": "宜宾",
  166. "label": "宜宾",
  167. }, {
  168. "value": "广安",
  169. "label": "广安",
  170. }, {
  171. "value": "达州",
  172. "label": "达州",
  173. }, {
  174. "value": "雅安",
  175. "label": "雅安",
  176. }, {
  177. "value": "巴中",
  178. "label": "巴中",
  179. }, {
  180. "value": "资阳",
  181. "label": "资阳",
  182. }, {
  183. "value": "阿坝州",
  184. "label": "阿坝州",
  185. }, {
  186. "value": "甘孜州",
  187. "label": "甘孜州",
  188. }, {
  189. "value": "凉山",
  190. "label": "凉山",
  191. }]
  192. }, {
  193. "value": "山东",
  194. "label": "山东",
  195. "children": [
  196. {
  197. "value": "济南",
  198. "label": "济南",
  199. }, {
  200. "value": "青岛",
  201. "label": "青岛",
  202. }, {
  203. "value": "淄博",
  204. "label": "淄博",
  205. }, {
  206. "value": "枣庄",
  207. "label": "枣庄",
  208. }, {
  209. "value": "东营",
  210. "label": "东营",
  211. }, {
  212. "value": "烟台",
  213. "label": "烟台",
  214. }, {
  215. "value": "潍坊",
  216. "label": "潍坊",
  217. }, {
  218. "value": "济宁",
  219. "label": "济宁",
  220. }, {
  221. "value": "泰安",
  222. "label": "泰安",
  223. }, {
  224. "value": "威海",
  225. "label": "威海",
  226. }, {
  227. "value": "日照",
  228. "label": "日照",
  229. }, {
  230. "value": "莱芜",
  231. "label": "莱芜",
  232. }, {
  233. "value": "临沂",
  234. "label": "临沂",
  235. }, {
  236. "value": "德州",
  237. "label": "德州",
  238. }, {
  239. "value": "聊城",
  240. "label": "聊城",
  241. }, {
  242. "value": "滨州",
  243. "label": "滨州",
  244. }, {
  245. "value": "菏泽",
  246. "label": "菏泽",
  247. }]
  248. }, {
  249. "value": "内蒙古",
  250. "label": "内蒙古",
  251. "children": [
  252. {
  253. "value": "呼和浩特",
  254. "label": "呼和浩特",
  255. }, {
  256. "value": "包头",
  257. "label": "包头",
  258. }, {
  259. "value": "乌海",
  260. "label": "乌海",
  261. }, {
  262. "value": "赤峰",
  263. "label": "赤峰",
  264. }, {
  265. "value": "通辽",
  266. "label": "通辽",
  267. }, {
  268. "value": "鄂尔多斯",
  269. "label": "鄂尔多斯",
  270. }, {
  271. "value": "呼伦贝尔",
  272. "label": "呼伦贝尔",
  273. }, {
  274. "value": "巴彦淖尔",
  275. "label": "巴彦淖尔",
  276. }, {
  277. "value": "乌兰察布",
  278. "label": "乌兰察布",
  279. }, {
  280. "value": "兴安盟",
  281. "label": "兴安盟",
  282. }, {
  283. "value": "锡林郭勒",
  284. "label": "锡林郭勒",
  285. }, {
  286. "value": "阿拉善",
  287. "label": "阿拉善",
  288. }]
  289. }, {
  290. "value": "河北",
  291. "label": "河北",
  292. "children": [
  293. {
  294. "value": "石家庄",
  295. "label": "石家庄",
  296. }, {
  297. "value": "唐山",
  298. "label": "唐山",
  299. }, {
  300. "value": "秦皇岛",
  301. "label": "秦皇岛",
  302. }, {
  303. "value": "邯郸",
  304. "label": "邯郸",
  305. }, {
  306. "value": "邢台",
  307. "label": "邢台",
  308. }, {
  309. "value": "保定",
  310. "label": "保定",
  311. }, {
  312. "value": "张家口",
  313. "label": "张家口",
  314. }, {
  315. "value": "承德",
  316. "label": "承德",
  317. }, {
  318. "value": "沧州",
  319. "label": "沧州",
  320. }, {
  321. "value": "廊坊",
  322. "label": "廊坊",
  323. }, {
  324. "value": "衡水",
  325. "label": "衡水",
  326. }]
  327. }, {
  328. "value": "山西",
  329. "label": "山西",
  330. "children": [
  331. {
  332. "value": "太原",
  333. "label": "太原",
  334. }, {
  335. "value": "大同",
  336. "label": "大同",
  337. }, {
  338. "value": "阳泉",
  339. "label": "阳泉",
  340. }, {
  341. "value": "长治",
  342. "label": "长治",
  343. }, {
  344. "value": "晋城",
  345. "label": "晋城",
  346. }, {
  347. "value": "朔州",
  348. "label": "朔州",
  349. }, {
  350. "value": "晋中",
  351. "label": "晋中",
  352. }, {
  353. "value": "运城",
  354. "label": "运城",
  355. }, {
  356. "value": "忻州",
  357. "label": "忻州",
  358. }, {
  359. "value": "临汾",
  360. "label": "临汾",
  361. }, {
  362. "value": "吕梁",
  363. "label": "吕梁",
  364. }]
  365. }, {
  366. "value": "辽宁",
  367. "label": "辽宁",
  368. "children": [
  369. {
  370. "value": "沈阳",
  371. "label": "沈阳",
  372. }, {
  373. "value": "大连",
  374. "label": "大连",
  375. }, {
  376. "value": "鞍山",
  377. "label": "鞍山",
  378. }, {
  379. "value": "抚顺",
  380. "label": "抚顺",
  381. }, {
  382. "value": "本溪",
  383. "label": "本溪",
  384. }, {
  385. "value": "丹东",
  386. "label": "丹东",
  387. }, {
  388. "value": "锦州",
  389. "label": "锦州",
  390. }, {
  391. "value": "营口",
  392. "label": "营口",
  393. }, {
  394. "value": "阜新",
  395. "label": "阜新",
  396. }, {
  397. "value": "辽阳",
  398. "label": "辽阳",
  399. }, {
  400. "value": "盘锦",
  401. "label": "盘锦",
  402. }, {
  403. "value": "铁岭",
  404. "label": "铁岭",
  405. }, {
  406. "value": "朝阳",
  407. "label": "朝阳",
  408. }, {
  409. "value": "葫芦岛",
  410. "label": "葫芦岛",
  411. }]
  412. }, {
  413. "value": "吉林",
  414. "label": "吉林",
  415. "children": [
  416. {
  417. "value": "长春",
  418. "label": "长春",
  419. }, {
  420. "value": "吉林",
  421. "label": "吉林",
  422. }, {
  423. "value": "四平",
  424. "label": "四平",
  425. }, {
  426. "value": "辽源",
  427. "label": "辽源",
  428. }, {
  429. "value": "通化",
  430. "label": "通化",
  431. }, {
  432. "value": "白山",
  433. "label": "白山",
  434. }, {
  435. "value": "松原",
  436. "label": "松原",
  437. }, {
  438. "value": "白城",
  439. "label": "白城",
  440. }, {
  441. "value": "延边",
  442. "label": "延边",
  443. }]
  444. }, {
  445. "value": "黑龙江",
  446. "label": "黑龙江",
  447. "children": [
  448. {
  449. "value": "哈尔滨",
  450. "label": "哈尔滨",
  451. }, {
  452. "value": "齐齐哈尔",
  453. "label": "齐齐哈尔",
  454. }, {
  455. "value": "鸡西",
  456. "label": "鸡西",
  457. }, {
  458. "value": "鹤岗",
  459. "label": "鹤岗",
  460. }, {
  461. "value": "双鸭山",
  462. "label": "双鸭山",
  463. }, {
  464. "value": "大庆",
  465. "label": "大庆",
  466. }, {
  467. "value": "伊春",
  468. "label": "伊春",
  469. }, {
  470. "value": "佳木斯",
  471. "label": "佳木斯",
  472. }, {
  473. "value": "七台河",
  474. "label": "七台河",
  475. }, {
  476. "value": "牡丹江",
  477. "label": "牡丹江",
  478. }, {
  479. "value": "黑河",
  480. "label": "黑河",
  481. }, {
  482. "value": "绥化",
  483. "label": "绥化",
  484. }, {
  485. "value": "大兴安岭",
  486. "label": "大兴安岭",
  487. }]
  488. }, {
  489. "value": "上海",
  490. "label": "上海",
  491. "children": [
  492. {
  493. "value": "上海",
  494. "label": "上海",
  495. }]
  496. }, {
  497. "value": "江苏",
  498. "label": "江苏",
  499. "children": [
  500. {
  501. "value": "南京",
  502. "label": "南京",
  503. }, {
  504. "value": "无锡",
  505. "label": "无锡",
  506. }, {
  507. "value": "徐州",
  508. "label": "徐州",
  509. }, {
  510. "value": "常州",
  511. "label": "常州",
  512. }, {
  513. "value": "苏州",
  514. "label": "苏州",
  515. }, {
  516. "value": "南通",
  517. "label": "南通",
  518. }, {
  519. "value": "连云港",
  520. "label": "连云港",
  521. }, {
  522. "value": "淮安",
  523. "label": "淮安",
  524. }, {
  525. "value": "盐城",
  526. "label": "盐城",
  527. }, {
  528. "value": "扬州",
  529. "label": "扬州",
  530. }, {
  531. "value": "镇江",
  532. "label": "镇江",
  533. }, {
  534. "value": "泰州",
  535. "label": "泰州",
  536. }, {
  537. "value": "宿迁",
  538. "label": "宿迁",
  539. }]
  540. }, {
  541. "value": "浙江",
  542. "label": "浙江",
  543. "children": [
  544. {
  545. "value": "杭州",
  546. "label": "杭州",
  547. }, {
  548. "value": "宁波",
  549. "label": "宁波",
  550. }, {
  551. "value": "温州",
  552. "label": "温州",
  553. }, {
  554. "value": "嘉兴",
  555. "label": "嘉兴",
  556. }, {
  557. "value": "湖州",
  558. "label": "湖州",
  559. }, {
  560. "value": "绍兴",
  561. "label": "绍兴",
  562. }, {
  563. "value": "金华",
  564. "label": "金华",
  565. }, {
  566. "value": "衢州",
  567. "label": "衢州",
  568. }, {
  569. "value": "舟山",
  570. "label": "舟山",
  571. }, {
  572. "value": "台州",
  573. "label": "台州",
  574. }, {
  575. "value": "丽水",
  576. "label": "丽水",
  577. }]
  578. }, {
  579. "value": "安徽",
  580. "label": "安徽",
  581. "children": [
  582. {
  583. "value": "合肥",
  584. "label": "合肥",
  585. }, {
  586. "value": "芜湖",
  587. "label": "芜湖",
  588. }, {
  589. "value": "蚌埠",
  590. "label": "蚌埠",
  591. }, {
  592. "value": "淮南",
  593. "label": "淮南",
  594. }, {
  595. "value": "马鞍山",
  596. "label": "马鞍山",
  597. }, {
  598. "value": "淮北",
  599. "label": "淮北",
  600. }, {
  601. "value": "铜陵",
  602. "label": "铜陵",
  603. }, {
  604. "value": "安庆",
  605. "label": "安庆",
  606. }, {
  607. "value": "黄山",
  608. "label": "黄山",
  609. }, {
  610. "value": "滁州",
  611. "label": "滁州",
  612. }, {
  613. "value": "阜阳",
  614. "label": "阜阳",
  615. }, {
  616. "value": "宿州",
  617. "label": "宿州",
  618. }, {
  619. "value": "六安",
  620. "label": "六安",
  621. }, {
  622. "value": "亳州",
  623. "label": "亳州",
  624. }, {
  625. "value": "池州",
  626. "label": "池州",
  627. }, {
  628. "value": "宣城",
  629. "label": "宣城",
  630. }]
  631. }, {
  632. "value": "福建",
  633. "label": "福建",
  634. "children": [
  635. {
  636. "value": "福州",
  637. "label": "福州",
  638. }, {
  639. "value": "厦门",
  640. "label": "厦门",
  641. }, {
  642. "value": "莆田",
  643. "label": "莆田",
  644. }, {
  645. "value": "三明",
  646. "label": "三明",
  647. }, {
  648. "value": "泉州",
  649. "label": "泉州",
  650. }, {
  651. "value": "漳州",
  652. "label": "漳州",
  653. }, {
  654. "value": "南平",
  655. "label": "南平",
  656. }, {
  657. "value": "龙岩",
  658. "label": "龙岩",
  659. }, {
  660. "value": "宁德",
  661. "label": "宁德",
  662. }]
  663. }, {
  664. "value": "江西",
  665. "label": "江西",
  666. "children": [
  667. {
  668. "value": "南昌",
  669. "label": "南昌",
  670. }, {
  671. "value": "景德镇",
  672. "label": "景德镇",
  673. }, {
  674. "value": "萍乡",
  675. "label": "萍乡",
  676. }, {
  677. "value": "九江",
  678. "label": "九江",
  679. }, {
  680. "value": "新余",
  681. "label": "新余",
  682. }, {
  683. "value": "鹰潭",
  684. "label": "鹰潭",
  685. }, {
  686. "value": "赣州",
  687. "label": "赣州",
  688. }, {
  689. "value": "吉安",
  690. "label": "吉安",
  691. }, {
  692. "value": "宜春",
  693. "label": "宜春",
  694. }, {
  695. "value": "抚州",
  696. "label": "抚州",
  697. }, {
  698. "value": "上饶",
  699. "label": "上饶",
  700. }]
  701. }, {
  702. "value": "河南",
  703. "label": "河南",
  704. "children": [
  705. {
  706. "value": "郑州",
  707. "label": "郑州",
  708. }, {
  709. "value": "开封",
  710. "label": "开封",
  711. }, {
  712. "value": "洛阳",
  713. "label": "洛阳",
  714. }, {
  715. "value": "平顶山",
  716. "label": "平顶山",
  717. }, {
  718. "value": "安阳",
  719. "label": "安阳",
  720. }, {
  721. "value": "鹤壁",
  722. "label": "鹤壁",
  723. }, {
  724. "value": "新乡",
  725. "label": "新乡",
  726. }, {
  727. "value": "焦作",
  728. "label": "焦作",
  729. }, {
  730. "value": "濮阳",
  731. "label": "濮阳",
  732. }, {
  733. "value": "许昌",
  734. "label": "许昌",
  735. }, {
  736. "value": "漯河",
  737. "label": "漯河",
  738. }, {
  739. "value": "三门峡",
  740. "label": "三门峡",
  741. }, {
  742. "value": "南阳",
  743. "label": "南阳",
  744. }, {
  745. "value": "商丘",
  746. "label": "商丘",
  747. }, {
  748. "value": "信阳",
  749. "label": "信阳",
  750. }, {
  751. "value": "周口",
  752. "label": "周口",
  753. }, {
  754. "value": "驻马店",
  755. "label": "驻马店",
  756. }, {
  757. "value": "济源",
  758. "label": "济源",
  759. }]
  760. }, {
  761. "value": "湖北",
  762. "label": "湖北",
  763. "children": [
  764. {
  765. "value": "武汉",
  766. "label": "武汉",
  767. }, {
  768. "value": "黄石",
  769. "label": "黄石",
  770. }, {
  771. "value": "十堰",
  772. "label": "十堰",
  773. }, {
  774. "value": "宜昌",
  775. "label": "宜昌",
  776. }, {
  777. "value": "襄阳",
  778. "label": "襄阳",
  779. }, {
  780. "value": "鄂州",
  781. "label": "鄂州",
  782. }, {
  783. "value": "荆门",
  784. "label": "荆门",
  785. }, {
  786. "value": "孝感",
  787. "label": "孝感",
  788. }, {
  789. "value": "荆州",
  790. "label": "荆州",
  791. }, {
  792. "value": "黄冈",
  793. "label": "黄冈",
  794. }, {
  795. "value": "咸宁",
  796. "label": "咸宁",
  797. }, {
  798. "value": "随州",
  799. "label": "随州",
  800. }, {
  801. "value": "恩施",
  802. "label": "恩施",
  803. }, {
  804. "value": "仙桃",
  805. "label": "仙桃",
  806. }, {
  807. "value": "潜江",
  808. "label": "潜江",
  809. }, {
  810. "value": "天门",
  811. "label": "天门",
  812. }, {
  813. "value": "神农架",
  814. "label": "神农架",
  815. }]
  816. }, {
  817. "value": "湖南",
  818. "label": "湖南",
  819. "children": [
  820. {
  821. "value": "长沙",
  822. "label": "长沙",
  823. }, {
  824. "value": "株洲",
  825. "label": "株洲",
  826. }, {
  827. "value": "湘潭",
  828. "label": "湘潭",
  829. }, {
  830. "value": "衡阳",
  831. "label": "衡阳",
  832. }, {
  833. "value": "邵阳",
  834. "label": "邵阳",
  835. }, {
  836. "value": "岳阳",
  837. "label": "岳阳",
  838. }, {
  839. "value": "常德",
  840. "label": "常德",
  841. }, {
  842. "value": "张家界",
  843. "label": "张家界",
  844. }, {
  845. "value": "益阳",
  846. "label": "益阳",
  847. }, {
  848. "value": "郴州",
  849. "label": "郴州",
  850. }, {
  851. "value": "永州",
  852. "label": "永州",
  853. }, {
  854. "value": "怀化",
  855. "label": "怀化",
  856. }, {
  857. "value": "娄底",
  858. "label": "娄底",
  859. }, {
  860. "value": "湘西州",
  861. "label": "湘西州",
  862. }]
  863. }, {
  864. "value": "广东",
  865. "label": "广东",
  866. "children": [
  867. {
  868. "value": "广州",
  869. "label": "广州",
  870. }, {
  871. "value": "韶关",
  872. "label": "韶关",
  873. }, {
  874. "value": "深圳",
  875. "label": "深圳",
  876. }, {
  877. "value": "珠海",
  878. "label": "珠海",
  879. }, {
  880. "value": "汕头",
  881. "label": "汕头",
  882. }, {
  883. "value": "佛山",
  884. "label": "佛山",
  885. }, {
  886. "value": "江门",
  887. "label": "江门",
  888. }, {
  889. "value": "湛江",
  890. "label": "湛江",
  891. }, {
  892. "value": "茂名",
  893. "label": "茂名",
  894. }, {
  895. "value": "肇庆",
  896. "label": "肇庆",
  897. }, {
  898. "value": "惠州",
  899. "label": "惠州",
  900. }, {
  901. "value": "梅州",
  902. "label": "梅州",
  903. }, {
  904. "value": "汕尾",
  905. "label": "汕尾",
  906. }, {
  907. "value": "河源",
  908. "label": "河源",
  909. }, {
  910. "value": "阳江",
  911. "label": "阳江",
  912. }, {
  913. "value": "清远",
  914. "label": "清远",
  915. }, {
  916. "value": "东莞",
  917. "label": "东莞",
  918. }, {
  919. "value": "中山",
  920. "label": "中山",
  921. }, {
  922. "value": "潮州",
  923. "label": "潮州",
  924. }, {
  925. "value": "揭阳",
  926. "label": "揭阳",
  927. }, {
  928. "value": "云浮",
  929. "label": "云浮",
  930. }]
  931. }, {
  932. "value": "广西",
  933. "label": "广西",
  934. "children": [
  935. {
  936. "value": "南宁",
  937. "label": "南宁",
  938. }, {
  939. "value": "柳州",
  940. "label": "柳州",
  941. }, {
  942. "value": "桂林",
  943. "label": "桂林",
  944. }, {
  945. "value": "梧州",
  946. "label": "梧州",
  947. }, {
  948. "value": "北海",
  949. "label": "北海",
  950. }, {
  951. "value": "防城港",
  952. "label": "防城港",
  953. }, {
  954. "value": "钦州",
  955. "label": "钦州",
  956. }, {
  957. "value": "贵港",
  958. "label": "贵港",
  959. }, {
  960. "value": "玉林",
  961. "label": "玉林",
  962. }, {
  963. "value": "百色",
  964. "label": "百色",
  965. }, {
  966. "value": "贺州",
  967. "label": "贺州",
  968. }, {
  969. "value": "河池",
  970. "label": "河池",
  971. }, {
  972. "value": "来宾",
  973. "label": "来宾",
  974. }, {
  975. "value": "崇左",
  976. "label": "崇左",
  977. }]
  978. }, {
  979. "value": "海南",
  980. "label": "海南",
  981. "children": [
  982. {
  983. "value": "海口",
  984. "label": "海口",
  985. }, {
  986. "value": "三亚",
  987. "label": "三亚",
  988. }]
  989. }, {
  990. "value": "贵州",
  991. "label": "贵州",
  992. "children": [
  993. {
  994. "value": "贵阳",
  995. "label": "贵阳",
  996. }, {
  997. "value": "六盘水",
  998. "label": "六盘水",
  999. }, {
  1000. "value": "遵义",
  1001. "label": "遵义",
  1002. }, {
  1003. "value": "安顺",
  1004. "label": "安顺",
  1005. }, {
  1006. "value": "毕节",
  1007. "label": "毕节",
  1008. }, {
  1009. "value": "铜仁",
  1010. "label": "铜仁",
  1011. }, {
  1012. "value": "黔西南",
  1013. "label": "黔西南",
  1014. }, {
  1015. "value": "黔东南",
  1016. "label": "黔东南",
  1017. }, {
  1018. "value": "黔南",
  1019. "label": "黔南",
  1020. }]
  1021. }, {
  1022. "value": "云南",
  1023. "label": "云南",
  1024. "children": [
  1025. {
  1026. "value": "昆明",
  1027. "label": "昆明",
  1028. }, {
  1029. "value": "曲靖",
  1030. "label": "曲靖",
  1031. }, {
  1032. "value": "玉溪",
  1033. "label": "玉溪",
  1034. }, {
  1035. "value": "保山",
  1036. "label": "保山",
  1037. }, {
  1038. "value": "昭通",
  1039. "label": "昭通",
  1040. }, {
  1041. "value": "丽江",
  1042. "label": "丽江",
  1043. }, {
  1044. "value": "普洱",
  1045. "label": "普洱",
  1046. }, {
  1047. "value": "临沧",
  1048. "label": "临沧",
  1049. }, {
  1050. "value": "楚雄",
  1051. "label": "楚雄",
  1052. }, {
  1053. "value": "红河州",
  1054. "label": "红河州",
  1055. }, {
  1056. "value": "文山州",
  1057. "label": "文山州",
  1058. }, {
  1059. "value": "西双版纳",
  1060. "label": "西双版纳",
  1061. }, {
  1062. "value": "大理",
  1063. "label": "大理",
  1064. }, {
  1065. "value": "德宏",
  1066. "label": "德宏",
  1067. }, {
  1068. "value": "怒江",
  1069. "label": "怒江",
  1070. }, {
  1071. "value": "迪庆州",
  1072. "label": "迪庆州",
  1073. }]
  1074. }, {
  1075. "value": "西藏",
  1076. "label": "西藏",
  1077. "children": [
  1078. {
  1079. "value": "拉萨",
  1080. "label": "拉萨",
  1081. }, {
  1082. "value": "日喀则",
  1083. "label": "日喀则",
  1084. }, {
  1085. "value": "昌都",
  1086. "label": "昌都",
  1087. }, {
  1088. "value": "林芝",
  1089. "label": "林芝",
  1090. }, {
  1091. "value": "山南",
  1092. "label": "山南",
  1093. }, {
  1094. "value": "那曲",
  1095. "label": "那曲",
  1096. }, {
  1097. "value": "阿里地区",
  1098. "label": "阿里地区",
  1099. }]
  1100. }, {
  1101. "value": "陕西",
  1102. "label": "陕西",
  1103. "children": [
  1104. {
  1105. "value": "西安",
  1106. "label": "西安",
  1107. }, {
  1108. "value": "铜川",
  1109. "label": "铜川",
  1110. }, {
  1111. "value": "宝鸡",
  1112. "label": "宝鸡",
  1113. }, {
  1114. "value": "咸阳",
  1115. "label": "咸阳",
  1116. }, {
  1117. "value": "渭南",
  1118. "label": "渭南",
  1119. }, {
  1120. "value": "延安",
  1121. "label": "延安",
  1122. }, {
  1123. "value": "汉中",
  1124. "label": "汉中",
  1125. }, {
  1126. "value": "榆林",
  1127. "label": "榆林",
  1128. }, {
  1129. "value": "安康",
  1130. "label": "安康",
  1131. }, {
  1132. "value": "商洛",
  1133. "label": "商洛",
  1134. }]
  1135. }, {
  1136. "value": "甘肃",
  1137. "label": "甘肃",
  1138. "children": [
  1139. {
  1140. "value": "兰州",
  1141. "label": "兰州",
  1142. }, {
  1143. "value": "嘉峪关",
  1144. "label": "嘉峪关",
  1145. }, {
  1146. "value": "金昌",
  1147. "label": "金昌",
  1148. }, {
  1149. "value": "白银",
  1150. "label": "白银",
  1151. }, {
  1152. "value": "天水",
  1153. "label": "天水",
  1154. }, {
  1155. "value": "武威",
  1156. "label": "武威",
  1157. }, {
  1158. "value": "张掖",
  1159. "label": "张掖",
  1160. }, {
  1161. "value": "平凉",
  1162. "label": "平凉",
  1163. }, {
  1164. "value": "酒泉",
  1165. "label": "酒泉",
  1166. }, {
  1167. "value": "庆阳",
  1168. "label": "庆阳",
  1169. }, {
  1170. "value": "定西",
  1171. "label": "定西",
  1172. }, {
  1173. "value": "陇南",
  1174. "label": "陇南",
  1175. }, {
  1176. "value": "临夏",
  1177. "label": "临夏",
  1178. }, {
  1179. "value": "甘南",
  1180. "label": "甘南",
  1181. }]
  1182. }, {
  1183. "value": "青海",
  1184. "label": "青海",
  1185. "children": [
  1186. {
  1187. "value": "西宁",
  1188. "label": "西宁",
  1189. }, {
  1190. "value": "海东",
  1191. "label": "海东",
  1192. }, {
  1193. "value": "海北州",
  1194. "label": "海北州",
  1195. }, {
  1196. "value": "黄南州",
  1197. "label": "黄南州",
  1198. }, {
  1199. "value": "海南州",
  1200. "label": "海南州",
  1201. }, {
  1202. "value": "果洛州",
  1203. "label": "果洛州",
  1204. }, {
  1205. "value": "玉树州",
  1206. "label": "玉树州",
  1207. }, {
  1208. "value": "海西州",
  1209. "label": "海西州",
  1210. }]
  1211. }, {
  1212. "value": "宁夏",
  1213. "label": "宁夏",
  1214. "children": [
  1215. {
  1216. "value": "银川",
  1217. "label": "银川",
  1218. }, {
  1219. "value": "石嘴山",
  1220. "label": "石嘴山",
  1221. }, {
  1222. "value": "吴忠",
  1223. "label": "吴忠",
  1224. }, {
  1225. "value": "固原",
  1226. "label": "固原",
  1227. }, {
  1228. "value": "中卫",
  1229. "label": "中卫",
  1230. }]
  1231. }, {
  1232. "value": "新疆",
  1233. "label": "新疆",
  1234. "children": [
  1235. {
  1236. "value": "乌鲁木齐",
  1237. "label": "乌鲁木齐",
  1238. }, {
  1239. "value": "克拉玛依",
  1240. "label": "克拉玛依",
  1241. }, {
  1242. "value": "吐鲁番",
  1243. "label": "吐鲁番",
  1244. }, {
  1245. "value": "哈密",
  1246. "label": "哈密",
  1247. }, {
  1248. "value": "昌吉州",
  1249. "label": "昌吉州",
  1250. }, {
  1251. "value": "博尔塔拉",
  1252. "label": "博尔塔拉",
  1253. }, {
  1254. "value": "巴音郭楞",
  1255. "label": "巴音郭楞",
  1256. }, {
  1257. "value": "阿克苏",
  1258. "label": "阿克苏",
  1259. }, {
  1260. "value": "克孜勒苏",
  1261. "label": "克孜勒苏",
  1262. }, {
  1263. "value": "喀什",
  1264. "label": "喀什",
  1265. }, {
  1266. "value": "和田",
  1267. "label": "和田",
  1268. }, {
  1269. "value": "伊犁哈",
  1270. "label": "伊犁哈",
  1271. }, {
  1272. "value": "塔城",
  1273. "label": "塔城",
  1274. }, {
  1275. "value": "阿勒泰",
  1276. "label": "阿勒泰",
  1277. }, {
  1278. "value": "石河子",
  1279. "label": "石河子",
  1280. }, {
  1281. "value": "阿拉尔",
  1282. "label": "阿拉尔",
  1283. }, {
  1284. "value": "图木舒克",
  1285. "label": "图木舒克",
  1286. }, {
  1287. "value": "五家渠",
  1288. "label": "五家渠",
  1289. }, {
  1290. "value": "北屯",
  1291. "label": "北屯",
  1292. }, {
  1293. "value": "铁门关",
  1294. "label": "铁门关",
  1295. }, {
  1296. "value": "双河",
  1297. "label": "双河",
  1298. }, {
  1299. "value": "可克达拉",
  1300. "label": "可克达拉",
  1301. }, {
  1302. "value": "昆玉",
  1303. "label": "昆玉",
  1304. }]
  1305. }, {
  1306. "value": "台湾",
  1307. "label": "台湾",
  1308. "children": [
  1309. {
  1310. "value": "台北",
  1311. "label": "台北",
  1312. }, {
  1313. "value": "台南",
  1314. "label": "台南",
  1315. }, {
  1316. "value": "彰化",
  1317. "label": "彰化"
  1318. }, {
  1319. "value": "高雄",
  1320. "label": "高雄",
  1321. }, {
  1322. "value": "新北",
  1323. "label": "新北",
  1324. }, {
  1325. "value": "桃园",
  1326. "label": "桃园",
  1327. }, {
  1328. "value": "台中",
  1329. "label": "台中",
  1330. }, {
  1331. "value": "基隆",
  1332. "label": "基隆",
  1333. }, {
  1334. "value": "新竹",
  1335. "label": "新竹",
  1336. }, {
  1337. "value": "嘉义",
  1338. "label": "嘉义",
  1339. }, {
  1340. "value": "竹北",
  1341. "label": "竹北"
  1342. }, {
  1343. "value": "苗栗",
  1344. "label": "苗栗",
  1345. }, {
  1346. "value": "南投",
  1347. "label": "南投",
  1348. }, {
  1349. "value": "台东",
  1350. "label": "台东",
  1351. }, {
  1352. "value": "连江",
  1353. "label": "连江",
  1354. }, {
  1355. "value": "花莲",
  1356. "label": "花莲",
  1357. }, {
  1358. "value": "金门",
  1359. "label": "金门",
  1360. }, {
  1361. "value": "澎湖",
  1362. "label": "澎湖",
  1363. }, {
  1364. "value": "屏东",
  1365. "label": "屏东",
  1366. }, {
  1367. "value": "宜兰",
  1368. "label": "宜兰",
  1369. }, {
  1370. "value": "云林",
  1371. "label": "云林",
  1372. }, {
  1373. "value": "彰化",
  1374. "label": "彰化",
  1375. }]
  1376. }, {
  1377. "value": "香港",
  1378. "label": "香港",
  1379. "children": [
  1380. {
  1381. "value": "香港",
  1382. "label": "香港",
  1383. }]
  1384. }, {
  1385. "value": "澳门",
  1386. "label": "澳门",
  1387. "children": [
  1388. {
  1389. "value": "澳门",
  1390. "label": "澳门",
  1391. }]
  1392. }]