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

77 lines
1.2 KiB

1 year ago
1 year ago
10 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
10 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year 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/introduce",
  30. "style" :
  31. {
  32. "navigationBarTitleText" : ""
  33. }
  34. },
  35. {
  36. "path" : "pages/index/logoInfo",
  37. "style" :
  38. {
  39. "navigationBarTitleText" : ""
  40. }
  41. },
  42. {
  43. "path" : "pages/index/preAppoint",
  44. "style" :
  45. {
  46. "navigationBarTitleText" : ""
  47. }
  48. }
  49. ],
  50. "preloadRule": {
  51. "pages/index/home": {
  52. "network": "all",
  53. "packages": ["pages_order"]
  54. }
  55. },
  56. "subPackages": [{
  57. "root": "pages_order",
  58. "pages": [
  59. {
  60. "path": "auth/wxLogin"
  61. },
  62. {
  63. "path": "auth/wxUserInfo"
  64. },
  65. {
  66. "path" : "info/appoint"
  67. }
  68. ]
  69. }],
  70. "globalStyle": {
  71. "navigationBarTextStyle": "black",
  72. "navigationBarTitleText": "",
  73. "navigationBarBackgroundColor": "#F8F8F8",
  74. "backgroundColor": "#F8F8F8",
  75. "navigationStyle": "custom"
  76. },
  77. "uniIdRouter": {}
  78. }