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

24 lines
471 B

1 month ago
1 month ago
1 week ago
1 month ago
1 week ago
1 month ago
1 week ago
1 month ago
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/report/index",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle": "custom"
  8. }
  9. }
  10. ],
  11. "preloadRule": {
  12. "pages/index/index": {
  13. "network": "all",
  14. "packages": ["pages_order"]
  15. }
  16. },
  17. "globalStyle": {
  18. "navigationBarTextStyle": "black",
  19. "navigationBarTitleText": "报告",
  20. "navigationBarBackgroundColor": "#014FA2",
  21. "backgroundColor": "#F8F8F8",
  22. "navigationStyle": "custom"
  23. },
  24. "uniIdRouter": {}
  25. }