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

81 lines
1.3 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
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. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "pages/index/report",
  12. "style": {
  13. "navigationBarTitleText": "",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "pages/index/center",
  19. "style": {
  20. "navigationBarTitleText": ""
  21. }
  22. }
  23. ],
  24. "preloadRule": {
  25. "pages/index/index": {
  26. "network": "all",
  27. "packages": ["pages_order"]
  28. }
  29. },
  30. "subPackages": [{
  31. "root": "pages_order",
  32. "pages": [
  33. {
  34. "path": "auth/wxLogin"
  35. },
  36. {
  37. "path": "auth/wxUserInfo"
  38. },
  39. {
  40. "path": "auth/infoModify"
  41. },
  42. {
  43. "path": "auth/loginAndRegisterAndForgetPassword"
  44. },
  45. {
  46. "path": "test/start"
  47. },
  48. {
  49. "path": "test/answer"
  50. },
  51. {
  52. "path": "test/list"
  53. },
  54. {
  55. "path": "report/pay"
  56. },
  57. {
  58. "path": "report/userInfo"
  59. },
  60. {
  61. "path": "report/index"
  62. },
  63. {
  64. "path": "service/index"
  65. },
  66. {
  67. "path": "service/commonQuestion"
  68. },
  69. {
  70. "path": "feedback/index"
  71. }
  72. ]
  73. }],
  74. "globalStyle": {
  75. "navigationBarTextStyle": "black",
  76. "navigationBarTitleText": "测试",
  77. "navigationBarBackgroundColor": "#F8F8F8",
  78. "backgroundColor": "#F8F8F8",
  79. "navigationStyle": "custom"
  80. },
  81. "uniIdRouter": {}
  82. }