pages.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/logIn/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/index/index",
  11. "style": {
  12. /* "navigationBarTitleText": "首页",
  13. "navigationBarBackgroundColor": "#FFFFFF" */
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/team/myTeam",
  19. "style": {
  20. "navigationBarTitleText": "我的团队",
  21. "navigationBarBackgroundColor": "#FFFFFF",
  22. "enablePullDownRefresh": true
  23. }
  24. },
  25. {
  26. "path": "pages/team/manageStore",
  27. "style": {
  28. "navigationBarTitleText": "管理门店",
  29. "navigationBarBackgroundColor": "#FFFFFF",
  30. "enablePullDownRefresh": true
  31. }
  32. },
  33. {
  34. "path": "pages/teamStore/teamStore",
  35. "style": {
  36. "navigationBarTitleText": "团队门店",
  37. "navigationBarBackgroundColor": "#FFFFFF",
  38. "enablePullDownRefresh": true
  39. }
  40. }
  41. , {
  42. "path": "pages/accountSet/accountSet",
  43. "style": {
  44. "navigationBarTitleText": "账户设置",
  45. "navigationBarBackgroundColor": "#FFFFFF",
  46. "enablePullDownRefresh": false
  47. }
  48. },
  49. {
  50. "path": "pages/accountSet/changePassWord",
  51. "style": {
  52. "navigationBarTitleText": "修改密码",
  53. "navigationBarBackgroundColor": "#FFFFFF",
  54. "enablePullDownRefresh": false
  55. }
  56. },
  57. {
  58. "path": "pages/upcoming/upcoming",
  59. "style": {
  60. "navigationBarTitleText": "待办事项",
  61. "navigationBarBackgroundColor": "#FFFFFF",
  62. "enablePullDownRefresh": true
  63. }
  64. },
  65. {
  66. "path": "pages/logIn/logIn",
  67. "style": {
  68. "navigationStyle": "custom"
  69. }
  70. }, {
  71. "path": "pages/entryReport/entryReport",
  72. "style": {
  73. "navigationStyle": "custom",
  74. "enablePullDownRefresh": true
  75. }
  76. }, {
  77. "path": "pages/reportManage/reportManage",
  78. "style": {
  79. "navigationBarTitleText": "报告管理",
  80. "navigationBarBackgroundColor": "#FFFFFF",
  81. "enablePullDownRefresh": true
  82. }
  83. },
  84. {
  85. "path": "pages/shop/shopIndex/index",
  86. "style": {
  87. "navigationBarTitleText": "运营陪伴",
  88. "navigationStyle": "custom",
  89. "enablePullDownRefresh": true
  90. /* "navigationBarBackgroundColor": "#FFFFFF",*/
  91. /* "app-plus":{
  92. "titleNView":{
  93. "autoBackButton":false
  94. }
  95. } */
  96. }
  97. },
  98. {
  99. "path": "pages/shop/shopIndex/reviews",
  100. "style": {
  101. "navigationBarTitleText": "点评运营经理",
  102. "navigationBarBackgroundColor": "#FFFFFF"
  103. }
  104. },
  105. {
  106. "path": "pages/entryReport/entered",
  107. "style": {
  108. /* "navigationBarTitleText": "录入报告",
  109. "navigationBarBackgroundColor": "#FFFFFF" */
  110. /* "enablePullDownRefresh": true */
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "pages/entryReport/entryredItem",
  116. "style": {
  117. "navigationBarTitleText": "录入报告",
  118. "navigationBarBackgroundColor": "#FFFFFF"
  119. }
  120. },
  121. {
  122. "path": "pages/entryReport/opinion",
  123. "style": {
  124. "navigationBarTitleText": "下一步行动建议",
  125. "navigationBarBackgroundColor": "#FFFFFF"
  126. }
  127. },
  128. {
  129. "path": "pages/entryReport/historyReport",
  130. "style": {
  131. "navigationBarTitleText": "历史记录",
  132. "navigationBarBackgroundColor": "#FFFFFF",
  133. "enablePullDownRefresh": true
  134. }
  135. },
  136. {
  137. "path": "pages/reportManage/reportDetail",
  138. "style": {
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "pages/shop/shopIndex/editWork",
  144. "style": {
  145. "navigationBarTitleText": "修改作业",
  146. "navigationBarBackgroundColor": "#FFFFFF",
  147. "enablePullDownRefresh": true
  148. }
  149. },
  150. {
  151. "path": "pages/shop/shopIndex/editWorkDetail",
  152. "style": {
  153. "navigationBarTitleText": "修改",
  154. "navigationBarBackgroundColor": "#FFFFFF"
  155. }
  156. },
  157. {
  158. "path": "pages/shop/shopIndex/editcomplete",
  159. "style": {
  160. "navigationStyle": "custom"
  161. }
  162. },
  163. {
  164. "path": "pages/entryReport/remarks",
  165. "style": {
  166. "navigationBarTitleText": "点评",
  167. "navigationBarBackgroundColor": "#FFFFFF"
  168. }
  169. },
  170. {
  171. "path": "pages/shop/shopIndex/reviewsContent",
  172. "style": {
  173. "navigationBarTitleText": "点评",
  174. "navigationBarBackgroundColor": "#FFFFFF",
  175. "enablePullDownRefresh": false
  176. }
  177. },
  178. {
  179. "path": "pages/shop/shopIndex/reply",
  180. "style": {
  181. "navigationBarTitleText": "回复点评",
  182. "navigationBarBackgroundColor": "#FFFFFF"
  183. }
  184. },
  185. {
  186. "path": "pages/entryReport/shopEvaStar",
  187. "style": {
  188. "navigationStyle": "custom"
  189. }
  190. },
  191. {
  192. "path": "pages/entryReport/signIn",
  193. "style": {
  194. "navigationBarTitleText": "签到",
  195. "navigationBarBackgroundColor": "#FFFFFF"
  196. }
  197. }
  198. ,{
  199. "path" : "pages/reportManage/reportSchedule",
  200. "style" :
  201. {
  202. "navigationBarTitleText": "审批进度",
  203. "enablePullDownRefresh": false
  204. }
  205. }
  206. ],
  207. "globalStyle": {
  208. "navigationBarTextStyle": "black",
  209. "navigationBarTitleText": "uni-app",
  210. "navigationBarBackgroundColor": "#F8F8F8",
  211. "backgroundColor": "#F8F8F8"
  212. }
  213. }