特易招,招聘小程序
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.

155 lines
2.5 KiB

4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
4 months ago
2 months ago
4 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. "navigationBarTextStyle": "white"
  26. }
  27. }
  28. ],
  29. "preloadRule": {
  30. "pages/index/index": {
  31. "network": "all",
  32. "packages": ["pages_order"]
  33. }
  34. },
  35. "subPackages": [{
  36. "root": "pages_order",
  37. "pages": [{
  38. "path": "mine/purse"
  39. },
  40. {
  41. "path": "mine/runningWater"
  42. },
  43. {
  44. "path": "auth/wxLogin"
  45. },
  46. {
  47. "path": "auth/wxUserInfo"
  48. },
  49. {
  50. "path": "auth/loginAndRegisterAndForgetPassword"
  51. },
  52. {
  53. "path": "mine/help"
  54. },
  55. {
  56. "path": "work/workDetail"
  57. },
  58. {
  59. "path": "mine/collect",
  60. "style": {
  61. "navigationBarTitleText": "",
  62. "navigationBarTextStyle": "white"
  63. }
  64. },
  65. {
  66. "path": "mine/contactRecord",
  67. "style": {
  68. "navigationBarTitleText": "",
  69. "navigationBarTextStyle": "white"
  70. }
  71. },
  72. {
  73. "path": "mine/releaseWork",
  74. "style": {
  75. "navigationBarTitleText": "",
  76. "navigationBarTextStyle": "white"
  77. }
  78. },
  79. {
  80. "path": "mine/seeMy",
  81. "style": {
  82. "navigationBarTitleText": "",
  83. "navigationBarTextStyle": "white"
  84. }
  85. },
  86. {
  87. "path": "mine/contract"
  88. },
  89. {
  90. "path": "mine/promotion"
  91. },
  92. {
  93. "path": "mine/IntegralRecord"
  94. },
  95. {
  96. "path": "mine/MemberRecharge"
  97. },
  98. {
  99. "path": "mine/GainPoints"
  100. },
  101. {
  102. "path": "kepp/AnnualExpenditure"
  103. },
  104. {
  105. "path": "kepp/MechanicProblem"
  106. },
  107. {
  108. "path": "work/workList"
  109. },
  110. {
  111. "path": "mine/setting"
  112. },
  113. {
  114. "path": "work/userDetail"
  115. },
  116. {
  117. "path": "auth/certification"
  118. },
  119. {
  120. "path": "work/jobPosting"
  121. },
  122. {
  123. "path": "kepp/keepAccountsDetail"
  124. },
  125. {
  126. "path": "mine/InvitationCredit"
  127. },
  128. {
  129. "path": "work/addResume"
  130. },
  131. {
  132. "path": "auth/switchIdentity"
  133. },
  134. {
  135. "path": "work/postConsult"
  136. },
  137. {
  138. "path": "mine/about"
  139. },
  140. {
  141. "path": "mine/redeemCode"
  142. },
  143. {
  144. "path": "work/bossDetail"
  145. }
  146. ]
  147. }],
  148. "globalStyle": {
  149. "navigationBarTextStyle": "black",
  150. "navigationBarTitleText": "酒店桌布",
  151. "navigationBarBackgroundColor": "#F8F8F8",
  152. "backgroundColor": "#F8F8F8",
  153. "navigationStyle": "custom"
  154. },
  155. "uniIdRouter": {}
  156. }