特易招,招聘小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
1.7 KiB

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "",
  6. "navigationBarTextStyle": "white"
  7. }
  8. },
  9. {
  10. "path": "pages/index/consult",
  11. "style": {
  12. "navigationBarTitleText": ""
  13. }
  14. },
  15. {
  16. "path": "pages/index/keepAccounts",
  17. "style": {
  18. "navigationBarTitleText": ""
  19. }
  20. },
  21. {
  22. "path": "pages/index/center",
  23. "style": {
  24. "navigationBarTitleText": ""
  25. }
  26. }
  27. ],
  28. "preloadRule": {
  29. "pages/index/index": {
  30. "network": "all",
  31. "packages": ["pages_order"]
  32. }
  33. },
  34. "subPackages": [{
  35. "root": "pages_order",
  36. "pages": [{
  37. "path": "mine/purse"
  38. },
  39. {
  40. "path": "mine/runningWater"
  41. },
  42. {
  43. "path": "auth/wxLogin"
  44. },
  45. {
  46. "path": "auth/wxUserInfo"
  47. },
  48. {
  49. "path": "auth/loginAndRegisterAndForgetPassword"
  50. },
  51. {
  52. "path": "mine/help"
  53. },
  54. {
  55. "path": "work/workDetail"
  56. },
  57. {
  58. "path": "mine/collect"
  59. },
  60. {
  61. "path": "mine/contactRecord"
  62. },
  63. {
  64. "path": "mine/releaseWork"
  65. },
  66. {
  67. "path": "mine/seeMy"
  68. },
  69. {
  70. "path": "mine/contract"
  71. },
  72. {
  73. "path": "mine/promotion"
  74. },
  75. {
  76. "path": "mine/IntegralRecord"
  77. },
  78. {
  79. "path": "mine/MemberRecharge"
  80. },
  81. {
  82. "path": "mine/GainPoints"
  83. },
  84. {
  85. "path": "kepp/AnnualExpenditure"
  86. },
  87. {
  88. "path": "kepp/MechanicProblem"
  89. },
  90. {
  91. "path": "work/workList"
  92. },
  93. {
  94. "path": "mine/setting"
  95. },
  96. {
  97. "path": "work/userDetail"
  98. }
  99. ]
  100. }],
  101. "globalStyle": {
  102. "navigationBarTextStyle": "black",
  103. "navigationBarTitleText": "酒店桌布",
  104. "navigationBarBackgroundColor": "#F8F8F8",
  105. "backgroundColor": "#F8F8F8",
  106. "navigationStyle": "custom"
  107. },
  108. "uniIdRouter": {}
  109. }