pages.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index"
  5. },
  6. {
  7. "path": "pages/login/login",
  8. "style": {
  9. "navigationBarBackgroundColor": "#7399DB"
  10. }
  11. },
  12. {
  13. "path": "pages/audit/list"
  14. },
  15. {
  16. "path": "pages/audit/detail",
  17. "style": {
  18. "navigationBarTitleText": "",
  19. "enablePullDownRefresh": false
  20. }
  21. },
  22. {
  23. "path": "pages/audit/excelDetail",
  24. "style": {
  25. "navigationBarTitleText": "",
  26. "enablePullDownRefresh": false
  27. }
  28. },
  29. {
  30. "path": "pages/audit/OA/list"
  31. },
  32. {
  33. "path": "pages/audit/OA/detail",
  34. "style": {
  35. "navigationBarTitleText": "",
  36. "enablePullDownRefresh": false
  37. }
  38. },
  39. {
  40. "path": "pages/audit/OA/excelDetail",
  41. "style": {
  42. "navigationBarTitleText": "",
  43. "enablePullDownRefresh": false
  44. }
  45. },
  46. {
  47. "path": "pages/preview/preview",
  48. "style": {
  49. "navigationBarTitleText": "",
  50. "enablePullDownRefresh": false
  51. }
  52. },
  53. {
  54. "path": "pages/approved/list",
  55. "style": {
  56. "navigationBarTitleText": "",
  57. "enablePullDownRefresh": false
  58. }
  59. },
  60. {
  61. "path": "pages/approved/detail",
  62. "style": {
  63. "navigationBarTitleText": "",
  64. "enablePullDownRefresh": false
  65. }
  66. },
  67. {
  68. "path": "pages/approved/BOM/list",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "enablePullDownRefresh": false
  72. }
  73. },
  74. {
  75. "path": "pages/approved/BOM/detail",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "enablePullDownRefresh": false
  79. }
  80. },
  81. {
  82. "path": "pages/approved/BOM/excelDetail",
  83. "style": {
  84. "navigationBarTitleText": "",
  85. "enablePullDownRefresh": false
  86. }
  87. }
  88. ],
  89. "globalStyle": {
  90. "app-plus": {
  91. "titleNView": false
  92. }
  93. }
  94. }