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

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