pages.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. {
  2. "pages": [{
  3. "path": "pages/tasksquare/tasksquare",
  4. "style": {
  5. "enablePullDownRefresh": true,
  6. "onReachBottomDistance": 100,
  7. "navigationBarTitleText": "YoungGee",
  8. "navigationStyle": "custom",
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/tasksquare/taskdetail",
  16. "style": {
  17. "navigationBarTitleText": "YoungGee",
  18. "navigationStyle": "custom",
  19. "app-plus": {
  20. "titleNView": false
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/login/login",
  26. "style": {
  27. "navigationBarTitleText": "",
  28. "enablePullDownRefresh": false
  29. }
  30. },
  31. {
  32. "path": "pages/worksapce/worksapce",
  33. "style": {
  34. "navigationBarTitleText": "",
  35. "enablePullDownRefresh": false
  36. }
  37. },
  38. {
  39. "path": "pages/mycenter/mycenter",
  40. "style": {
  41. "navigationBarTitleText": "YoungGee",
  42. "navigationStyle": "custom",
  43. "navigationBarTextStyle": "black"
  44. }
  45. }, {
  46. "path": "pages/mycenter/personinfo",
  47. "style": {
  48. "navigationBarTitleText": "YoungGee",
  49. "navigationStyle": "custom",
  50. "navigationBarTextStyle": "black"
  51. }
  52. }, {
  53. "path": "pages/mycenter/mylocation",
  54. "style": {
  55. "navigationBarTitleText": "YoungGee",
  56. "navigationStyle": "custom",
  57. "navigationBarTextStyle": "black"
  58. }
  59. }, {
  60. "path": "pages/mycenter/myaccount",
  61. "style": {
  62. "navigationBarTitleText": "YoungGee",
  63. "navigationStyle": "custom",
  64. "navigationBarTextStyle": "black"
  65. }
  66. }, {
  67. "path": "pages/mycenter/mybank",
  68. "style": {
  69. "navigationBarTitleText": "YoungGee",
  70. "navigationStyle": "custom",
  71. "navigationBarTextStyle": "black"
  72. }
  73. }, {
  74. "path": "pages/mycenter/addlocation",
  75. "style": {
  76. "navigationBarTitleText": "YoungGee",
  77. "navigationStyle": "custom",
  78. "navigationBarTextStyle": "black"
  79. }
  80. }, {
  81. "path": "pages/mycenter/bindaccount",
  82. "style": {
  83. "navigationBarTitleText": "YoungGee",
  84. "navigationStyle": "custom",
  85. "navigationBarTextStyle": "black"
  86. }
  87. }
  88. ,{
  89. "path" : "pages/tasksquare/bindinfo",
  90. "style": {
  91. "navigationBarTitleText": "YoungGee",
  92. "navigationStyle": "custom",
  93. "navigationBarTextStyle": "black"
  94. }
  95. }
  96. ,{
  97. "path" : "pages/test/test",
  98. "style": {
  99. "navigationBarTitleText": "YoungGee",
  100. "navigationStyle": "custom",
  101. "navigationBarTextStyle": "black"
  102. }
  103. }
  104. ,{
  105. "path" : "pages/tasksquare/guide",
  106. "style": {
  107. "navigationBarTitleText": "YoungGee",
  108. "navigationStyle": "custom",
  109. "navigationBarTextStyle": "black"
  110. }
  111. }
  112. ,{
  113. "path" : "pages/tasksquare/cooperation",
  114. "style": {
  115. "navigationBarTitleText": "YoungGee",
  116. "navigationStyle": "custom",
  117. "navigationBarTextStyle": "black"
  118. }
  119. }
  120. ],
  121. "globalStyle": {
  122. "navigationBarTextStyle": "black",
  123. "navigationBarTitleText": "uni-app",
  124. "navigationBarBackgroundColor": "#ffffff",
  125. "backgroundColor": "#F8F8F8",
  126. "app-plus": {
  127. "background": "#efeff4"
  128. }
  129. },
  130. "tabBar": {
  131. "color": "black",
  132. "selectedColor": "#FFE040",
  133. "backgroundColor": "#ffffff",
  134. "list": [{
  135. "text": "任务广场",
  136. "pagePath": "pages/tasksquare/tasksquare",
  137. "iconPath": "static/img/icon-square1.png",
  138. "selectedIconPath": "static/img/icon-square2.png"
  139. },
  140. {
  141. "text": "工作台",
  142. "pagePath": "pages/worksapce/worksapce",
  143. "iconPath": "static/img/icon-workspace1.png",
  144. "selectedIconPath": "static/img/icon-workspace2.png"
  145. },
  146. {
  147. "text": "我的",
  148. "pagePath": "pages/mycenter/mycenter",
  149. "iconPath": "static/img/icon-my1.png",
  150. "selectedIconPath": "static/img/icon-my2.png"
  151. }
  152. ]
  153. }
  154. }