pages.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "pages": [
  3. {
  4. "path" : "pages/index/index",
  5. "style" :
  6. {
  7. "navigationBarTitleText": "首页",
  8. "app-plus":{
  9. "titleNView":false //去掉app+h5顶部导航
  10. }
  11. }
  12. },
  13. {
  14. "path": "pages/public/register",
  15. "style": {
  16. "navigationBarTitleText": "注册",
  17. "app-plus": {
  18. "titleNView": {
  19. "type": "transparent"
  20. }
  21. }
  22. }
  23. }, {
  24. "path": "pages/public/login",
  25. "style": {
  26. "navigationBarTitleText": "登录",
  27. "app-plus": {
  28. "titleNView": {
  29. "type": "transparent"
  30. }
  31. }
  32. }
  33. },
  34. {
  35. "path": "pages/public/wxLogin",
  36. "style": {
  37. "navigationBarTitleText": "微信登录",
  38. "app-plus": {
  39. "titleNView": {
  40. "type": "transparent"
  41. }
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/index/message",
  47. "style": {
  48. "navigationBarTitleText": "资讯详情",
  49. "navigationBarBackgroundColor":"#FFFFFF",
  50. "navigationBarTextStyle":"black"
  51. }
  52. },
  53. {
  54. "path": "pages/course/course",
  55. "style": {
  56. "navigationBarTitleText": "我的课程",
  57. "navigationBarBackgroundColor":"#FFFFFF",
  58. "navigationBarTextStyle":"black"
  59. }
  60. },
  61. {
  62. "path": "pages/course/coursePj",
  63. "style": {
  64. "navigationBarTitleText": "课程评价",
  65. "navigationBarBackgroundColor":"#FFFFFF",
  66. "navigationBarTextStyle":"black"
  67. }
  68. },
  69. //详细评价
  70. {
  71. "path": "pages/course/evaluate",
  72. "style": {
  73. "navigationBarTitleText": "课程评价",
  74. "navigationBarBackgroundColor":"#FFFFFF",
  75. "navigationBarTextStyle":"black"
  76. }
  77. },
  78. {
  79. "path": "pages/course/success",
  80. "style": {
  81. "navigationBarTitleText": "提交成功",
  82. "navigationBarBackgroundColor":"#FFFFFF",
  83. "navigationBarTextStyle":"black"
  84. }
  85. },
  86. {
  87. "path": "pages/leave/leave",
  88. "style": {
  89. "navigationBarTitleText": "请假",
  90. "navigationBarBackgroundColor":"#FFFFFF",
  91. "navigationBarTextStyle":"black"
  92. }
  93. },
  94. {
  95. //请假详情
  96. "path": "pages/leave/details",
  97. "style": {
  98. "navigationBarTitleText": "请假",
  99. "navigationBarBackgroundColor":"#FFFFFF",
  100. "navigationBarTextStyle":"black"
  101. }
  102. },
  103. {
  104. "path" : "pages/problem/problem",
  105. "style" :
  106. {
  107. "navigationBarTitleText": "问题反馈",
  108. "app-plus":{
  109. "titleNView":false //去掉app+h5顶部导航
  110. }
  111. }
  112. },
  113. {
  114. "path" : "pages/problem/problemAdd",
  115. "style" :
  116. {
  117. "navigationBarTitleText": "问题反馈",
  118. "navigationBarBackgroundColor":"#FFFFFF",
  119. "navigationBarTextStyle":"black"
  120. }
  121. },
  122. {
  123. "path" : "pages/user/user",
  124. "style" :
  125. {
  126. "navigationBarTitleText": "我的",
  127. "app-plus":{
  128. "titleNView":false //去掉app+h5顶部导航
  129. }
  130. }
  131. },
  132. {
  133. "path" : "pages/user/userInfo",
  134. "style" :
  135. {
  136. "navigationBarTitleText": "个人资料",
  137. "navigationBarBackgroundColor":"#FFFFFF",
  138. "navigationBarTextStyle":"black"
  139. }
  140. }
  141. ],
  142. "globalStyle": {
  143. "navigationBarTextStyle": "black",
  144. "navigationBarTitleText": "uni-app",
  145. "navigationBarBackgroundColor": "#FFFFFF",
  146. "backgroundColor": "#f8f8f8"
  147. },
  148. "tabBar": {
  149. "color": "#999999",
  150. "selectedColor": "#F85415",
  151. "iconWidth":"18px",
  152. "borderStyle": "black",
  153. "backgroundColor": "#ffffff",
  154. "list": [{
  155. "pagePath": "pages/index/index",
  156. "iconPath": "static/tabBar/index.png",
  157. "selectedIconPath": "static/tabBar/indexD.png",
  158. "text": "首页"
  159. },
  160. {
  161. "pagePath": "pages/course/course",
  162. "iconPath": "static/tabBar/course.png",
  163. "selectedIconPath": "static/tabBar/courseD.png",
  164. "text": "课程"
  165. },
  166. {
  167. "pagePath": "pages/user/user",
  168. "iconPath": "static/tabBar/user.png",
  169. "selectedIconPath": "static/tabBar/userD.png",
  170. "text": "我的"
  171. }
  172. ]
  173. }
  174. }