pages.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationBarBackgroundColor": "#FFFFFF"
  8. }
  9. },
  10. {
  11. "path": "pages/team/myTeam",
  12. "style": {
  13. "navigationBarTitleText": "我的团队",
  14. "navigationBarBackgroundColor": "#FFFFFF",
  15. "enablePullDownRefresh": true
  16. }
  17. },
  18. {
  19. "path": "pages/team/manageStore",
  20. "style": {
  21. "navigationBarTitleText": "管理门店",
  22. "navigationBarBackgroundColor": "#FFFFFF",
  23. "enablePullDownRefresh": true
  24. }
  25. },
  26. {
  27. "path": "pages/teamStore/teamStore",
  28. "style": {
  29. "navigationBarTitleText": "团队门店",
  30. "navigationBarBackgroundColor": "#FFFFFF",
  31. "enablePullDownRefresh": true
  32. }
  33. }
  34. , {
  35. "path": "pages/accountSet/accountSet",
  36. "style": {
  37. "navigationBarTitleText": "账户设置",
  38. "navigationBarBackgroundColor": "#FFFFFF",
  39. "enablePullDownRefresh": false
  40. }
  41. },
  42. {
  43. "path": "pages/accountSet/changePassWord",
  44. "style": {
  45. "navigationBarTitleText": "修改密码",
  46. "navigationBarBackgroundColor": "#FFFFFF",
  47. "enablePullDownRefresh": false
  48. }
  49. },
  50. {
  51. "path": "pages/upcoming/upcoming",
  52. "style": {
  53. "navigationBarTitleText": "待办事项",
  54. "navigationBarBackgroundColor": "#FFFFFF",
  55. "enablePullDownRefresh": true
  56. }
  57. },
  58. {
  59. "path": "pages/logIn/logIn",
  60. "style": {
  61. "navigationBarTitleText": "登录",
  62. "navigationBarBackgroundColor": "#FFFFFF"
  63. }
  64. }, {
  65. "path": "pages/entryReport/entryReport",
  66. "style": {
  67. "navigationBarTitleText": "门店列表",
  68. "navigationBarBackgroundColor": "#FFFFFF",
  69. "enablePullDownRefresh": true
  70. }
  71. }, {
  72. "path": "pages/reportManage/reportManage",
  73. "style": {
  74. "navigationBarTitleText": "报告管理",
  75. "navigationBarBackgroundColor": "#FFFFFF",
  76. "enablePullDownRefresh": true
  77. }
  78. },
  79. {
  80. "path": "pages/shop/shopIndex/index",
  81. "style": {
  82. "navigationBarTitleText": "运营陪伴",
  83. "navigationStyle": "custom",
  84. "enablePullDownRefresh": true
  85. /* "navigationBarBackgroundColor": "#FFFFFF",*/
  86. /* "app-plus":{
  87. "titleNView":{
  88. "autoBackButton":false
  89. }
  90. } */
  91. }
  92. },
  93. {
  94. "path": "pages/entryReport/entered",
  95. "style": {
  96. /* "navigationBarTitleText": "录入报告",
  97. "navigationBarBackgroundColor": "#FFFFFF" */
  98. /* "enablePullDownRefresh": true */
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "pages/entryReport/entryredItem",
  104. "style": {
  105. "navigationBarTitleText": "录入报告",
  106. "navigationBarBackgroundColor": "#FFFFFF"
  107. }
  108. },
  109. {
  110. "path": "pages/entryReport/opinion",
  111. "style": {
  112. "navigationBarTitleText": "下一步行动建议",
  113. "navigationBarBackgroundColor": "#FFFFFF"
  114. }
  115. },
  116. {
  117. "path": "pages/entryReport/historyReport",
  118. "style": {
  119. "navigationBarTitleText": "历史记录",
  120. "navigationBarBackgroundColor": "#FFFFFF",
  121. "enablePullDownRefresh": true
  122. }
  123. },
  124. {
  125. "path": "pages/reportManage/reportDetail",
  126. "style": {
  127. "navigationStyle": "custom"
  128. }
  129. }
  130. ],
  131. "globalStyle": {
  132. "navigationBarTextStyle": "black",
  133. "navigationBarTitleText": "uni-app",
  134. "navigationBarBackgroundColor": "#F8F8F8",
  135. "backgroundColor": "#F8F8F8"
  136. }
  137. }