百富门答题小程序
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.

93 lines
1.4 KiB

2 months ago
  1. {
  2. "pages": [
  3. {
  4. "path" : "pages/index/agreement",
  5. "style" :
  6. {
  7. "navigationBarTitleText" : ""
  8. }
  9. },
  10. {
  11. "path": "pages/index/index",
  12. "style": {
  13. "navigationBarTitleText": ""
  14. }
  15. },
  16. {
  17. "path": "pages/index/home",
  18. "style": {
  19. "navigationBarTitleText": ""
  20. }
  21. },
  22. {
  23. "path": "pages/index/article"
  24. },
  25. {
  26. "path": "pages/index/cancelArticle"
  27. },
  28. {
  29. "path": "pages/index/order",
  30. "style": {
  31. "enablePullDownRefresh": true
  32. }
  33. },
  34. {
  35. "path" : "pages/index/introduce",
  36. "style" :
  37. {
  38. "navigationBarTitleText" : ""
  39. }
  40. },
  41. {
  42. "path" : "pages/index/logoInfo",
  43. "style" :
  44. {
  45. "navigationBarTitleText" : ""
  46. }
  47. },
  48. {
  49. "path" : "pages/index/review",
  50. "style" :
  51. {
  52. "navigationBarTitleText" : ""
  53. }
  54. },
  55. {
  56. "path" : "pages/index/preAppoint",
  57. "style" :
  58. {
  59. "navigationBarTitleText" : ""
  60. }
  61. }
  62. ],
  63. "preloadRule": {
  64. "pages/index/home": {
  65. "network": "all",
  66. "packages": ["pages_order"]
  67. }
  68. },
  69. "subPackages": [{
  70. "root": "pages_order",
  71. "pages": [
  72. {
  73. "path": "auth/wxLogin"
  74. },
  75. {
  76. "path": "auth/wxUserInfo"
  77. },
  78. {
  79. "path" : "info/appoint"
  80. },
  81. {
  82. "path" : "info/fillInfo"
  83. }
  84. ]
  85. }],
  86. "globalStyle": {
  87. "navigationBarTextStyle": "black",
  88. "navigationBarTitleText": "",
  89. "navigationBarBackgroundColor": "#F8F8F8",
  90. "backgroundColor": "#F8F8F8",
  91. "navigationStyle": "custom"
  92. },
  93. "uniIdRouter": {}
  94. }