pages.json 975 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "pages": [{
  3. "path": "pages/index/index"
  4. },
  5. {
  6. "path": "pages/login/login",
  7. "style": {
  8. "navigationBarBackgroundColor": "#7399DB"
  9. }
  10. },
  11. {
  12. "path": "pages/audit/list"
  13. },
  14. {
  15. "path": "pages/audit/detail",
  16. "style": {
  17. "navigationBarTitleText": "",
  18. "enablePullDownRefresh": false
  19. }
  20. },
  21. {
  22. "path": "pages/audit/excelDetail",
  23. "style": {
  24. "navigationBarTitleText": "",
  25. "enablePullDownRefresh": false
  26. }
  27. },
  28. {
  29. "path": "pages/audit/OA/list"
  30. },
  31. {
  32. "path": "pages/audit/OA/detail",
  33. "style": {
  34. "navigationBarTitleText": "",
  35. "enablePullDownRefresh": false
  36. }
  37. },
  38. {
  39. "path": "pages/audit/OA/excelDetail",
  40. "style": {
  41. "navigationBarTitleText": "",
  42. "enablePullDownRefresh": false
  43. }
  44. },
  45. {
  46. "path": "pages/preview/preview",
  47. "style": {
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false
  50. }
  51. }
  52. ],
  53. "globalStyle": {
  54. "app-plus": {
  55. "titleNView": false
  56. }
  57. }
  58. }