pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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/index/message",
  15. "style": {
  16. "navigationBarTitleText": "资讯详情",
  17. "navigationBarBackgroundColor":"#FFFFFF",
  18. "navigationBarTextStyle":"black"
  19. }
  20. },
  21. {
  22. "path": "pages/course/course",
  23. "style": {
  24. "navigationBarTitleText": "我的课程",
  25. "navigationBarBackgroundColor":"#FFFFFF",
  26. "navigationBarTextStyle":"black"
  27. }
  28. },
  29. {
  30. "path": "pages/course/coursePj",
  31. "style": {
  32. "navigationBarTitleText": "课程评价",
  33. "navigationBarBackgroundColor":"#FFFFFF",
  34. "navigationBarTextStyle":"black"
  35. }
  36. },
  37. //详细评价
  38. {
  39. "path": "pages/course/evaluate",
  40. "style": {
  41. "navigationBarTitleText": "课程评价",
  42. "navigationBarBackgroundColor":"#FFFFFF",
  43. "navigationBarTextStyle":"black"
  44. }
  45. },
  46. {
  47. "path": "pages/course/success",
  48. "style": {
  49. "navigationBarTitleText": "提交成功",
  50. "navigationBarBackgroundColor":"#FFFFFF",
  51. "navigationBarTextStyle":"black"
  52. }
  53. },
  54. {
  55. "path": "pages/leave/leave",
  56. "style": {
  57. "navigationBarTitleText": "请假",
  58. "navigationBarBackgroundColor":"#FFFFFF",
  59. "navigationBarTextStyle":"black"
  60. }
  61. },
  62. {
  63. //请假详情
  64. "path": "pages/leave/details",
  65. "style": {
  66. "navigationBarTitleText": "请假",
  67. "navigationBarBackgroundColor":"#FFFFFF",
  68. "navigationBarTextStyle":"black"
  69. }
  70. },
  71. {
  72. "path" : "pages/problem/problem",
  73. "style" :
  74. {
  75. "navigationBarTitleText": "问题反馈",
  76. "app-plus":{
  77. "titleNView":false //去掉app+h5顶部导航
  78. }
  79. }
  80. },
  81. {
  82. "path" : "pages/problem/problemAdd",
  83. "style" :
  84. {
  85. "navigationBarTitleText": "问题反馈",
  86. "navigationBarBackgroundColor":"#FFFFFF",
  87. "navigationBarTextStyle":"black"
  88. }
  89. },
  90. {
  91. "path" : "pages/user/user",
  92. "style" :
  93. {
  94. "navigationBarTitleText": "我的",
  95. "app-plus":{
  96. "titleNView":false //去掉app+h5顶部导航
  97. }
  98. }
  99. },
  100. {
  101. "path" : "pages/user/userInfo",
  102. "style" :
  103. {
  104. "navigationBarTitleText": "个人资料",
  105. "navigationBarBackgroundColor":"#FFFFFF",
  106. "navigationBarTextStyle":"black"
  107. }
  108. }
  109. ],
  110. "globalStyle": {
  111. "navigationBarTextStyle": "black",
  112. "navigationBarTitleText": "uni-app",
  113. "navigationBarBackgroundColor": "#FFFFFF",
  114. "backgroundColor": "#f8f8f8"
  115. },
  116. "tabBar": {
  117. "color": "#999999",
  118. "selectedColor": "#F85415",
  119. "iconWidth":"18px",
  120. "borderStyle": "black",
  121. "backgroundColor": "#ffffff",
  122. "list": [{
  123. "pagePath": "pages/index/index",
  124. "iconPath": "static/tabBar/index.png",
  125. "selectedIconPath": "static/tabBar/indexD.png",
  126. "text": "首页"
  127. },
  128. {
  129. "pagePath": "pages/course/course",
  130. "iconPath": "static/tabBar/course.png",
  131. "selectedIconPath": "static/tabBar/courseD.png",
  132. "text": "课程"
  133. },
  134. {
  135. "pagePath": "pages/user/user",
  136. "iconPath": "static/tabBar/user.png",
  137. "selectedIconPath": "static/tabBar/userD.png",
  138. "text": "我的"
  139. }
  140. ]
  141. }
  142. }