pages.json 833 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "path" : "pages/preview/preview",
  27. "style" :
  28. {
  29. "navigationBarTitleText": "",
  30. "enablePullDownRefresh": false
  31. }
  32. }
  33. ],
  34. "globalStyle": {
  35. "app-plus": {
  36. "titleNView": false
  37. }
  38. }
  39. }