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

161 lines
2.6 KiB

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
4 months ago
4 months ago
6 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": "work/bossDetail"
  60. },
  61. {
  62. "path": "mine/collect",
  63. "style": {
  64. "navigationBarTitleText": "",
  65. "navigationBarTextStyle": "white"
  66. }
  67. },
  68. {
  69. "path": "mine/contactRecord",
  70. "style": {
  71. "navigationBarTitleText": "",
  72. "navigationBarTextStyle": "white"
  73. }
  74. },
  75. {
  76. "path": "mine/releaseWork",
  77. "style": {
  78. "navigationBarTitleText": "",
  79. "navigationBarTextStyle": "white"
  80. }
  81. },
  82. {
  83. "path": "mine/seeMy",
  84. "style": {
  85. "navigationBarTitleText": "",
  86. "navigationBarTextStyle": "white"
  87. }
  88. },
  89. {
  90. "path": "mine/contract"
  91. },
  92. {
  93. "path": "mine/promotion"
  94. },
  95. {
  96. "path": "mine/IntegralRecord"
  97. },
  98. {
  99. "path": "mine/MemberRecharge"
  100. },
  101. {
  102. "path": "mine/GainPoints"
  103. },
  104. {
  105. "path": "kepp/AnnualExpenditure"
  106. },
  107. {
  108. "path": "kepp/MechanicProblem"
  109. },
  110. {
  111. "path": "work/workList"
  112. },
  113. {
  114. "path": "mine/setting"
  115. },
  116. {
  117. "path": "work/userDetail"
  118. },
  119. {
  120. "path": "auth/certification"
  121. },
  122. {
  123. "path": "work/jobPosting"
  124. },
  125. {
  126. "path": "kepp/keepAccountsDetail"
  127. },
  128. {
  129. "path": "mine/InvitationCredit"
  130. },
  131. {
  132. "path": "work/addResume"
  133. },
  134. {
  135. "path": "auth/switchIdentity"
  136. },
  137. {
  138. "path": "work/postConsult"
  139. },
  140. {
  141. "path": "mine/about"
  142. },
  143. {
  144. "path": "mine/redeemCode"
  145. },
  146. {
  147. "path": "kepp/addPriceEntryRecords"
  148. },
  149. {
  150. "path": "kepp/addWorkEntryRecords"
  151. }
  152. ]
  153. }],
  154. "globalStyle": {
  155. "navigationBarTextStyle": "black",
  156. "navigationBarTitleText": "酒店桌布",
  157. "navigationBarBackgroundColor": "#F8F8F8",
  158. "backgroundColor": "#F8F8F8",
  159. "navigationStyle": "custom"
  160. },
  161. "uniIdRouter": {}
  162. }