风险测评小程序前端代码仓库
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.

88 lines
1.4 KiB

1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
2 days ago
1 month ago
1 month ago
1 month ago
1 month ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": ""
  7. }
  8. },
  9. {
  10. "path": "pages/index/report",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "enablePullDownRefresh": true
  14. }
  15. },
  16. {
  17. "path": "pages/index/center",
  18. "style": {
  19. "navigationBarTitleText": ""
  20. }
  21. }
  22. ],
  23. "preloadRule": {
  24. "pages/index/index": {
  25. "network": "all",
  26. "packages": ["pages_order"]
  27. }
  28. },
  29. "subPackages": [{
  30. "root": "pages_order",
  31. "pages": [
  32. {
  33. "path": "auth/wxLogin"
  34. },
  35. {
  36. "path": "auth/wxUserInfo"
  37. },
  38. {
  39. "path": "auth/infoModify"
  40. },
  41. {
  42. "path": "auth/loginAndRegisterAndForgetPassword"
  43. },
  44. {
  45. "path": "test/start"
  46. },
  47. {
  48. "path": "test/answer"
  49. },
  50. {
  51. "path": "test/list"
  52. },
  53. {
  54. "path": "report/pay"
  55. },
  56. {
  57. "path": "report/userInfo"
  58. },
  59. {
  60. "path": "report/index"
  61. },
  62. {
  63. "path": "report/export",
  64. "style": {
  65. "navigationBarTextStyle": "white",
  66. "navigationBarTitleText": "报告保存&分享",
  67. "navigationBarBackgroundColor": "#014FA2"
  68. }
  69. },
  70. {
  71. "path": "service/index"
  72. },
  73. {
  74. "path": "service/commonQuestion"
  75. },
  76. {
  77. "path": "feedback/index"
  78. }
  79. ]
  80. }],
  81. "globalStyle": {
  82. "navigationBarTextStyle": "black",
  83. "navigationBarTitleText": "测试",
  84. "navigationBarBackgroundColor": "#F8F8F8",
  85. "backgroundColor": "#F8F8F8",
  86. "navigationStyle": "custom"
  87. },
  88. "uniIdRouter": {}
  89. }