config.js 666 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports["default"] = void 0;
  6. var _default = {
  7. pro1Name: "浙江",
  8. pro1: [{
  9. text: "杭州",
  10. id: "11"
  11. }, {
  12. text: "温州",
  13. id: "2"
  14. }, {
  15. text: "宁波",
  16. id: "3",
  17. disabled: true
  18. }, {
  19. text: "义乌",
  20. id: "4"
  21. }],
  22. pro2Name: "江苏",
  23. pro2: [{
  24. text: "南京",
  25. id: "5"
  26. }, {
  27. text: "无锡",
  28. id: "6"
  29. }, {
  30. text: "徐州",
  31. id: "7"
  32. }, {
  33. text: "苏州",
  34. id: "8"
  35. }],
  36. pro3Name: "福建",
  37. pro3: [{
  38. text: "泉州",
  39. id: "9"
  40. }, {
  41. text: "厦门",
  42. id: "10"
  43. }]
  44. };
  45. exports["default"] = _default;