pages.json 526 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "pages": [{
  3. "path": "pages/index/index"
  4. }, {
  5. "path": "pages/audit/list"
  6. },
  7. {
  8. "path": "pages/login/login",
  9. "style": {
  10. "navigationBarBackgroundColor": "#7399DB"
  11. }
  12. }, {
  13. "path": "pages/audit/detail",
  14. "style": {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": false
  17. }
  18. }, {
  19. "path": "pages/audit/excelDetail",
  20. "style": {
  21. "navigationBarTitleText": "",
  22. "enablePullDownRefresh": false
  23. }
  24. }
  25. ],
  26. "globalStyle": {
  27. "app-plus": {
  28. "titleNView": false
  29. }
  30. }
  31. }