pages.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. {
  64. "navigationBarTitleText": "",
  65. "enablePullDownRefresh": false
  66. }
  67. }
  68. ],
  69. "globalStyle": {
  70. "app-plus": {
  71. "titleNView": false
  72. }
  73. }
  74. }